Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
remove unused permissions (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
eguzki authored Jun 7, 2022
1 parent 3900346 commit 3ff25f5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 17 deletions.
8 changes: 0 additions & 8 deletions config/deploy/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -700,14 +700,6 @@ rules:
- patch
- update
- watch
- apiGroups:
- networking.istio.io
resources:
- gateways
verbs:
- get
- list
- watch
- apiGroups:
- security.istio.io
resources:
Expand Down
8 changes: 0 additions & 8 deletions config/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,6 @@ rules:
- patch
- update
- watch
- apiGroups:
- networking.istio.io
resources:
- gateways
verbs:
- get
- list
- watch
- apiGroups:
- security.istio.io
resources:
Expand Down
1 change: 0 additions & 1 deletion controllers/apim/ratelimitpolicy_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ type RateLimitPolicyReconciler struct {
//+kubebuilder:rbac:groups=apim.kuadrant.io,resources=ratelimitpolicies,verbs=get;list;watch;create;update;patch;delete
//+kubebuilder:rbac:groups=apim.kuadrant.io,resources=ratelimitpolicies/status,verbs=get;update;patch
//+kubebuilder:rbac:groups=apim.kuadrant.io,resources=ratelimitpolicies/finalizers,verbs=update
//+kubebuilder:rbac:groups=networking.istio.io,resources=gateways,verbs=get;list;watch
//+kubebuilder:rbac:groups=extensions.istio.io,resources=wasmplugins,verbs=get;list;watch;create;delete;update;patch
//+kubebuilder:rbac:groups=limitador.kuadrant.io,resources=ratelimits,verbs=get;list;watch;create;update;delete;patch

Expand Down

0 comments on commit 3ff25f5

Please sign in to comment.