apache / libcloud

Apache Libcloud is a Python library which hides differences between different cloud provider APIs and allows you to manage different cloud resources through a unified and easy to use API.
https://libcloud.apache.org
Apache License 2.0
2.03k stars 928 forks source link

Need support for managed identities for azure #1997

Open Sonal240 opened 3 months ago

Sonal240 commented 3 months ago

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!