UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit fb4b9acb authored by Ryan Garcia's avatar Ryan Garcia :dizzy:
Browse files

Updating SSO values formatting and comments

parent 4c29fd9b
No related branches found
No related tags found
1 merge request!771Resolve "Clean up Authservice related Certificate Values within BigBang"
Pipeline #431752 passed
...@@ -55,11 +55,11 @@ sso: ...@@ -55,11 +55,11 @@ sso:
# -- Keycloak realm containing clients # -- Keycloak realm containing clients
realm: baby-yoda realm: baby-yoda
# -- Keycloak's certificate authority (unencoded) used by authservice to support SSO for various packages # -- Keycloak's certificate authority (PEM Format). Entered using chomp modifier (see chart/dev-sso-values.yaml for example). Used by authservice to support SSO for various packages
certificate_authority: '' certificate_authority: ""
# -- Keycloak realm's json web key uri, obtained through https://<keycloak-server>/auth/realms/<realm>/.well-known/openid-configuration # -- Keycloak realm's json web key output, obtained at https://<keycloak-server>/auth/realms/<realm>/protocol/openid-connect/certs
jwks: "" jwks: ''
# -- OIDC client ID used for packages authenticated through authservice # -- OIDC client ID used for packages authenticated through authservice
client_id: "" client_id: ""
......
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