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
71 stars 39 forks source link

[AWS] Remove root metastore and add workspace level catalogs #30

Closed JDBraun closed 8 months ago

JDBraun commented 9 months ago

In version 1.30 of the Terraform provider, you can make the root metastore optional. We should do that to isolate catalogs to the workspace with their own storage credential, then if so choose, share them to other workspaces as the admin

jdbraun-db commented 9 months ago

This is currently blocked by 1.30 authentication issues, the release that this (no-root metastore) was introduced

jdbraun-db commented 8 months ago

Resolved with: https://github.com/databricks/terraform-databricks-sra/pull/41