From 823ba720e40c194fe14a811256e087ff22983427 Mon Sep 17 00:00:00 2001 From: Sarah Alsmiller Date: Mon, 27 Mar 2023 16:40:57 -0500 Subject: [PATCH] removed operator:write after proving namespace:write sufficently solved the bug --- control-plane/subcommand/server-acl-init/rules.go | 1 - control-plane/subcommand/server-acl-init/rules_test.go | 1 - 2 files changed, 2 deletions(-) diff --git a/control-plane/subcommand/server-acl-init/rules.go b/control-plane/subcommand/server-acl-init/rules.go index 908b37c608..d86dd38a0a 100644 --- a/control-plane/subcommand/server-acl-init/rules.go +++ b/control-plane/subcommand/server-acl-init/rules.go @@ -150,7 +150,6 @@ func (c *Command) apiGatewayControllerRules() (string, error) { partition "{{ .PartitionName }}" { mesh = "write" acl = "write" - operator = "write" {{- else }} operator = "write" acl = "write" diff --git a/control-plane/subcommand/server-acl-init/rules_test.go b/control-plane/subcommand/server-acl-init/rules_test.go index 09170e7175..1e629d68f7 100644 --- a/control-plane/subcommand/server-acl-init/rules_test.go +++ b/control-plane/subcommand/server-acl-init/rules_test.go @@ -187,7 +187,6 @@ namespace_prefix "" { partition "Default" { mesh = "write" acl = "write" - operator = "write" namespace_prefix "" { policy = "write" service_prefix "" {