improving documented auth annotation decision

Signed-off-by: Ritikaa96 <ritika@india.nec.com>
pull/47638/head
Ritikaa96 2024-08-22 15:43:09 +05:30
parent 0f49ecca35
commit e12941d31b
1 changed files with 2 additions and 1 deletions

View File

@ -76,7 +76,8 @@ for more information.
Example: `authorization.k8s.io/decision: "forbid"`
This annotation indicates whether or not a request was authorized in Kubernetes audit logs.
Value must be **forbid** or **allow**. This annotation indicates whether or not a request
was authorized in Kubernetes audit logs.
See [Auditing](/docs/tasks/debug/debug-cluster/audit/) for more information.