Restricting files/folders to upload into External volumes in Azure databricks UC workspace

Ashwini Gaikwad 110 Reputation points
2024-06-06T17:37:57.5833333+00:00

Hello Team,

Is there a way to restrict the files or folders to upload/download from external volumes same like DBFS? Is there any option to disable the uploading files/folders feature in external volumes of azure databricks workspace with Unity Catalog.

How can we manage the volumes and keep an audit on what is downloaded or uploaded in volumes considering the security guidelines apart from strict ACL's?

Regards,

Ashwini Gaikwad

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,045 questions
{count} votes

1 answer

Sort by: Most helpful
  1. BhargavaGunnam-MSFT 28,616 Reputation points Microsoft Employee
    2024-06-19T17:44:17.9266667+00:00

    Current Databricks UI offers only READ, WRITE, and ALL privileges for volumes, which does limit the granularity of permissions you can set.

    one alternative is to Implement network security measures to restrict access to Databricks from only trusted networks or IP addresses.

    or implementing custom solutions that use services like Azure Functions or Azure Logic Apps to trigger actions or notifications based on specific events or conditions in the data lifecycle

    You can submit a feature request in the Azure databricks feedback channel for more granular control over volume permissions.

    databricks feedback channel:

    https://feedback.azure.com/d365community/forum/2efba7dc-ef24-ec11-b6e6-000d3a4f0da0

    0 comments No comments