Skip to content

Commit

Permalink
Gateway get permission added in ui-server (#1506)
Browse files Browse the repository at this point in the history
Signed-off-by: Arnob kumar saha <[email protected]>
  • Loading branch information
ArnobKumarSaha authored Jan 10, 2025
1 parent c82991d commit 0c037b4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions charts/kubedb-ui-server/templates/cluster-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ rules:
resources:
- "*"
verbs: ["get", "list", "watch"]
- apiGroups:
- gateway.networking.k8s.io
resources:
- 'gateways'
verbs:
- get
- list
- watch
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit 0c037b4

Please sign in to comment.