policy-library-azure-storage-terraform

Prescriptive Sentinel policies that can be used to establish secure Terraform configuration for Microsoft Azure storage infrastructure.

MPL-2.0 License

Stars
5
Committers
4

Azure Storage Sentinel Policies for Terraform

This library, provides prescriptive Terraform policies that can be used to establish secure Terraform configuration for Microsoft Azure. The policies that are contained in this library are based on the CIS Microsoft Azure Foundations Security Benchmark. Terraform Cloud/Enterprise users can use the policies in this library to establish a foundational level of security for the services that they are adopting in Microsoft Azure.

NOTE:

This Policy Library is not an exhaustive list of all of possible security configurations and architecture that is available in Microsoft Azure. If you have questions, comments, or have identified ways for us to improve this library, please create a new GitHub issue.

Alternatively, We welcome any contributions that improve the quality of this library! To learn more about contributing and suggesting changes to this library, refer to the contributing guide.

Policies included

  • Ensure that 'Secure transfer required' is set to 'Enabled' (docs | code)
  • Ensure default network access rule for Storage Accounts is set to deny (docs | code)
  • Ensure 'Trusted Microsoft Services' is enabled for Storage Account access (docs | code)
  • Ensure that 'Public access level' is set to Private for blob containers (docs | code)
  • Ensure Storage logging is enabled for Queue service for read, write, and delete requests (docs | code)

Related Projects