Skip to content

Commit

Permalink
Document how to change the default username for dex (kubeflow#2810)
Browse files Browse the repository at this point in the history
Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
Signed-off-by: hansinikarunarathne <107214435+hansinikarunarathne@users.noreply.github.com>
  • Loading branch information
biswajit-9776 authored and hansinikarunarathne committed Jul 30, 2024
1 parent 2a32e60 commit d1c058d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,19 @@ If you absolutely need to expose Kubeflow over HTTP, you can disable the `Secure

---

### Change default user name

For security reasons, we don't want to use the default username and email for the default Kubeflow user when installing in security-sensitive environments. Instead, you should define your own username and email before deploying. To define it for the default user:

1. Edit `common/dex/overlays/oauth2-proxy/config-map.yaml` and fill the relevant field with your email and preferred username:

```yaml
...
staticPasswords:
- email: <REPLACE_WITH_YOUR_EMAIL>
username: <REPLACE_WITH_PREFERRED_USERNAME>
```
### Change default user password
For security reasons, we don't want to use the default password for the default Kubeflow user when installing in security-sensitive environments. Instead, you should define your own password and apply it either **before creating the cluster** or **after creating the cluster**.
Expand Down

0 comments on commit d1c058d

Please sign in to comment.