chaostoolkit-incubator / chaostoolkit-azure

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

Allow to load secrets from azure credential file #107

Closed mkaszub closed 4 years ago

mkaszub commented 4 years ago

This feature introduce loading of secrets from credential file that may be crated by calling azure cli.

Azure credential file may be crated by calling:

az ad sp create-for-rbac --sdk-auth > credentials.json

chaostollkit extension will pick up credential file when:

More info about azure credential file may be found: https://docs.microsoft.com/en-us/azure/developer/python/azure-sdk-authenticate

This should solve as well #58

mkaszub commented 4 years ago

@bugra-derre could you take a look?

bugra-derre commented 4 years ago

Please add your changes in a short sentence into the CHANGELOG.md