Skip to content

Commit

Permalink
feat(backend-role): adding list verbs on applications and appprojects…
Browse files Browse the repository at this point in the history
… for backend-role

Signed-off-by: Dustin Lactin <[email protected]>
  • Loading branch information
dlactin committed Nov 18, 2024
1 parent 2deaefb commit 4e8db61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/backend/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@ rules:
- applications
verbs:
- get
- list
- apiGroups:
- argoproj.io
resources:
- appprojects
verbs:
- get
- list
- apiGroups:
- ephemeral-access.argoproj-labs.io
resources:
Expand Down

0 comments on commit 4e8db61

Please sign in to comment.