Skip to content

Commit 0006ac8

Browse files
committed
Move login information to the deployment section
Since we have already documented the output needed for the next step lets use it there.
1 parent 94dfa2a commit 0006ac8

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

docs/docs/how-tos/nebari-local.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,9 @@ Kubecloak master realm username=root *****
190190
...
191191
```
192192

193+
To login to the dashboard, you will first need to [login with keycloak](https://www.nebari.dev/docs/how-tos/configuring-keycloak), which is at https://projectname.domain/auth/
194+
(or ip if you are not using a `domain`.
195+
193196
### Verify the local deployment
194197

195198
Finally, if everything is set properly you should be able to cURL the JupyterHub Server. Run
@@ -232,15 +235,6 @@ Let's Encrypt heavily rate limits their production endpoint. In order to avoid
232235
In order to refresh the certificate before it is invalidated, you will need to delete the `acme.json` file then restart the Traefik deployment by deleting the existing pod and letting a new one spin up. This may be necessary if you change the domain name of your Nebari deployment.
233236
:::
234237

235-
### Login and Try Nebari!
236-
237-
To login to the dashboard, you will first need to [login with
238-
keycloak](https://www.nebari.dev/docs/how-tos/configuring-keycloak).
239-
240-
Assuming you are not using a `domain`, visit https://172.18.1.100/auth/admin/ in your browser and
241-
login using the keycloak username `root` and the value for `initial_root_password` in the
242-
`nebari-config.yaml`
243-
244238

245239
## Destroying Nebari
246240

0 commit comments

Comments
 (0)