armclient-go
armclient-go copied to clipboard
Login with service principal
Hi, The original Armclient have the option to login using a service principal, either with password or certificate (or both). https://github.com/projectKudu/ARMClient/wiki/Login-and-Acquire-Tokens
It does not seems like this is possible with the GO-implementation. This feature would be very helpful for running the armclient inside scripts.
Indeed! Will find some time to add that. Contributions always welcome!