terraform-provider-databricks icon indicating copy to clipboard operation
terraform-provider-databricks copied to clipboard

[Feature] Add verbose audit logging option for workspace_conf

Open atombravo opened this issue 3 years ago • 1 comments

Please add the enableVerboseAuditLogs option to the workspace_conf resource, so that verbose audit logging can be enabled by Terraform.

https://docs.microsoft.com/en-us/azure/databricks/administration-guide/account-settings/azure-diagnostic-logs

Configuration

resource "databricks_workspace_conf" "this" {
  custom_config = {
    "enableVerboseAuditLogs " : true
  }
}

atombravo avatar Jun 27 '22 19:06 atombravo

Thank you for the feature request! Currently, the team operates in a limited capacity, carefully prioritizing, and we cannot provide a timeline to implement this feature. Please make a Pull Request if you'd like to see this feature sooner, and we'll guide you through the journey.

nfx avatar Jun 28 '22 02:06 nfx

It's disappointing that this was closed without resolution, as it's a security requirement for us from our central IT department. We are now considering replacement of Databricks with other tools given that there is no way to obtain proper logs from notebook runs in an automated way across our 50+ instances.

dvasdekis avatar Nov 21 '22 00:11 dvasdekis