We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'd like to use rather temporary credentials while using "az login". This setup does not depend on environment variables like AZURE_TENANT_ID (...). Also it's time to drop the deprected azure-ruby-sdk as it is no longer maintained. https://github.com/inspec/train/blob/main/train.gemspec#L36-L40 https://github.com/Azure/azure-sdk-for-ruby#important-announcement
https://github.com/inspec/train/blob/main/lib/train/transports/azure.rb#L15-L19
Updated authentication methods should be used instead of environment variables only.
Just noticed that I have to look into ENV["AZURE_CRED_FILE"].
ENV["AZURE_CRED_FILE"]
I cannot implement this enhancement request.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the Enhancement:
I'd like to use rather temporary credentials while using "az login".
This setup does not depend on environment variables like AZURE_TENANT_ID (...).
Also it's time to drop the deprected azure-ruby-sdk as it is no longer maintained.
https://github.com/inspec/train/blob/main/train.gemspec#L36-L40
https://github.com/Azure/azure-sdk-for-ruby#important-announcement
https://github.com/inspec/train/blob/main/lib/train/transports/azure.rb#L15-L19
Describe the Need:
Updated authentication methods should be used instead of environment variables only.
Current Alternative
Just noticed that I have to look into
ENV["AZURE_CRED_FILE"]
.Can We Help You Implement This?:
I cannot implement this enhancement request.
The text was updated successfully, but these errors were encountered: