enable auth
This commit is contained in:
@@ -17,20 +17,20 @@ argo-cd:
|
||||
timeout.reconciliation.jitter: 60s
|
||||
url: https://argocd.alexlebens.net
|
||||
statusbadge.enabled: true
|
||||
# dex.config: |
|
||||
# connectors:
|
||||
# - config:
|
||||
# issuer: https://auth-cl01tl.boreal-beaufort.ts.net/application/o/argocd/
|
||||
# clientID: $argocd-oidc-secret:client
|
||||
# clientSecret: $argocd-oidc-secret:secret
|
||||
# insecureEnableGroups: true
|
||||
# scopes:
|
||||
# - openid
|
||||
# - profile
|
||||
# - email
|
||||
# name: authentik
|
||||
# type: oidc
|
||||
# id: authentik
|
||||
dex.config: |
|
||||
connectors:
|
||||
- config:
|
||||
issuer: https://auth.alexlebens.dev/application/o/argocd/
|
||||
clientID: $argocd-oidc-secret:client
|
||||
clientSecret: $argocd-oidc-secret:secret
|
||||
insecureEnableGroups: true
|
||||
scopes:
|
||||
- openid
|
||||
- profile
|
||||
- email
|
||||
name: authentik
|
||||
type: oidc
|
||||
id: authentik
|
||||
rbac:
|
||||
policy.csv: |
|
||||
g, ArgoCD Admins, role:admin
|
||||
|
Reference in New Issue
Block a user