You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_Structured Authorization Configuration_ graduates to beta in this release.
195
+
196
+
Kubernetes continues to evolve to meet the intricate requirements of system
197
+
administrators and developers alike. A critical aspect of Kubernetes that
198
+
ensures the security and integrity of the cluster is the API server
199
+
authorization. Until recently, the configuration of the authorization chain in
200
+
kube-apiserver was somewhat rigid, limited to a set of command-line flags and
201
+
allowing only a single webhook in the authorization chain. This approach, while
202
+
functional, restricted the flexibility needed by cluster administrators to
203
+
define complex, fine-grained authorization policies. The latest Structured
204
+
Authorization Configuration feature aims to revolutionize this aspect by introducing
205
+
a more structured and versatile way to configure the authorization chain, focusing
206
+
on enabling multiple webhooks and providing explicit control mechanisms. See more
207
+
details about [structured authorization configuration](/docs/reference/access-authn-authz/authorization/#configuring-the-api-server-using-an-authorization-config-file).
208
+
178
209
## New alpha features
179
210
180
211
### Speed up recursive SELinux label change ([SIG Storage](https://github.com/kubernetes/community/tree/master/sig-storage))
0 commit comments