How can I use azure workload identity with different resource groups for snapshotter and storage #8595
Unanswered
papanito
asked this question in
Community support Q&A
Replies: 1 comment 2 replies
-
@anshulahuja98 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We want to use Azure Managed Identity for creating velero backups: https://github.com/vmware-tanzu/velero-plugin-for-microsoft-azure/blob/main/README.md#option-3-use-azure-ad-workload-identity
Currently our setup is that we have 2 different resource groups - 1 for the storage account and 1 for aks (disk snaphost). Looking trough the documentation, this seems not a supported setup for Azure Managed Identity!?
The main problem I see, is that we only can specify one resource group in
./credentials-velero
Is that correct or is there a ways where we can use Azure Managed Identity for our use case
Beta Was this translation helpful? Give feedback.
All reactions