From 39de14ce61e2c09fefdd6466df24bb970f55b8a2 Mon Sep 17 00:00:00 2001 From: Tom Pantelis Date: Sun, 2 Jun 2024 06:08:39 -0400 Subject: [PATCH] Remove globalnet node RBAC permissions Signed-off-by: Tom Pantelis --- config/rbac/submariner-globalnet/cluster_role.yaml | 9 --------- pkg/embeddedyamls/yamls.go | 9 --------- 2 files changed, 18 deletions(-) diff --git a/config/rbac/submariner-globalnet/cluster_role.yaml b/config/rbac/submariner-globalnet/cluster_role.yaml index ea98fb56c..55d0305d8 100644 --- a/config/rbac/submariner-globalnet/cluster_role.yaml +++ b/config/rbac/submariner-globalnet/cluster_role.yaml @@ -5,15 +5,6 @@ metadata: creationTimestamp: null name: submariner-globalnet rules: - - apiGroups: - - "" - resources: - - nodes - verbs: - - get - - list - - watch - - update - apiGroups: - "" resources: diff --git a/pkg/embeddedyamls/yamls.go b/pkg/embeddedyamls/yamls.go index 4401abde8..b73c51a47 100644 --- a/pkg/embeddedyamls/yamls.go +++ b/pkg/embeddedyamls/yamls.go @@ -3181,15 +3181,6 @@ metadata: creationTimestamp: null name: submariner-globalnet rules: - - apiGroups: - - "" - resources: - - nodes - verbs: - - get - - list - - watch - - update - apiGroups: - "" resources: