1
1
---
2
2
layout : blog
3
3
title : ' Kubernetes 1.30: Multi-Webhook and Modular Authorization Made Much Easier'
4
- date : 2024-04-25
4
+ date : 2024-04-26
5
5
slug : multi-webhook-and-modular-authorization-made-much-easier
6
6
---
7
7
@@ -10,6 +10,14 @@ Liggitt](https://github.com/liggitt) (Google), [Nabarun
10
10
Pal] ( https://github.com/palnabarun ) (VMware), [ Leigh
11
11
Capili] ( https://github.com/stealthybox ) (VMware)
12
12
13
+ With Kubernetes 1.30, we (SIG Auth) are moving Structured Authorization
14
+ Configuration to beta.
15
+
16
+ Today's article is about _ authorization_ : deciding what someone can and cannot
17
+ access. Check a previous article from yesterday to find about what's new in
18
+ Kubernetes v1.30 around _ authentication_ (finding out who's performing a task,
19
+ and checking that they are who they say they are).
20
+
13
21
## Introduction
14
22
Kubernetes continues to evolve to meet the intricate requirements of system
15
23
administrators and developers alike. A critical aspect of Kubernetes that
@@ -311,16 +319,16 @@ out to us on the
311
319
channel on Kubernetes Slack.
312
320
313
321
# # How to get involved
314
- If you are interested in helping develop this feature,
315
- sharing feedback, or participating in any other ongoing SIG Auth projects, please
316
- reach out on the [#sig-auth](https://kubernetes.slack.com/archives/C0EN96KUY)
317
- channel on Kubernetes Slack.
322
+ If you are interested in helping develop this feature, sharing feedback, or
323
+ participating in any other ongoing SIG Auth projects, please reach out on the
324
+ [#sig-auth](https://kubernetes.slack.com/archives/C0EN96KUY) channel on
325
+ Kubernetes Slack.
318
326
319
327
You are also welcome to join the bi-weekly [SIG Auth
320
328
meetings](https://github.com/kubernetes/community/blob/master/sig-auth/README.md#meetings)
321
329
held every other Wednesday.
322
330
323
331
# # Acknowledgments
324
- This feature was driven by contributors from several different
325
- companies. We would like to extend a huge thank you to everyone who contributed
326
- their time and effort to make this possible.
332
+ This feature was driven by contributors from several different companies. We
333
+ would like to extend a huge thank you to everyone who contributed their time and
334
+ effort to make this possible.
0 commit comments