Skip to content

Commit

Permalink
removed operator:write after proving namespace:write sufficently solv…
Browse files Browse the repository at this point in the history
…ed the bug
  • Loading branch information
sarahalsmiller authored and absolutelightning committed Aug 4, 2023
1 parent 4c66f15 commit 823ba72
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion control-plane/subcommand/server-acl-init/rules.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ func (c *Command) apiGatewayControllerRules() (string, error) {
partition "{{ .PartitionName }}" {
mesh = "write"
acl = "write"
operator = "write"
{{- else }}
operator = "write"
acl = "write"
Expand Down
1 change: 0 additions & 1 deletion control-plane/subcommand/server-acl-init/rules_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ namespace_prefix "" {
partition "Default" {
mesh = "write"
acl = "write"
operator = "write"
namespace_prefix "" {
policy = "write"
service_prefix "" {
Expand Down

0 comments on commit 823ba72

Please sign in to comment.