summaryrefslogtreecommitdiffstats
path: root/roles/mbs/common/templates/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'roles/mbs/common/templates/config.py')
-rw-r--r--roles/mbs/common/templates/config.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/mbs/common/templates/config.py b/roles/mbs/common/templates/config.py
index 4ed7531aa..d245d456d 100644
--- a/roles/mbs/common/templates/config.py
+++ b/roles/mbs/common/templates/config.py
@@ -117,3 +117,6 @@ class ProdConfiguration(BaseConfiguration):
PDC_URL = 'https://pdc.fedoraproject.org/rest_api/v1'
SCMURLS = ["git://pkgs.fedoraproject.org/modules/"]
{% endif %}
+
+ # These aren't really secret.
+ OIDC_CLIENT_SECRETS = path.join(confdir, 'client_secrets.json')