diff --git a/content/en/docs/reference/access-authn-authz/abac.md b/content/en/docs/reference/access-authn-authz/abac.md index 40c56a985c..287f85bad2 100644 --- a/content/en/docs/reference/access-authn-authz/abac.md +++ b/content/en/docs/reference/access-authn-authz/abac.md @@ -8,6 +8,10 @@ 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.