elastic / elasticsearch

Free and Open Source, Distributed, RESTful Search Engine
https://www.elastic.co/products/elasticsearch
Other
1.05k stars 24.83k forks source link

repository-azure: Support for Azure AD pod-managed identities #69075

Open kenorb opened 3 years ago

kenorb commented 3 years ago

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?

elasticmachine commented 3 years ago

Pinging @elastic/es-distributed (Team:Distributed)

vikcher commented 3 years ago

Any update on this? Are there any plans to support this?