-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install and configure Azure AD Workload Identity #219
Comments
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: . Check MIC pod logs for identity assignment errors\n Endpoint http://169.254.169.254/metadata/identity/oauth2/token?api-version=2018-02-01&resource=https%3A%2F%2Fmanagement.azure.com%2F" error.file="/go/src/velero-plugin-for-microsoft-azure/velero-plugin-for-microsoft-azure/object_store.go:217" error.function=main.getStorageAccountKey logSource="pkg/controller/backup_sync_controller.go:100" Also log a issue vmware-tanzu/velero#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 vmware-tanzu/velero-plugin-for-microsoft-azure#111 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: vmware-tanzu/velero#5116 (comment)
The text was updated successfully, but these errors were encountered: