1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-15 02:36:38 +00:00

Add enablePasswordDB: true for Dex (#182)

`{!c.EnablePasswordDB && len(c.StaticPasswords) != 0, "cannot specify static passwords without enabling password db"},`
This commit is contained in:
Tom Lankhorst
2021-09-14 00:57:00 +02:00
committed by GitHub
parent 3230172d3c
commit 3c5020f122

View File

@@ -35,6 +35,8 @@ staticClients:
name: 'example.com'
secret: bar
enablePasswordDB: true
staticPasswords:
- email: "admin@example.com"
# bcrypt hash of the string "password"