Skip to content

Commit

Permalink
add docs about creating a user
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech authored Jul 20, 2023
1 parent e803e2a commit e4d2a5f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions tests_e2e/playwright/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,17 @@ cp .env.tpl .env

Fill in the newly created `.env` file with the following values:

* USERNAME: Nebari username for username/password login OR Google email address or Google sign in
* PASSWORD: Password associated with USERNAME
* KEYCLOAK_USERNAME: Nebari username for username/password login OR Google email address or Google sign in
* KEYCLOAK_PASSWORD: Password associated with USERNAME
* NEBARI_FULL_URL: full url path including scheme to Nebari instance, e.g. "https://nebari.quansight.dev/"

This user can be created with the following command (or you can use an existing non-root user):

```
nebari keycloak adduser --user <username> <password> --config <NEBARI_CONFIG_PATH>
```


## Running the Playwright tests

The playwright tests are run inside of pytest using
Expand Down

0 comments on commit e4d2a5f

Please sign in to comment.