Dist-Git: adjust for OIDC changes
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
e479cb5600
commit
fcad3efdfd
2 changed files with 3 additions and 3 deletions
|
@ -119,7 +119,7 @@ OIDC_SCOPES = [
|
||||||
'https://id.fedoraproject.org/scope/agreements',
|
'https://id.fedoraproject.org/scope/agreements',
|
||||||
]
|
]
|
||||||
OIDC_PAGURE_EMAIL = 'email'
|
OIDC_PAGURE_EMAIL = 'email'
|
||||||
OIDC_PAGURE_FULLNAME = 'fullname'
|
OIDC_PAGURE_FULLNAME = 'name'
|
||||||
OIDC_PAGURE_USERNAME = 'preferred_username'
|
OIDC_PAGURE_USERNAME = 'preferred_username'
|
||||||
OIDC_PAGURE_SSH_KEY = 'ssh_key'
|
OIDC_PAGURE_SSH_KEY = 'ssh_key'
|
||||||
OIDC_PAGURE_GROUPS = 'groups'
|
OIDC_PAGURE_GROUPS = 'groups'
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
OIDCOAuthIntrospectionEndpoint https://id{{env_suffix}}.fedoraproject.org/openidc/TokenInfo
|
OIDCOAuthIntrospectionEndpoint https://id{{env_suffix}}.fedoraproject.org/openidc/TokenInfo
|
||||||
OIDCOAuthClientID src-verifier
|
OIDCOAuthClientID src-verifier
|
||||||
{% if env == "staging" %}
|
{% if env == "staging" %}
|
||||||
OIDCOAuthClientSecret {{ distgit_oidc_client_secret_stg }}
|
OIDCOAuthClientSecret {{ distgit_oidc_src_verifier_secret_stg }}
|
||||||
{% else %}
|
{% else %}
|
||||||
OIDCOAuthClientSecret {{ distgit_oidc_client_secret_prod }}
|
OIDCOAuthClientSecret {{ distgit_oidc_src_verifier_secret_prod }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
OIDCOAuthIntrospectionEndpointAuth client_secret_basic
|
OIDCOAuthIntrospectionEndpointAuth client_secret_basic
|
||||||
OIDCOAuthIntrospectionEndpointMethod POST
|
OIDCOAuthIntrospectionEndpointMethod POST
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue