Skip to content

Commit

Permalink
Merge pull request #1569 from GiganticMinecraft/workflow_scope
Browse files Browse the repository at this point in the history
define scope
  • Loading branch information
outductor authored Dec 21, 2023
2 parents bcb729a + e8c4d68 commit 1152cdf
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,11 @@ spec:
- argo-events
server:
secure: true
rbac:
enabled: true
extraArgs:
- --auth-mode=sso
sso:
enabled: true
issuer: https://argocd.onp-k8s.admin.seichi.click/api/dex
# sessionExpiry defines how long your login is valid for in hours. (optional, default: 10h)
sessionExpiry: 240h
clientId:
name: argo-workflows-sso
Expand All @@ -34,8 +31,8 @@ spec:
name: argo-workflows-sso
key: client-secret
redirectUrl: https://argo-workflows.onp-k8s.admin.seichi.click/oauth2/callback
rbac:
enabled: true
scopes:
- groups
destination:
server: https://kubernetes.default.svc
namespace: argo
Expand Down

0 comments on commit 1152cdf

Please sign in to comment.