Update the client_secret name to the new one with _staging suffix

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lercho 2022-03-11 13:40:55 +10:00
parent 8b7f2dda0b
commit 6150301cbe

View file

@ -669,7 +669,7 @@ openid.sreg_required = email nickname
{% if env == 'staging' %}
# OIDC (OpenID Connect)
oidc.fedora.client_id = bodhi
oidc.fedora.client_secret = {{ bodhi2_oidc_client_secret }}
oidc.fedora.client_secret = {{ bodhi2_oidc_client_secret_staging }}
oidc.fedora.server_metadata_url = http://id.stg.fedoraproject.org/openidc/.well-known/openid-configuration
{% endif %}