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 <dfarrell@redhat.com>
  • Loading branch information
dfarrell07 committed Nov 10, 2022
1 parent 7a27f7c commit 07f0fdf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 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
6 changes: 0 additions & 6 deletions pkg/embeddedyamls/yamls.go
Original file line number Diff line number Diff line change
Expand Up @@ -2296,12 +2296,6 @@ rules:
- deployments/finalizers
verbs:
- update
- apiGroups:
- ""
resources:
- pods
verbs:
- get
- apiGroups:
- apps
resources:
Expand Down

0 comments on commit 07f0fdf

Please sign in to comment.