Skip to content

Commit

Permalink
backport of commit f420441
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancoleman committed Nov 27, 2024
1 parent f173f83 commit ec59e6a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions control-plane/subcommand/server-acl-init/rules_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,6 @@ func TestInjectRules(t *testing.T) {
node_prefix "" {
policy = "write"
}
acl = "write"
service_prefix "" {
policy = "write"
intentions = "write"
Expand Down Expand Up @@ -929,7 +928,6 @@ partition "part-1" {
policy = "write"
}
policy = "write"
acl = "write"
service_prefix "" {
policy = "write"
intentions = "write"
Expand All @@ -952,7 +950,6 @@ partition "part-1" {
node_prefix "" {
policy = "write"
}
acl = "write"
service_prefix "" {
policy = "write"
intentions = "write"
Expand All @@ -975,8 +972,8 @@ partition "part-1" {
policy = "write"
}
namespace_prefix "" {
policy = "write"
acl = "write"
policy = "write"
service_prefix "" {
policy = "write"
intentions = "write"
Expand Down Expand Up @@ -1026,7 +1023,6 @@ partition "part-1" {
policy = "write"
}
policy = "write"
acl = "write"
service_prefix "" {
policy = "write"
intentions = "write"
Expand All @@ -1051,8 +1047,8 @@ partition "part-1" {
policy = "write"
}
namespace_prefix "" {
policy = "write"
acl = "write"
policy = "write"
service_prefix "" {
policy = "write"
intentions = "write"
Expand Down

0 comments on commit ec59e6a

Please sign in to comment.