Skip to content

Commit

Permalink
Allow lighthouse access to gateways.submariner.io
Browse files Browse the repository at this point in the history
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.

Fixes submariner-io/lighthouse#113

Signed-off-by: Vishal Thapar <[email protected]>
  • Loading branch information
vthapar authored and tpantelis committed Jul 20, 2020
1 parent 9255353 commit 5db3e2d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions deploy/lighthouse/cluster_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,11 @@ rules:
- watch
- update
- delete
- apiGroups:
- submariner.io
resources:
- "gateways"
verbs:
- get
- list
- watch

0 comments on commit 5db3e2d

Please sign in to comment.