Merge pull request #45514 from ystkfujii/ystkfujii-patch-2

fix typo
pull/45350/head
Kubernetes Prow Robot 2024-03-12 08:37:24 -07:00 committed by GitHub
commit 40c2af4e4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ now supports pods with and without volumes, custom UID/GID ranges, and more!
### Structured authorization configuration ([KEP-3221](https://kep.k8s.io/3221))
Support for [structured authorization
configuration](/docs/reference/access-authn-authz/authorization/#configuring-the-api-server-using-an-authorization-config-file).)
configuration](/docs/reference/access-authn-authz/authorization/#configuring-the-api-server-using-an-authorization-config-file)
is moving to beta and will be enabled by default. This feature enables the creation of
authorization chains with multiple webhooks with well-defined parameters that validate requests in a
particular order and allows fine-grained control such as explicit Deny on failures. The