From bb03bc04d15ed06832c4cb3d048954f5852ca464 Mon Sep 17 00:00:00 2001 From: Qiming Date: Wed, 11 Sep 2019 13:56:45 +0800 Subject: [PATCH] Revert "Update abac.md (#13067)" (#16302) This reverts commit 0ceb362bebab7cfdcfebdd0fa1d63cc3bfc41782. --- content/en/docs/reference/access-authn-authz/abac.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/content/en/docs/reference/access-authn-authz/abac.md b/content/en/docs/reference/access-authn-authz/abac.md index 287f85bad2..40c56a985c 100644 --- a/content/en/docs/reference/access-authn-authz/abac.md +++ b/content/en/docs/reference/access-authn-authz/abac.md @@ -8,10 +8,6 @@ title: Using ABAC Authorization content_template: templates/concept weight: 80 --- -{{< note >}} -{{< feature-state state="deprecated" for_k8s_version="1.6" >}} -The ABAC Authorization feature has been considered deprecated from the Kubernetes 1.6 release. -{{< /note >}} {{% capture overview %}} Attribute-based access control (ABAC) defines an access control paradigm whereby access rights are granted to users through the use of policies which combine attributes together.