Prevent file downloads from /files/ URL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2021 03:33 PM
I would like to prevent file download via /files/ URL.
For example:
https://customer.databricks.com/files/some-file-in-the-filestore.txt
Is there a way to do this?
- Labels:
-
Data Ingestion & connectivity
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2021 04:19 PM
You could try a root bucket policy that blocks /FileStore/* prefix. But this could affect some functionality. Please get in touch with the accounts team
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2021 04:46 PM
Unfortunately this is not possible from the platform.
You can however use an external Web Application Firewall (e.g. Akmai) to filter all web traffic to your workspaces. This can block both Web access to download root bucket data.