feat(sso): introduce argocd sso config
This commit is contained in:
parent
90db53ee4d
commit
3bb78f45be
1 changed files with 14 additions and 0 deletions
|
|
@ -5,6 +5,20 @@ configs:
|
||||||
params:
|
params:
|
||||||
server.insecure: true
|
server.insecure: true
|
||||||
cm:
|
cm:
|
||||||
|
oidc.config: |
|
||||||
|
name: FORGEJO
|
||||||
|
issuer: https://dex.observability.t09.de
|
||||||
|
clientID: controller-argocd-dex
|
||||||
|
clientSecret: $dex-argo-client:clientSecret
|
||||||
|
requestedIDTokenClaims:
|
||||||
|
groups:
|
||||||
|
- DevFW
|
||||||
|
essential: true
|
||||||
|
requestedScopes:
|
||||||
|
- openid
|
||||||
|
- profile
|
||||||
|
- email
|
||||||
|
- groups
|
||||||
application.resourceTrackingMethod: annotation
|
application.resourceTrackingMethod: annotation
|
||||||
timeout.reconciliation: 60s
|
timeout.reconciliation: 60s
|
||||||
resource.exclusions: |
|
resource.exclusions: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue