mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-21 16:10:34 +00:00
Allow lighthouse access to gateways.submariner.io
Adds following permissions to lighthouse clusterrole for `gateways.submariner.io` - get - list - watch This allows lighthouse to track changes to gateway status and know which clusters are connected. Signed-off-by: Vishal Thapar <5137689+vthapar@users.noreply.github.com>
This commit is contained in:
committed by
Thomas Pantelis
parent
7cc50b03d3
commit
1954770672
@@ -123,6 +123,9 @@ rules:
|
||||
- apiGroups: ["lighthouse.submariner.io"]
|
||||
resources: ["*"]
|
||||
verbs: ["create", "get", "list", "watch", "update", "delete"]
|
||||
- apiGroups: ["submariner.io"]
|
||||
resources: ["gateways"]
|
||||
verbs: ["get", "list", "watch"]
|
||||
---
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRoleBinding
|
||||
|
||||
Reference in New Issue
Block a user