Skip to content

Commit

Permalink
enable rbac
Browse files Browse the repository at this point in the history
  • Loading branch information
outductor committed Dec 21, 2023
1 parent 0178453 commit ac47d22
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ spec:
- argo-events
server:
secure: true
rbac:
enabled: true
extraArgs:
- --auth-mode=sso
sso:
Expand All @@ -32,8 +34,8 @@ spec:
name: argo-workflows-sso
key: client-secret
redirectUrl: https://argo-workflows.onp-k8s.admin.seichi.click/oauth2/callback
rbac: # <- add this block
enabled: true # <- add this block
rbac:
enabled: true
destination:
server: https://kubernetes.default.svc
namespace: argo
Expand Down

0 comments on commit ac47d22

Please sign in to comment.