-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
AWS Storage Gateway SMB security settings #9382
Comments
This became an issue for me once AWS change the default setting for new Gateways. excerpt from: https://docs.aws.amazon.com/storagegateway/latest/userguide/managing-gateway-file.html#security-strategy
I agree with the proposal above. |
addressed in #13563 |
Support for the |
This has been released in version 3.4.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks! |
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
This issue was originally opened by @thorvats as hashicorp/terraform#22084. It was migrated here as a result of the provider split. The original body of the issue is below.
Current Terraform Version
Terraform v0.11.10
Use-cases
Create terraform Storage Gateway resources for storage_gw account
Attempted Solutions
These settings were manually updated on console after deploying AWS Storage Gateway : File Gateway as per AWS article mentioned below.
https://docs.aws.amazon.com/storagegateway/latest/userguide/managing-gateway-file.html#security-strategy
Proposal
Add property smb_sec_settings in AWS Storage Gateway resource like in terrafom module - https://www.terraform.io/docs/providers/aws/r/storagegateway_gateway.html
with vaules like,
values: " ", "encrypted" , "signed" , "negotiated"
References
https://docs.aws.amazon.com/storagegateway/latest/userguide/managing-gateway-file.html#security-strategy
https://www.terraform.io/docs/providers/aws/r/storagegateway_gateway.html
Storage Gateway Manual Settings.docx
The text was updated successfully, but these errors were encountered: