-
Notifications
You must be signed in to change notification settings - Fork 335
New issue
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
Add auth_mode to azure_rm_storageblob #1315
Add auth_mode to azure_rm_storageblob #1315
Conversation
Add the parameter `auth_mode` to the `azure_rm_storageblob` module, making it possible to create blobs without using access keys.
41b231d
to
ac33b1b
Compare
Test using auth_mode='login' for storage blobs. This has been tested on a machine with MSI.
Fixed sanity tests and adjusted integration tests. Not sure how this will work in your pipeline but I have tried it on a server where we are using Hope that's enough for now. :) |
@ephracis Small change request, line 678 contain unexpected spaces around keyword / parameter equals, Please deleted! Thank you very much! |
@ephracis LGTM |
Add the parameter
auth_mode
to theazure_rm_storageblob
module, making it possible to create blobs without using access keys.SUMMARY
Add the parameter
auth_mode
to theazure_rm_storageblob
module.Fixes #1283, #1255
ISSUE TYPE
COMPONENT NAME
azure_rm_storageblob
ADDITIONAL INFORMATION
This allows customer which has disabled access keys to use the module.