Skip to content

Commit

Permalink
Merge pull request #751 from h0me/patch-1
Browse files Browse the repository at this point in the history
replace bcrypt hash with a working one
  • Loading branch information
ericchiang authored Dec 20, 2016
2 parents 03033e5 + 9bf491b commit 3c9ab50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/k8s/dex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ data:
staticPasswords:
- email: "admin@example.com"
# bcrypt hash of the string "password"
hash: "$2a$10$33EMT0cVYVlPy6WAMCLsceLYjWhuHpbz5yuZxu/GAFj03J9Lytjuy"
hash: "$2a$10$2b2cU8CPhOTaGrs1HRQuAueS7JTT5ZHsHSzYiFPm1leZck7Mc8T4W"
username: "admin"
userID: "08a8684b-db88-4b73-90a9-3cd1661f5466"
---
Expand Down

0 comments on commit 3c9ab50

Please sign in to comment.