I'm trying to Register a repository to store backups using Azure plugin, however Client name is required. When specified, the client name, I've got SettingsException that Neither a secret key nor a shared access token was set.
I'm expecting that Azure AD pod-managed identities should be supported, so I don't have to specify a Client name. I've checked AzureStorageService.java, but I think it's not supported.
So I believe when I should skip a client name, using pod-managed identity configuration, pod should access repository without a problem? But that's not the case. Is it a bug or a feature request?
Configuration: Stack Management 7.10.1 using Elastic Cloud on Kubernetes
I'm trying to Register a repository to store backups using Azure plugin, however Client name is required. When specified, the client name, I've got SettingsException that Neither a secret key nor a shared access token was set.
I'm expecting that Azure AD pod-managed identities should be supported, so I don't have to specify a Client name. I've checked
AzureStorageService.java
, but I think it's not supported. So I believe when I should skip a client name, using pod-managed identity configuration, pod should access repository without a problem? But that's not the case. Is it a bug or a feature request?repository-azure