From f908a18ad48c26f1c139b82b5a1bbe3995c3125c Mon Sep 17 00:00:00 2001 From: Jorge Turrado Date: Sun, 1 Oct 2023 22:24:30 +0200 Subject: [PATCH 1/2] chore: announce aad-pod-identity deprecation Signed-off-by: Jorge Turrado --- .../docs/2.13/authentication-providers/azure-ad-pod-identity.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/docs/2.13/authentication-providers/azure-ad-pod-identity.md b/content/docs/2.13/authentication-providers/azure-ad-pod-identity.md index 4c46c57f5..0272d4961 100644 --- a/content/docs/2.13/authentication-providers/azure-ad-pod-identity.md +++ b/content/docs/2.13/authentication-providers/azure-ad-pod-identity.md @@ -4,6 +4,8 @@ title = "Azure AD Pod Identity" Azure Pod Identity is an implementation of [**Azure AD Pod Identity**](https://github.com/Azure/aad-pod-identity) which lets you bind an [**Azure Managed Identity**](https://docs.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/) to a Pod in a Kubernetes cluster as delegated access - *Don't manage secrets, let Azure AD do the hard work*. +> ⚠️ **WARNING:** [Azure AD Pod Identity has gone out of support](https://github.com/Azure/aad-pod-identity#-announcement) and it will be removed from KEDA on v2.15. We strongly encurage the migration to [Azure Workload Identity](https://azure.github.io/azure-workload-identity). + You can tell KEDA to use Azure AD Pod Identity via `podIdentity.provider`. ```yaml From c9d2b5838b2d5220daa046c2990c483f3c307ee8 Mon Sep 17 00:00:00 2001 From: Jorge Turrado Ferrero Date: Wed, 4 Oct 2023 11:40:06 +0200 Subject: [PATCH 2/2] Update content/docs/2.13/authentication-providers/azure-ad-pod-identity.md Co-authored-by: Tom Kerkhove Signed-off-by: Jorge Turrado Ferrero --- .../docs/2.13/authentication-providers/azure-ad-pod-identity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/2.13/authentication-providers/azure-ad-pod-identity.md b/content/docs/2.13/authentication-providers/azure-ad-pod-identity.md index 0272d4961..7e86f88be 100644 --- a/content/docs/2.13/authentication-providers/azure-ad-pod-identity.md +++ b/content/docs/2.13/authentication-providers/azure-ad-pod-identity.md @@ -4,7 +4,7 @@ title = "Azure AD Pod Identity" Azure Pod Identity is an implementation of [**Azure AD Pod Identity**](https://github.com/Azure/aad-pod-identity) which lets you bind an [**Azure Managed Identity**](https://docs.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/) to a Pod in a Kubernetes cluster as delegated access - *Don't manage secrets, let Azure AD do the hard work*. -> ⚠️ **WARNING:** [Azure AD Pod Identity has gone out of support](https://github.com/Azure/aad-pod-identity#-announcement) and it will be removed from KEDA on v2.15. We strongly encurage the migration to [Azure Workload Identity](https://azure.github.io/azure-workload-identity). +> ⚠️ **WARNING:** [Azure AD Pod Identity was archived](https://github.com/Azure/aad-pod-identity#-announcement) and support for it will be removed from KEDA on v2.15. We strongly encourage the migration to [Azure Workload Identity](https://azure.github.io/azure-workload-identity). You can tell KEDA to use Azure AD Pod Identity via `podIdentity.provider`.