From f6e53ff58ae9648825190fb8fa5c91d80e82195e Mon Sep 17 00:00:00 2001 From: sophia Date: Thu, 2 Jan 2025 16:00:53 -0800 Subject: [PATCH] Update keycloak adduser commend --- docs/docs/how-tos/configure-keycloak-howto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/how-tos/configure-keycloak-howto.md b/docs/docs/how-tos/configure-keycloak-howto.md index a5f94473..f949894f 100644 --- a/docs/docs/how-tos/configure-keycloak-howto.md +++ b/docs/docs/how-tos/configure-keycloak-howto.md @@ -121,7 +121,7 @@ If you [changed the initial root password for Keycloak](#change-keycloak-root-pa To make adding users easier for new Nebari deployments, we've created a CLI command to help you. ```shell -nebari keycloak -c nebari-config.yaml adduser +nebari keycloak adduser -c nebari-config.yaml --user ``` This will create a new user `` under the `analyst` group, with the initial password provided. Omit the password completely if you are using GitHub or Auth0. It will also add a placeholder email (i.e. `username@your-domain`) to the **Email** field.