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