update configmap
This commit is contained in:
@@ -7,6 +7,8 @@ data:
|
||||
url: https://argo.k8s.bittehackmichnicht.de
|
||||
oidc.config: |
|
||||
name: Keycloak
|
||||
issuer: https://keycloak.controller.bittehackmichnicht.de
|
||||
clientID: argocd
|
||||
# clientSecret is provided via Secret argocd-oidc-secret in namespace argocd
|
||||
issuer: https://keycloak.controller.{{ admin_domain }}/realms/bachelor
|
||||
clientID: argo
|
||||
clientSecret: $oidc.keycloak.clientSecret
|
||||
refreshTokenThreshold: 2m
|
||||
requestedScopes: ["openid", "profile", "email", "groups"]
|
||||
|
||||
Reference in New Issue
Block a user