mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-16 13:56:03 +08:00
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:
@@ -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 %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user