Hey 馃憢 ,
So, is there a way to connect azure services using managed identities. Incase of google I can see support for service account
|
class GoogleServiceAcctAuthConnection(GoogleBaseAuthConnection): |
Also, I see that we are accepting identity as a param, what does it signify? both secret and identity are needed ?
Please pardon me if the solution or any workarounds already exist, thank you!
Hey 馃憢 ,
So, is there a way to connect azure services using managed identities. Incase of google I can see support for service account
libcloud/libcloud/common/google.py
Line 542 in 6e39117
Also, I see that we are accepting identity as a param, what does it signify? both secret and identity are needed ?
libcloud/libcloud/common/azure.py
Line 117 in 6e39117
Please pardon me if the solution or any workarounds already exist, thank you!