From 1f887f7ba0221e477f0e00eda541ab9f5f7e8e0c Mon Sep 17 00:00:00 2001 From: Tareq Sharafy Date: Sat, 13 May 2023 10:26:14 +0300 Subject: [PATCH] azblob: doc Signed-off-by: Tareq Sharafy --- docs/content/azureblob.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/content/azureblob.md b/docs/content/azureblob.md index e402c546a..6520bcf9b 100644 --- a/docs/content/azureblob.md +++ b/docs/content/azureblob.md @@ -162,6 +162,12 @@ It reads configuration from these variables, in the following order: - `AZURE_CLIENT_ID`: client ID of the application the user will authenticate to - `AZURE_USERNAME`: a username (usually an email address) - `AZURE_PASSWORD`: the user's password +4. Workload Identity + - `AZURE_TENANT_ID`: Tenant to authenticate in. + - `AZURE_CLIENT_ID`: Client ID of the application the user will authenticate to. + - `AZURE_FEDERATED_TOKEN_FILE`: Path to projected service account token file. + - `AZURE_AUTHORITY_HOST`: Authority of an Azure Active Directory endpoint (default: login.microsoftonline.com). + ##### Env Auth: 2. Managed Service Identity Credentials