Skip to content

Commit

Permalink
Dex: Fix user must be valid email address (kubeflow#1809)
Browse files Browse the repository at this point in the history
* Fix user must be valig email address

* Make suggested changes
  • Loading branch information
davidspek authored Apr 8, 2021
1 parent 3312415 commit c5cb42f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/dex/base/config-map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ data:
skipApprovalScreen: true
enablePasswordDB: true
staticPasswords:
- email: user
- email: user@example.com
hash: $2y$12$4K/VkmDd1q1Orb3xAt82zu8gk7Ad6ReFR4LCP9UeYE90NLiN9Df72
# https://github.com/dexidp/dex/pull/1601/commits
# FIXME: Use hashFromEnv instead
Expand Down
4 changes: 2 additions & 2 deletions common/user-namespace/base/params.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
user=user
profile-name=kubeflow-user
user=user@example.com
profile-name=kubeflow-user-example-com

0 comments on commit c5cb42f

Please sign in to comment.