databricks / terraform-databricks-sra

The Security Reference Architecture (SRA) implements typical security features as Terraform Templates that are deployed by most high-security organizations, and enforces controls for the largest risks that customers ask about most often.
Other
57 stars 27 forks source link

[AWS] AWS VPC Endpoints - Wrong Security Group #55

Closed JDBraun closed 2 months ago

JDBraun commented 2 months ago

AWS VPC endpoints are using the workspace security group instead of the privatelink security group

https://github.com/databricks/terraform-databricks-sra/blob/254468075f84efe927bf48fe6cd8e4523cfc94a5/aws/tf/modules/sra/privatelink.tf#L208

jdbraun-db commented 2 months ago

addressed here: https://github.com/databricks/terraform-databricks-sra/pull/57

PL has been updated: https://github.com/databricks/terraform-databricks-sra/blob/6523d99b0eb10e091509745bc34aa8d34e5976f9/aws/tf/modules/sra/privatelink.tf#L255