From 8cf0409a139f1f86f6437c98c317ab09c0932646 Mon Sep 17 00:00:00 2001 From: Paulin Todev Date: Fri, 10 Jul 2026 14:55:32 +0100 Subject: [PATCH] Mention WorkloadIdentity in Azure SD docs Signed-off-by: Paulin Todev --- docs/configuration/configuration.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/configuration/configuration.md b/docs/configuration/configuration.md index 1a9732bb60..63d9b6fc99 100644 --- a/docs/configuration/configuration.md +++ b/docs/configuration/configuration.md @@ -1401,10 +1401,14 @@ See below for the configuration options for Azure discovery: # The Azure environment. [ environment: | default = AzurePublicCloud ] -# The authentication method, either OAuth, ManagedIdentity or SDK. +# The authentication method, either OAuth, ManagedIdentity, SDK or WorkloadIdentity. # See https://learn.microsoft.com/en-us/entra/identity/managed-identities-azure-resources/overview # SDK authentication method uses environment variables by default. # See https://learn.microsoft.com/en-us/azure/developer/go/azure-sdk-authentication +# WorkloadIdentity authentication method uses the environment variables injected +# by the Azure Workload Identity webhook (AZURE_CLIENT_ID, AZURE_TENANT_ID and +# AZURE_FEDERATED_TOKEN_FILE). +# See https://learn.microsoft.com/en-us/azure/aks/workload-identity-overview [ authentication_method: | default = OAuth] # The subscription ID. Always required. subscription_id: