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
Today Vault is only able to authenticate to Azure using Client ID/Client Secret or MSI (if hosted in Azure). I have two questions related to this:
Would a PR be accepted to enable Certificate Based authentication? The current go-autorest SDK supprots AZURE_CERTIFICATE_PATH and AZURE_CERTIFICATE_PASSWORD so the existing login logic could be iterated.
Are there any plans or reasons not to migrate from go-autorest to azidentity module to allow for Azure ARC enabled MSIs?
Thanks!
The text was updated successfully, but these errors were encountered:
TechyMatt
changed the title
Authenticate to Azure with Certificate Based authentication
Authenticate to Azure with Certificate Based authentication and Arc enabled MSI
Sep 7, 2021
Today Vault is only able to authenticate to Azure using Client ID/Client Secret or MSI (if hosted in Azure). I have two questions related to this:
Would a PR be accepted to enable Certificate Based authentication? The current go-autorest SDK supprots AZURE_CERTIFICATE_PATH and AZURE_CERTIFICATE_PASSWORD so the existing login logic could be iterated.
Are there any plans or reasons not to migrate from go-autorest to azidentity module to allow for Azure ARC enabled MSIs?
Thanks!
The text was updated successfully, but these errors were encountered: