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
My company is facing the same issue like #209 that our auditor asks for https for everything.
#254 only fix the image call always comes with https While #188 ensure the newly created storage account will always come with
"supportsHttpsTrafficOnly" = true
As #188 does not merge, I think release https://github.com/jenkinsci/azure-vm-agents-plugin/releases/tag/760.ve25700ee68cc does not resolve this issue and the release should be changed to support pull https os image instead of Use https for accessing storage accounts.
support pull https os image
Use https for accessing storage accounts
As only #188 updating the field "supportsHttpsTrafficOnly" = true can ensure a newly provisioned storage account comes with HTTPS enabled.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
My company is facing the same issue like #209 that our auditor asks for https for everything.
#254 only fix the image call always comes with https
While
#188 ensure the newly created storage account will always come with
As #188 does not merge, I think release https://github.com/jenkinsci/azure-vm-agents-plugin/releases/tag/760.ve25700ee68cc does not resolve this issue and the release should be changed to
support pull https os image
instead ofUse https for accessing storage accounts
.As only #188 updating the field
"supportsHttpsTrafficOnly" = true
can ensure a newly provisioned storage account comes with HTTPS enabled.The text was updated successfully, but these errors were encountered: