Skip to content

Commit

Permalink
chore(upgrade): set httpRelativePath to '/auth/'
Browse files Browse the repository at this point in the history
as we're migrating from 16.1.1 version which was using the trailing 'auth', we're setting it to '/auth/'.
  • Loading branch information
evegufy committed Sep 26, 2023
1 parent e23f300 commit 2be004f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/centralidp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ keycloak:
# ref: https://www.keycloak.org/server/reverseproxy;
# If your ingress controller has the SSL Termination, you should set proxy to edge.
proxy: passthrough
# -- Setting the path relative to '/' for serving resources:
# as we're migrating from 16.1.1 version which was using the trailing 'auth', we're setting it to '/auth/'.
# ref: https://www.keycloak.org/migration/migrating-to-quarkus#_default_context_path_changed
httpRelativePath: "/auth/"
extraEnvVars:
- name: KEYCLOAK_EXTRA_ARGS
value: "-Dkeycloak.migration.action=import -Dkeycloak.migration.provider=singleFile -Dkeycloak.migration.file=/realms/CX-Central-realm.json -Dkeycloak.migration.strategy=IGNORE_EXISTING"
Expand Down
4 changes: 4 additions & 0 deletions charts/sharedidp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ keycloak:
# ref: https://www.keycloak.org/server/reverseproxy;
# If your ingress controller has the SSL Termination, you should set proxy to edge.
proxy: passthrough
# -- Setting the path relative to '/' for serving resources:
# as we're migrating from 16.1.1 version which was using the trailing 'auth', we're setting it to '/auth/'.
# ref: https://www.keycloak.org/migration/migrating-to-quarkus#_default_context_path_changed
httpRelativePath: "/auth/"
extraEnvVars:
- name: KEYCLOAK_EXTRA_ARGS
value: "-Dkeycloak.migration.action=import -Dkeycloak.migration.provider=dir -Dkeycloak.migration.dir=/realms -Dkeycloak.migration.strategy=IGNORE_EXISTING"
Expand Down

0 comments on commit 2be004f

Please sign in to comment.