UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 567f3382 authored by mr-bot's avatar mr-bot Committed by Ryan Garcia
Browse files

keycloak update to 18.4.0-bb.1

parent f8ade4f6
No related branches found
No related tags found
1 merge request!2542keycloak update to 18.4.0-bb.1
......@@ -1365,7 +1365,7 @@ addons:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/security-tools/keycloak.git
path: "./chart"
tag: "18.4.0-bb.0"
tag: "18.4.0-bb.1"
database:
# -- Hostname of a pre-existing database to use for Keycloak.
......
......@@ -123,12 +123,16 @@ addons:
stringData:
quarkus.properties: |-
quarkus.http.non-application-root-path=/
quarkus.kc-routing-redirects.urls./=/auth/realms/YOUR-REALM-NAME/account
quarkus.kc-routing-redirects.urls./auth=/auth/realms/YOUR-REALM-NAME/account
quarkus.kc-routing-redirects.urls./register=/auth/realms/YOUR-REALM-NAME/protocol/openid-connect/registrations?client_id=account&response_type=code
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
# 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
# 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
# This config includes an example of injecting a custom theme jar on startup
......
......@@ -1479,7 +1479,7 @@ addons:
quarkus.properties: '{{ .Files.Get "resources/dev/quarkus.properties" }}'
extraInitContainers: |-
- name: plugin
image: registry1.dso.mil/ironbank/big-bang/p1-keycloak-plugin:3.0.1
image: registry1.dso.mil/ironbank/big-bang/p1-keycloak-plugin:3.1.0
imagePullPolicy: Always
command:
- sh
......
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