Environment variables 'KEYCLOAK_ADMIN' and 'KEYCLOAK_ADMIN_PASSWORD' are deprecated #19
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
https://github.com/keycloak/keycloak/issues/31229
Ty for the report @cgalo5758. I remember seeing something about the deprecation in release notes. Do you happen to know if there are 1:1 replacements we can switch to? Or we'd need to change the initial set-up instructions?
Yes, @3wordchant! We can replace them with
KC_BOOTSTRAP_ADMIN_USERNAME
andKC_BOOTSTRAP_ADMIN_PASSWORD
as described in the (configuration documentation)[https://www.keycloak.org/server/configuration#_creating_the_initial_admin_user]:The main difference it seems to me is that these credentials are only used at first start and the interface makes it explicit that it is a temporary account.