Skip to content

Commit

Permalink
Merge pull request #30 from d3adb5/feat/manage-sso-permissions
Browse files Browse the repository at this point in the history
feat: revamp sso permissions management
  • Loading branch information
d3adb5 authored Jun 20, 2024
2 parents eed5078 + 9bddf79 commit 7424e10
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions applications/app-of-apps/templates/argo-cd/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ spec:
requestedScopes: ["openid", "profile", "email", "groups"]
rbac:
policy.csv: |
g, Admin, role:admin
g, difford, role:readonly
g, /Admin, role:admin
g, /Argo CD/Admin, role:admin
g, /Argo CD/Reader, role:readonly
g, difford, role:readonly
controller:
replicas: 1
Expand Down

0 comments on commit 7424e10

Please sign in to comment.