libcloud icon indicating copy to clipboard operation
libcloud copied to clipboard

Need support for managed identities for azure

Open Sonal240 opened this issue 1 year ago • 0 comments

Hey 👋 , So, is there a way to connect azure services using managed identities. Incase of google I can see support for service account https://github.com/apache/libcloud/blob/6e39117d6f686e2f49b12fc8a24168d13b6e0ada/libcloud/common/google.py#L542

Also, I see that we are accepting identity as a param, what does it signify? both secret and identity are needed ? https://github.com/apache/libcloud/blob/6e39117d6f686e2f49b12fc8a24168d13b6e0ada/libcloud/common/azure.py#L117

Please pardon me if the solution or any workarounds already exist, thank you!

Sonal240 avatar Mar 30 '24 11:03 Sonal240