Skip to content

Commit

Permalink
Move BGPFilter permissions from EE-only to OSS+EE in apiserver
Browse files Browse the repository at this point in the history
  • Loading branch information
coutinhop committed May 2, 2023
1 parent c4936e2 commit 792df2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/render/apiserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,7 @@ func (c *apiServerComponent) calicoCustomResourcesClusterRole() *rbacv1.ClusterR
"globalnetworksets",
"networksets",
"bgpconfigurations",
"bgpfilters",
"bgppeers",
"felixconfigurations",
"kubecontrollersconfigurations",
Expand Down Expand Up @@ -1194,7 +1195,6 @@ func (c *apiServerComponent) tigeraCustomResourcesClusterRole() *rbacv1.ClusterR
"deeppacketinspections/status",
"uisettingsgroups",
"uisettings",
"bgpfilters",
"externalnetworks",
"egressgatewaypolicies",
},
Expand Down

0 comments on commit 792df2f

Please sign in to comment.