chore(docker): replace deprecated KEYCLOAK_ADMIN_* with KC_BOOTSTRAP_ADMIN_* - #2557
Merged
Conversation
StephaneTrebel
approved these changes
Aug 24, 2026
StephaneTrebel
left a comment
Collaborator
There was a problem hiding this comment.
Ah oui ça traînait ça, bien joué 👍
…ADMIN_* Signed-off-by: William Phetsinorath <william.phetsinorath-open@interieur.gouv.fr> Change-Id: Idb3887a59f57e3b95ddf3bbb086c6bbf6a6a6964
shikanime
force-pushed
the
chore/keycloak-bootstrap-admin-vars
branch
from
August 24, 2026 13:15
ba7b3f8 to
a707c94
Compare
shikanime
enabled auto-merge
August 24, 2026 13:15
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issues liées
#2553
Quel est le comportement actuel ?
Les trois fichiers docker-compose (
ci,dev,local) exposent l'administrateur Keycloak via les variables dépréciéesKEYCLOAK_ADMIN/KEYCLOAK_ADMIN_PASSWORD(héritées de la migration d'image effectuée en #2545).Quel est le nouveau comportement ?
Remplacement par les variables officielles
KC_BOOTSTRAP_ADMIN/KC_BOOTSTRAP_ADMIN_PASSWORD(valeurs conservées :admin), conformément à la documentation upstream Keycloak 26.x.Cette PR introduit-elle un breaking change ?
Non.
Autres informations
Portée volontairement limitée au renommage des variables d'admin ; l'image et les chemins
/opt/keycloak/proviennent déjà de #2545.