[Pagure] Remove undefined variable
We are enabling OIDC just for staging now, so no need to have production variable in place. Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
4e14997780
commit
82cc3661a7
1 changed files with 0 additions and 4 deletions
|
@ -2,11 +2,7 @@
|
|||
"web": {
|
||||
"auth_uri": "https://id{{env_suffix}}.fedoraproject.org/openidc/Authorization",
|
||||
"client_id": "{{ pagure_oidc_client_id }}",
|
||||
{% if env == 'staging' %}
|
||||
"client_secret": "{{ pagure_oidc_client_secret_stg }}",
|
||||
{% else %}
|
||||
"client_secret": "{{ pagure_oidc_client_secret }}",
|
||||
{% endif %}
|
||||
"issuer": "https://id{{env_suffix}}.fedoraproject.org/openidc/",
|
||||
"redirect_uris": [
|
||||
"https://{{env_suffix}}.pagure.io/login"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue