FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 40b3dd00 authored by Kayobe Automation's avatar Kayobe Automation
Browse files

Correct error in Keystone OIDC WSGI config

parent 0645c0e9
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ TraceEnable off
OIDCClaimDelimiter ;
OIDCScope "openid profile email"
OIDCProviderMetadataURL https://id.hpc.cam.ac.uk/auth/realms/arcus/.well-known/openid-configuration
OIDCClientID arcus-staging-keystone
OIDCClientID arcus-keystone-staging
OIDCClientSecret {{ secrets_arcus_keycloak_client_secret }}
OIDCCryptoPassphrase {{ secrets_arcus_keycloak_crypto_passphrase }}
OIDCRedirectURI https://{% raw %}{{ kolla_external_fqdn }}:{{ keystone_public_port }}{% endraw %}/v3/auth/OS-FEDERATION/websso/mapped/redirect
......@@ -33,7 +33,7 @@ TraceEnable off
# OAuth for CLI access
OIDCOAuthIntrospectionEndpoint https://id.hpc.cam.ac.uk/auth/realms/arcus/protocol/openid-connect/token/introspect
OIDCOAuthClientID arcus-staging-keystone
OIDCOAuthClientID arcus-keystone-staging
OIDCOAuthClientSecret {{ secrets_arcus_keycloak_client_secret }}
<LocationMatch /v3/auth/OS-FEDERATION/identity_providers/.*?/protocols/mapped/auth>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment