keycloak update to 2.4.3-bb.0
Package Merge Request
Package Changes
https://repo1.dso.mil/big-bang/product/packages/keycloak/-/blob/2.4.3-bb.0/CHANGELOG.md
Package MR
big-bang/product/packages/keycloak!240 (merged)
For Issue
Closes big-bang/product/packages/keycloak#204 (closed)
Upgrade Notices
This is a major version upgrade from 24.0.5 -> 25.0.1
If utilizing the Platform One custom Keycloak Plugin, you must update to the registry1.dso.mil/ironbank/bigbang/p1keycloakplugin:3.5.0
image in addons.keycloak.values.extraInitContainers
.
Many Keycloak configuration environment variables are now conditionally defined directly in chart/templates/statefulset.yaml
. If you were previously passing these via addons.keycloak.values.extraEnv
you will need to switch to the updated values (if the defaults are not acceptable) to avoid duplicate environment variables and related helm upgrade failures.
Changes include:
Config option | New values path | Default |
---|---|---|
KC_HTTP_RELATIVE_PATH | .Values.http.relativePath | /auth |
KC_CACHE | .Values.cache.stack | ispn |
KC_CACHE_STACK | .Values.cache.stack | kubernetes |
KC_PROXY_HEADERS | .Values.proxy.mode | forwarded |
KC_HTTP_ENABLED | .Values.proxy.http.enabled | true |
KC_PROXY
config option is deprecated and should no longer be passed. See release notes for more information.
KC_HOSTNAME_STRICT_HTTPS
config option has been removed. See upgrade guide for more information.
Merge request reports
Activity
added botmr keycloak statusreview labels
assigned to @sarnowski-unicorn
requested review from @chris.oconnell, @michaelmartin, and @andrewshoell
added 8 commits
- 6e415144 - keycloak renovate testing
- ef270da1 - reference new plugin image
- bb69a898 - test with bigbang staging plugin 3.5.0 image
- a3cf6bf6 - prod plugin image
- 52e560ab - Merge branch 'master' of https://repo1.dso.mil/big-bang/bigbang into keycloak-renovate-testing
- 2d7fd798 - Merge branch 'master' of https://repo1.dso.mil/big-bang/bigbang into keycloak-renovate-testing
- 2b760cc3 - update to remove dupe env vars
- 1e8f41b9 - keycloak updates
Toggle commit listrequested review from @mike.knight and @cbowmanclare
changed milestone to %2.32.0
added 11 commits
-
1e8f41b9...7e64da59 - 10 commits from branch
master
- fd0c9bf3 - Merge branch 'master' of https://repo1.dso.mil/big-bang/bigbang into update-keycloak-tag-2.4.3-bb.0
-
1e8f41b9...7e64da59 - 10 commits from branch
mentioned in commit ea9a8732
mentioned in merge request big-bang/customers/template!95 (merged)