mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-22 21:34:48 +07:00
fix(platform): change Dex storage to Kubernetes
This commit is contained in:
parent
93f29a7875
commit
d707bbe90c
@ -15,9 +15,9 @@ dex:
|
||||
config:
|
||||
issuer: https://dex.khuedoan.com
|
||||
storage:
|
||||
type: sqlite3
|
||||
type: kubernetes
|
||||
config:
|
||||
file: /var/dex.db
|
||||
inCluster: true
|
||||
connectors:
|
||||
- type: gitea
|
||||
id: gitea
|
||||
@ -25,5 +25,5 @@ dex:
|
||||
config:
|
||||
clientID: $GITEA_CLIENT_ID
|
||||
clientSecret: $GITEA_CLIENT_SECRET
|
||||
redirectURI: https://127.0.0.1:5556/dex/callback
|
||||
redirectURI: https://dex.khuedoan.com/callback
|
||||
baseURL: https://git.khuedoan.com
|
||||
|
Loading…
Reference in New Issue
Block a user