You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Allow for system & user-assigned identity auth & misc (#50)
- Update to go1.17.6
- Rev dependencies
- Use 2021-11-01 compute client sdk
- Remove unused params & address other codestyle issues
Fix#35
* Use object ID for the logical name (#34)
Co-authored-by: Jonas-Taha El Sesiy <[email protected]>
Co-authored-by: cccs-ob <[email protected]>
If a vm has both system-identity and user-identity, the existing code only considers the system-identity and will not consider user-identity.
vault-plugin-auth-azure/path_login.go
Line 270 in 82c8372
Is it possible to remove this
break
so we could use user-identity on a VM that has both system identity and user identity?Thanks
The text was updated successfully, but these errors were encountered: