From 0ceb362bebab7cfdcfebdd0fa1d63cc3bfc41782 Mon Sep 17 00:00:00 2001 From: RA489 Date: Wed, 10 Apr 2019 11:04:13 +0530 Subject: [PATCH] Update abac.md (#13067) * Update abac.md * Update abac.md * Update abac.md --- content/en/docs/reference/access-authn-authz/abac.md | 4 ++++ 1 file changed, 4 insertions(+) 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.