Skip to content

Commit

Permalink
Remove duplicate gateway pod RBAC
Browse files Browse the repository at this point in the history
The submariner-gateway RBAC for pods duplicates the get permission, as
it's granted * elsewhere.

This was recently modified in #2214 and #2008.

Signed-off-by: Daniel Farrell <[email protected]>
  • Loading branch information
dfarrell07 committed Nov 10, 2022
1 parent 7a27f7c commit b143ead
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions config/rbac/submariner-gateway/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@ rules:
- deployments/finalizers
verbs:
- update
- apiGroups:
- ""
resources:
- pods
verbs:
- get
- apiGroups:
- apps
resources:
Expand Down

0 comments on commit b143ead

Please sign in to comment.