From 9bf491befc59b7f03cc547e738be20f504a1f001 Mon Sep 17 00:00:00 2001 From: h0me Date: Tue, 20 Dec 2016 15:21:05 +0100 Subject: [PATCH] replace bcrypt hash with a working one replace bcrypt hash with an appropriate value for the string "password" --- examples/k8s/dex.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/k8s/dex.yaml b/examples/k8s/dex.yaml index 01fdab9e..03a84b4c 100644 --- a/examples/k8s/dex.yaml +++ b/examples/k8s/dex.yaml @@ -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" ---