[Pagure] Disable OIDC for staging pagure
The OIDC is not working yet on staging pagure and the work is being done in https://pagure.io/fedora-infra/ansible/pull-request/1514 Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
a7d5262a2f
commit
d737ecb396
1 changed files with 3 additions and 2 deletions
|
@ -197,8 +197,9 @@ DISABLED_PLUGINS = ['IRC']
|
|||
# `local`
|
||||
# Default: ``fas``.
|
||||
{% if env == 'pagure-staging' %}
|
||||
PAGURE_AUTH = 'oidc'
|
||||
OIDC_CLIENT_SECRETS = "/etc/pagure/client_secrets.json"
|
||||
PAGURE_AUTH = 'openid'
|
||||
#PAGURE_AUTH = 'oidc'
|
||||
#OIDC_CLIENT_SECRETS = "/etc/pagure/client_secrets.json"
|
||||
{% else %}
|
||||
PAGURE_AUTH = 'openid'
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue