Open adamrushuk opened 2 years ago
Workload Identity support is not ready yet for the tools used in my repo. Review again in the future.
Is this feature available? if yes,provide us helm configuration details. i have tried the given configuration but not working and getting below error
time="2023-03-21T17:40:52Z" level=error msg="Error getting backup store for this location" backupLocation=velero/default controller=backup-sync error="rpc error: code = Unknown desc = azure.BearerAuthorizer#WithAuthorization: Failed to refresh the Token for request to https://management.azure.com/subscriptions/e80e99a4-f3d7-44f5-82e1-77ceaef31baf/resourceGroups/POC-RG/providers/Microsoft.Storage/storageAccounts/veleroc3ba26992a57/listKeys?%24expand=kerb&api-version=2019-06-01: StatusCode=404 -- Original Error: adal: Refresh request failed. Status Code = '404'. Response body: getting assigned identities for pod velero/velero-76dfdc59dc-lhprq in CREATED state failed after 16 attempts, retry duration [5]s, error:
Also log a issue https://github.com/vmware-tanzu/velero/issues/6011 for the same
@vikrantoct7 this is just an issue in my own repo to track work I'd like to work on in my own time. Workload Identity support was not ready when I last looked, but you've raised a ticket with velero too, so they will be able to assist better I'm sure 👍🏼
@adamrushuk Thanks for your response. Did you get chance to work on PR https://github.com/vmware-tanzu/velero-plugin-for-microsoft-azure/pull/111...Any idea if feature is fixed in this PR
@vikrantoct7 You may have me confused with someone else. I don't work for vmware, and I've not been involved with that PR, sorry.
UPDATE: Workload Identity support is not ready yet for the tools used in my repo. Review again in the future.
Test Azure AD Workload Identity
Azure AD Pod Identity
Switch aad-pod-identity workloads to Azure AD Workload Identity
Current aad-pod-identity Config
AzureIdentity
andAzureIdentityBinding
CRDs are configured for:AzurePodIdentityException
CRDs are configured for:Steps to enable Azure AD Workload Identity
ServiceAccount
annotation to helm chart service account:azure.workload.identity/client-id: ${USER_ASSIGNED_CLIENT_ID}
ServiceAccount
label to helm chart service account:azure.workload.identity/use: "true"
ServiceAccount
is used on the workloadVelero yaml settings for WI: https://github.com/vmware-tanzu/velero/issues/5116#issuecomment-1296820592