badges: add OIDC settings to tahrir.ini
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
5ba597e78d
commit
447c321874
1 changed files with 11 additions and 0 deletions
|
@ -92,6 +92,17 @@ moksha.livesocket.websocket.host = hub.fedoraproject.org
|
|||
{% endif %}
|
||||
|
||||
|
||||
{% if env == 'staging' %}
|
||||
oidc.fedora.client_id = tahrir
|
||||
oidc.fedora.client_secret = {{ tahrir_oidc_client_secret_staging}}
|
||||
oidc.fedora.server_metadata_url = https://id.stg.fedoraproject.org/openidc/.well-known/openid-configuration
|
||||
{% else %}
|
||||
oidc.fedora.client_id = tahrir
|
||||
oidc.fedora.client_secret = {{ tahrir_oidc_client_secret }}
|
||||
oidc.fedora.server_metadata_url = https://id.fedoraproject.org/openidc/.well-known/openid-configuration
|
||||
{% endif %}
|
||||
|
||||
|
||||
|
||||
# Begin logging configuration
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue