[keycloakx] doc typo mixup between db and admin username/password
https://github.com/codecentric/helm-charts/tree/master/charts/keycloakx#creating-a-keycloak-admin-user
The keycloakx README talks about admin user creation, but mentions environment variables for the database:
-
KC_DB_USERNAME -
KC_DB_PASSWORD
I believe the correct env vars are:
-
KEYCLOAK_ADMIN -
KEYCLOAK_ADMIN_PASSWORD
source: https://www.keycloak.org/server/containers#_provide_initial_admin_credentials_when_running_in_a_container
This issue has been marked as stale because it has been open for 30 days with no activity. It will be automatically closed in 10 days if no further activity occurs.
not stale
This issue has been marked as stale because it has been open for 30 days with no activity. It will be automatically closed in 10 days if no further activity occurs.
not stale
Corresponding PR of @wilmardo is merged. This PR resolves the misconception from the README.
fixed in #624 for reference.