UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Keycloak upgrade with monitoring fix

Merged kevin.wilder requested to merge keycloak-upgrade-with-servicemonitor into master
All threads resolved!
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -125,7 +125,8 @@ addons:
quarkus.kc-routing-redirects.path-prefixes./oauth/authorize=/auth/realms/YOUR-REALM-NAME/protocol/openid-connect/auth
quarkus.kc-routing-redirects.path-filters./api/v4/user=/auth/realms/YOUR-REALM-NAME/protocol/openid-connect/userinfo
quarkus.kc-routing-redirects.path-filters./oauth/token=/auth/realms/YOUR-REALM-NAME/protocol/openid-connect/token
# block /metrics from being externally exposed
quarkus.kc-routing-redirects.urls./metrics=/auth/realms/baby-yoda/account
# This config includes an example of injecting a custom theme jar on startup
# Instructions for building a custom theme can be found in the Big Bang Keycloak repository
Loading