gaul / s3proxy

Access other storage backends via the S3 API
Apache License 2.0
1.75k stars 228 forks source link

Azure managed Identity #536

Open akshay-sawant-bh opened 1 year ago

akshay-sawant-bh commented 1 year ago

Not able to connect to azure managed identity using client id getting issue, is there a set of steps to achieve this, has anyone tried this

alifirat commented 1 year ago

Hi what his the Azure auth method you have used ? It's a jclouds setting to set.

akshay-sawant-bh commented 1 year ago

We are trying to use Azure managed Identity using the clientId to connect to Azure but its not working

gaul commented 1 week ago

@akshay-sawant-bh I implemented a new azureblob-sdk provider in #606. This should support alternative authentication mechanisms but needs some additional configuration to use these instead of the access keys. Could you look into this?