From e1b4de48f041a3446c7fe6068eded79b52e72923 Mon Sep 17 00:00:00 2001 From: Mitch Connors Date: Thu, 23 Apr 2020 11:18:12 -0700 Subject: [PATCH] Fix cleanup to delete authorization policy (#7142) Fixes https://github.com/istio/istio/issues/23190 --- .../en/docs/tasks/security/authentication/authn-policy/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/security/authentication/authn-policy/index.md b/content/en/docs/tasks/security/authentication/authn-policy/index.md index a5535ef8d1..1dc7a015d3 100644 --- a/content/en/docs/tasks/security/authentication/authn-policy/index.md +++ b/content/en/docs/tasks/security/authentication/authn-policy/index.md @@ -556,7 +556,7 @@ $ curl $INGRESS_HOST/ip -s -o /dev/null -w "%{http_code}\n" 1. Remove authorization policy: {{< text bash >}} - $ kubectl -n istio-system delete authorization frontend-ingress + $ kubectl -n istio-system delete authorizationpolicy frontend-ingress {{< /text >}} 1. If you are not planning to explore any follow-on tasks, you can remove all resources simply by deleting test namespaces.