-
Notifications
You must be signed in to change notification settings - Fork 13
/
dex.yml
31 lines (31 loc) · 976 Bytes
/
dex.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
issuer: "http://localhost:5556"
storage:
type: sqlite3
config:
file: /etc/dex/dex.db
web:
http: 0.0.0.0:5556
staticClients:
- id: base-client
redirectURIs:
- "http://localhost:8080/login/oauth2/code/dex"
- "http://127.0.0.1:8080/login/oauth2/code/dex"
name: 'Base application'
secret: base-secret
grant_types:
- authorization_code
- client_credentials
enablePasswordDB: true
staticPasswords:
- email: "[email protected]"
hash: "$2a$10$2b2cU8CPhOTaGrs1HRQuAueS7JTT5ZHsHSzYiFPm1leZck7Mc8T4W"
username: "admin"
userID: "08a8684b-db88-4b73-90a9-3cd1661f5466"
- email: "[email protected]"
hash: "$2a$10$2b2cU8CPhOTaGrs1HRQuAueS7JTT5ZHsHSzYiFPm1leZck7Mc8T4W"
username: "alice"
userID: "b6f6b08e-1491-4b44-8ed9-762dd5f2b6f6"
- email: "[email protected]"
hash: "$2a$10$2b2cU8CPhOTaGrs1HRQuAueS7JTT5ZHsHSzYiFPm1leZck7Mc8T4W"
username: "bob"
userID: "1cc2c64b-4649-4343-9a0f-0468376ba416"