Skip to content
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

Re-enable support for min_tls_version and allow_public_blob_access in US Government #9128

Closed
adamday2 opened this issue Nov 2, 2020 · 5 comments

Comments

@adamday2
Copy link
Contributor

adamday2 commented Nov 2, 2020

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

The referenced pull request disabled support for min_tls_version and allow_public_blob_access in US Gov environments due to lack of support. These features appear to now be available in the Azure portal in US Gov and the Azure CLI, and this change should now be reverted.

Trimmed result of az storage account show --ids <storage account> after configuring via portal:

  "allowBlobPublicAccess": false,
  "location": "usgovvirginia",
  "minimumTlsVersion": "TLS1_2",

New or Affected Resource(s)

  • azurerm_storage_account

References

@adamday2 adamday2 changed the title Support for min_tls_version and allow_public_blob_access in US Gov Re-enable support for min_tls_version and allow_public_blob_access in US Government Nov 2, 2020
@ruandersMSFT
Copy link
Contributor

Previously filtered in issue #8092

@ruandersMSFT
Copy link
Contributor

ruandersMSFT commented Nov 29, 2020

PR #9540 has been compiled and tested for both Public and USGov Clouds. Storage account in US Gov Cloud successfully created and modified, including value modification to both min_tls_version and allow_public_blob_access.

image

@ruandersMSFT
Copy link
Contributor

@tombuildsstuff Please close issue, fix pulled in #9540, fix released in AzureRM v2.40.0.

@jsgarciad
Copy link

This issued already was re-enable through this PR -> #9540

Use the azurerm provider version >2.40.0 and enjoy this great feature for government :D !

Copy link

github-actions bot commented May 3, 2024

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants