by
Anjum
• New Contributor II
- 5341 Views
- 6 replies
- 1 kudos
Hi,We are using python-gnupg==0.4.8 package for encryption and decryption and this was working as expected when we are using Databricks runtime : 9.1 LTS but when we upgarded our runtime to 12.1, it stopped working with error "gnupghome should be a d...
- 5341 Views
- 6 replies
- 1 kudos
Latest Reply
Hi @Anjum Aara Hope everything is going great.Just wanted to check in if you were able to resolve your issue. If yes, would you be happy to mark an answer as best so that other members can find the solution more quickly? If not, please tell us so we...
5 More Replies
- 4120 Views
- 5 replies
- 3 kudos
Hello all,We are working on one of the client requirements to implement suitable data encryption in Azure Databricks.We should be able to encrypt and decrypt the data based on the access, we explored fernet library but client denied it saying it degr...
- 4120 Views
- 5 replies
- 3 kudos
Latest Reply
Hi @purushotham Chanda Hope all is well! Just wanted to check in if you were able to resolve your issue and would you be happy to share the solution or mark an answer as best? Else please let us know if you need more help. We'd love to hear from you...
4 More Replies
by
kjoth
• Contributor II
- 6438 Views
- 7 replies
- 12 kudos
How to set up this value? Is this any value we can provide or the default value we have to p#!/bin/bash
keystore_file="/dbfs/<keystore_directory>/jetty_ssl_driver_keystore.jks"
keystore_password="gb1gQqZ9ZIHS"
sasl_secret=$(sha256sum $keystore_file...
- 6438 Views
- 7 replies
- 12 kudos
Latest Reply
Hi @karthick J please refer to this notebook.https://docs.microsoft.com/en-us/azure/databricks/_static/notebooks/cluster-encryption-init-script.htmlFurther, if you will be using %pip magic command the below post will be helpful.https://community.dat...
6 More Replies
- 956 Views
- 1 replies
- 2 kudos
Are EBS volumes used by Databricks Clusters are encrypted especially the root volumes
- 956 Views
- 1 replies
- 2 kudos
Latest Reply
Yes these EBS volumes are encrypted. Earlier root volume encryptions were not supported but recently this encryption is also enabled (since Apr, 2021)please find more details on the below docs pagehttps://docs.databricks.com/clusters/configure.html#e...
- 2147 Views
- 3 replies
- 0 kudos
I have a security requirement to encrypt all data when it is in transit. I am wondering if there is a setting I can use to enable encryption of the data during shuffles between the worker nodes.
- 2147 Views
- 3 replies
- 0 kudos
Latest Reply
Inter-node encryption is a requirement for HIPPA compliance, reach out to your account management team and ask them for HIPPA compliant shards.
2 More Replies