From 0f926c1a186c4d741a6b11c9dc967a81cda107f6 Mon Sep 17 00:00:00 2001 From: Anish Ramasekar Date: Mon, 8 Apr 2024 12:57:31 -0700 Subject: [PATCH] change authn blog date to 2024-04-25 and add intro Signed-off-by: Anish Ramasekar --- ...4-04-25-structured-authentication-configuration-beta.md} | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) rename content/en/blog/_posts/{2024-04-29-structured-authentication-configuration-beta.md => 2024-04-25-structured-authentication-configuration-beta.md} (97%) diff --git a/content/en/blog/_posts/2024-04-29-structured-authentication-configuration-beta.md b/content/en/blog/_posts/2024-04-25-structured-authentication-configuration-beta.md similarity index 97% rename from content/en/blog/_posts/2024-04-29-structured-authentication-configuration-beta.md rename to content/en/blog/_posts/2024-04-25-structured-authentication-configuration-beta.md index 8c14b7ef97..5b29fa3794 100644 --- a/content/en/blog/_posts/2024-04-29-structured-authentication-configuration-beta.md +++ b/content/en/blog/_posts/2024-04-25-structured-authentication-configuration-beta.md @@ -1,7 +1,7 @@ --- layout: blog title: "Kubernetes 1.30: Structured Authentication Configuration Moves to Beta" -date: 2024-04-29 +date: 2024-04-25 slug: structured-authentication-moves-to-beta --- @@ -9,6 +9,10 @@ slug: structured-authentication-moves-to-beta With Kubernetes 1.30, we (SIG Auth) are moving Structured Authentication Configuration to beta. +Today's article is about _authentication_: finding out who's performing a task, and checking +that they are who they say they are. Check back in tomorrow to find about what's new in +Kubernetes v1.30 around _authorization_ (deciding what someone can and can't access). + ## Motivation Kubernetes has had a long-standing need for a more flexible and extensible authentication system. The current system, while powerful, has some limitations