Skip to content

Commit

Permalink
fix dex configmap path (#2179)
Browse files Browse the repository at this point in the history
  • Loading branch information
surajkota authored Apr 18, 2022
1 parent eb68555 commit 353254a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ For security reasons, we don't want to use the default password for the default
python3 -c 'from passlib.hash import bcrypt; import getpass; print(bcrypt.using(rounds=12, ident="2y").hash(getpass.getpass()))'
```

2. Edit `dex/base/config-map.yaml` and fill the relevant field with the hash of the password you chose:
2. Edit `common/dex/base/config-map.yaml` and fill the relevant field with the hash of the password you chose:

```yaml
...
Expand Down

0 comments on commit 353254a

Please sign in to comment.