cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way to protect the secrets on databricks?

Dburgos
New Contributor III

Hi all, I’ve a lot of secrets on databricks, however my users are able to see it when they make a simple loop over the secret.

is there a way to prevent that?

regards

1 ACCEPTED SOLUTION

Accepted Solutions

JBOCACHICA
New Contributor III

Hey!, there is no way to prevent that, however, Databricks is launching Unity Catalog, over there you will be able to grant access to the tables instead of the connections or raw data.

Regards

View solution in original post

3 REPLIES 3

JBOCACHICA
New Contributor III

Hey!, there is no way to prevent that, however, Databricks is launching Unity Catalog, over there you will be able to grant access to the tables instead of the connections or raw data.

Regards

Vivian_Wilfred
Honored Contributor
Honored Contributor

Hi @David Burgos​ , not sure if you are aware of this already, but there are ACLs that can be enabled for databricks secrets:

https://docs.databricks.com/security/access-control/secret-acl.html#secret-access-control

This feature requires a premium plan though.

Rheiman
Contributor II

Do use the Databricks CLI or API 2.0 to manage secrets. Don't leave them in your notebooks for everyone to see, same applies for salting or hash strings.

Secret management - Azure Databricks | Microsoft Docs