UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Verified Commit 638244bf authored by kevin.wilder's avatar kevin.wilder
Browse files

update keycloak example config

parent ecc655ab
No related branches found
No related tags found
1 merge request!2543update keycloak example config
......@@ -124,12 +124,12 @@ addons:
quarkus.properties: |-
quarkus.http.non-application-root-path=/
# custom redirects
quarkus.kc-routing.path-redirect./=/auth/realms/baby-yoda/account
quarkus.kc-routing.path-redirect./auth=/auth/realms/baby-yoda/account
quarkus.kc-routing.path-redirect./register=/auth/realms/baby-yoda/protocol/openid-connect/registrations?client_id=account&response_type=code
quarkus.kc-routing.path-prefix./oauth/authorize=/auth/realms/baby-yoda/protocol/openid-connect/auth
quarkus.kc-routing.path-filter./api/v4/user=/auth/realms/baby-yoda/protocol/openid-connect/userinfo
quarkus.kc-routing.path-filter./oauth/token=/auth/realms/baby-yoda/protocol/openid-connect/token
quarkus.kc-routing.path-redirect./=/auth/realms/YOUR-REALM-NAME/account
quarkus.kc-routing.path-redirect./auth=/auth/realms/YOUR-REALM-NAME/account
quarkus.kc-routing.path-redirect./register=/auth/realms/YOUR-REALM-NAME/protocol/openid-connect/registrations?client_id=account&response_type=code
quarkus.kc-routing.path-prefix./oauth/authorize=/auth/realms/YOUR-REALM-NAME/protocol/openid-connect/auth
quarkus.kc-routing.path-filter./api/v4/user=/auth/realms/YOUR-REALM-NAME/protocol/openid-connect/userinfo
quarkus.kc-routing.path-filter./oauth/token=/auth/realms/YOUR-REALM-NAME/protocol/openid-connect/token
# block metrics and health enpoints from being exposed through the istio ingress
quarkus.kc-routing.path-recursive-block./metrics=8443
quarkus.kc-routing.path-recursive-block./health=8443
......
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