Skip to content

Commit

Permalink
stragglers
Browse files Browse the repository at this point in the history
  • Loading branch information
CloudBeard committed Sep 25, 2024
1 parent d9c72f1 commit a298d1a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ pass:
resources: resources.json
permutation: '.namespaces |= map(if .metadata.name == "grafana" then del(.metadata.labels["istio-injection"]) else . end)'
expected-validation: false

Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ provider:
output:
validation: validate.validate
observations:
- validate.msg
- validate.msg_exempt_namespaces
- validate.msg
- validate.msg_exempt_namespaces
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
metadata:
name: istio-authorization-policies-require-authentication
uuid: e38c0695-10f6-40b6-b246-fa58b26ccd25
uuid: e38c0695-10f6-40b6-b246-fa58b26ccd25
domain:
type: kubernetes
kubernetes-spec:
Expand Down Expand Up @@ -30,7 +30,7 @@ provider:
validate {
result_auth_policy.result
}
msg = result_auth_policy.msg
result_auth_policy = {"result": true, "msg": msg} {
Expand All @@ -45,4 +45,3 @@ provider:
} else = {"result": false, "msg": msg} {
msg := "Authorization Policy does not require authentication"
}

0 comments on commit a298d1a

Please sign in to comment.