chaostoolkit-incubator / chaostoolkit-azure

Chaos Toolkit Extension for Azure
https://chaostoolkit.org/
Apache License 2.0
22 stars 28 forks source link

POC for azure token based authentication #74

Closed maximmold closed 4 years ago

maximmold commented 4 years ago

This is a quick pull request to consider adding the ability to use an existing token for Azure authentication. Our organization makes it difficult to use a Service Principal and I only have the token from an az login. It is functional, but obviously I think there could be a cleaner way to do this. Throwing this out there for discussion and consideration. Thank you.