Keycloak documentation update for UI credentials
Package Merge Request
Package Changes
Update Keycloak documentation Issue #1985.
The documented configurations for setting custom username and password for the keycloak UI are incorrect. The current documentation has the value pathing incorrectly set as secrets.credentials.stringData.*
the correct value path is secrets.env.stringData.*
. The changes were validated in a dev cluster. All pertaining examples and docs have been updated.
Package MR
"N/A"
For Issue
"N/A"
Upgrade Notices
"N/A"
Merge request reports
Activity
assigned to @lgomez2
added kinddocs label
added statusreview label
requested review from @chris.oconnell and @michaelmartin
mentioned in issue #1985 (closed)
- Resolved by Michael Martin
Hi @lgomez2 ! Thanks for cleaning up the docs!
Looking through the Keycloak charts, the default admin values are:
secrets: env: stringData: KEYCLOAK_ADMIN: "michael" KEYCLOAK_ADMIN_PASSWORD: "michaelpassword"
changing with those values above works for me.
using
adminuser
andpassword
instead ofKEYCLOAK_ADMIN
andKEYCLOAK_ADMIN_PASSWORD
didn't work for me.I'm not seeing any references to
adminuser
either, so I'm thinking those are old keys.
added 1 commit
- f8f195ed - Corrected keycloak credential admin and password doc refrences
changed milestone to %2.28.0
mentioned in commit 12071364
mentioned in merge request big-bang/customers/template!82 (merged)