mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-16 19:21:53 +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:
@@ -35,6 +35,8 @@ staticClients:
|
|||||||
name: 'example.com'
|
name: 'example.com'
|
||||||
secret: bar
|
secret: bar
|
||||||
|
|
||||||
|
enablePasswordDB: true
|
||||||
|
|
||||||
staticPasswords:
|
staticPasswords:
|
||||||
- email: "admin@example.com"
|
- email: "admin@example.com"
|
||||||
# bcrypt hash of the string "password"
|
# bcrypt hash of the string "password"
|
||||||
|
|||||||
Reference in New Issue
Block a user