Skip to content

Commit 0f926c1

Browse files
committed
change authn blog date to 2024-04-25 and add intro
Signed-off-by: Anish Ramasekar <[email protected]>
1 parent 5031a37 commit 0f926c1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

content/en/blog/_posts/2024-04-29-structured-authentication-configuration-beta.md renamed to content/en/blog/_posts/2024-04-25-structured-authentication-configuration-beta.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
---
22
layout: blog
33
title: "Kubernetes 1.30: Structured Authentication Configuration Moves to Beta"
4-
date: 2024-04-29
4+
date: 2024-04-25
55
slug: structured-authentication-moves-to-beta
66
---
77

88
**Author:** [Anish Ramasekar](https://github.com/aramase) (Microsoft)
99

1010
With Kubernetes 1.30, we (SIG Auth) are moving Structured Authentication Configuration to beta.
1111

12+
Today's article is about _authentication_: finding out who's performing a task, and checking
13+
that they are who they say they are. Check back in tomorrow to find about what's new in
14+
Kubernetes v1.30 around _authorization_ (deciding what someone can and can't access).
15+
1216
## Motivation
1317
Kubernetes has had a long-standing need for a more flexible and extensible
1418
authentication system. The current system, while powerful, has some limitations

0 commit comments

Comments
 (0)