Skip to content

Commit ed15e04

Browse files
committed
update publish date and ref to authn
Signed-off-by: Rita Zhang <[email protected]>
1 parent aba193f commit ed15e04

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

content/en/blog/_posts/2024-04-25-structured-authz-beta.md renamed to content/en/blog/_posts/2024-04-26-structured-authz-beta.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: blog
33
title: 'Kubernetes 1.30: Multi-Webhook and Modular Authorization Made Much Easier'
4-
date: 2024-04-25
4+
date: 2024-04-26
55
slug: multi-webhook-and-modular-authorization-made-much-easier
66
---
77

@@ -10,6 +10,14 @@ Liggitt](https://github.com/liggitt) (Google), [Nabarun
1010
Pal](https://github.com/palnabarun) (VMware), [Leigh
1111
Capili](https://github.com/stealthybox) (VMware)
1212

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+
1321
## Introduction
1422
Kubernetes continues to evolve to meet the intricate requirements of system
1523
administrators and developers alike. A critical aspect of Kubernetes that
@@ -311,16 +319,16 @@ out to us on the
311319
channel on Kubernetes Slack.
312320

313321
## 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.
318326

319327
You are also welcome to join the bi-weekly [SIG Auth
320328
meetings](https://github.com/kubernetes/community/blob/master/sig-auth/README.md#meetings)
321329
held every other Wednesday.
322330

323331
## 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

Comments
 (0)