Skip to content

Commit

Permalink
Merge pull request #1566 from GiganticMinecraft/workflows_sso
Browse files Browse the repository at this point in the history
apply rbac for sso
  • Loading branch information
outductor authored Dec 21, 2023
2 parents 680d100 + 0178453 commit c0dca5b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,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
destination:
server: https://kubernetes.default.svc
namespace: argo
Expand Down

0 comments on commit c0dca5b

Please sign in to comment.