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
Add support for consuming Azure credentials from ~/.azure and/or retrieve access key by shelling out to az
Context
It would be much better to leverage the CLI token provider to automatically retrieve a properly scoped access token so end-users don't have to. kitchen-azurerm already does this.
Possible Implementation
I see that this is lightweight and does not pull in any Azure SDK. Thats fine, the logic can be stolen directly from the SDK
Add support for consuming Azure credentials from ~/.azure and/or retrieve access key by shelling out to
az
Context
It would be much better to leverage the CLI token provider to automatically retrieve a properly scoped access token so end-users don't have to.
kitchen-azurerm
already does this.Possible Implementation
I see that this is lightweight and does not pull in any Azure SDK. Thats fine, the logic can be stolen directly from the SDK
https://github.com/Azure/azure-sdk-for-ruby/blob/master/runtime/ms_rest_azure/lib/ms_rest_azure/credentials/azure_cli_token_provider.rb
The text was updated successfully, but these errors were encountered: