Skip to main content

Posts

Featured

How to Control TLS Cipher suites in Azure Databricks

 Cipher suites:     A cipher suite is a  set of cryptographic algorithms that will be used when negotiating a secure channel communication . Read  more here about SSL cipher suites    What Are SSL Cipher Suites? | Venafi . By Default most web calls in Azure are already supporting TLS 1.2 for transport layer security with a bunch of cipher suites to negotiate ordered by their security strength  For Ex, this is one of the cipher suites ECDHE-ECDSA-AES128-GCM-SHA256 , Lets see what each portion represents   Why Organizations want to control them :    Because the list of ciphers that a cloud service provider can offer for the customers to negotiate from, this opens up a gate for applications from client side with weaker ciphers. Highly regulated industry customers prefer to control these cipher suites offered by cloud services, but unfortunately not all the services has the flexibility to control. In fact customer may have list of approved ciphers that they would like to enforce at the Clo

Latest Posts

Azure Data Factory to Azure Databricks passwordless Integration using Managed Identity without Contributor role

Custom CA certificate to Encrypt Databricks worker nodes traffic