We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49fedf1 commit cffc701Copy full SHA for cffc701
tests/integration/ambient/baseline_test.go
@@ -985,16 +985,16 @@ func TestAuthorizationL4(t *testing.T) {
985
principals: ["cluster.local/ns/{{.Namespace}}/sa/{{.Source}}", "cluster.local/ns/{{.Namespace}}/sa/{{.WaypointName}}"]
986
`,
987
},
988
- // {
989
- // name: "not allow",
990
- // check: CheckDeny,
991
- // spec: `
992
- // rules:
993
- // - from:
994
- // - source:
995
- // principals: ["cluster.local/ns/something/sa/else"]
996
- // `,
997
- // },
+ {
+ name: "not allow",
+ check: CheckDeny,
+ spec: `
+ rules:
+ - from:
+ - source:
+ principals: ["cluster.local/ns/something/sa/else"]
+`,
+ },
998
}
999
1000
for _, tc := range authzCases {
0 commit comments