<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Databricks cluster Encryption keystore_password in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/databricks-cluster-encryption-keystore-password/m-p/34416#M25171</link>
    <description>&lt;P&gt;Thanks @Prabakar Ammeappin​&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 25 Nov 2021 13:24:12 GMT</pubDate>
    <dc:creator>kjoth</dc:creator>
    <dc:date>2021-11-25T13:24:12Z</dc:date>
    <item>
      <title>Databricks cluster Encryption keystore_password</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-cluster-encryption-keystore-password/m-p/34409#M25164</link>
      <description>&lt;P&gt;How to set up this value? Is this any value we can provide or the default value we have to p&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;#!/bin/bash
&amp;nbsp;
keystore_file="/dbfs/&amp;lt;keystore_directory&amp;gt;/jetty_ssl_driver_keystore.jks"
keystore_password="gb1gQqZ9ZIHS"
sasl_secret=$(sha256sum $keystore_file | cut -d' ' -f1)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Nov 2021 10:55:23 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-cluster-encryption-keystore-password/m-p/34409#M25164</guid>
      <dc:creator>kjoth</dc:creator>
      <dc:date>2021-11-25T10:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks cluster Encryption keystore_password</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-cluster-encryption-keystore-password/m-p/34410#M25165</link>
      <description>&lt;P&gt;I do not exactly understand the question.&lt;/P&gt;&lt;P&gt;Do you want to store secrets like this?&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/security/secrets/index.html" alt="https://docs.databricks.com/security/secrets/index.html" target="_blank"&gt;https://docs.databricks.com/security/secrets/index.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Nov 2021 11:47:23 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-cluster-encryption-keystore-password/m-p/34410#M25165</guid>
      <dc:creator>-werners-</dc:creator>
      <dc:date>2021-11-25T11:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks cluster Encryption keystore_password</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-cluster-encryption-keystore-password/m-p/34411#M25166</link>
      <description>&lt;P&gt;Hi @karthick J​&amp;nbsp;do not change the password from the script. You need to just modify the &amp;lt;keystore_directory&amp;gt; and create the init script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the first step of the notebook, you will copy the Keystore file to a directory in DBFS. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As it is Databricks keystore file you cant change the password. &lt;/P&gt;</description>
      <pubDate>Thu, 25 Nov 2021 12:02:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-cluster-encryption-keystore-password/m-p/34411#M25166</guid>
      <dc:creator>Prabakar</dc:creator>
      <dc:date>2021-11-25T12:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks cluster Encryption keystore_password</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-cluster-encryption-keystore-password/m-p/34412#M25167</link>
      <description>&lt;P&gt;I think as @Werner Stinckens​&amp;nbsp;said you need to provide more details what exactly you want to accomplish and where this script is put.&lt;/P&gt;&lt;P&gt;For all secrets the best way is to use databricks secret or Azure Key Valut (or AWS KMS) so you don't store your passwords in code. If you want to encrypt dbfs is better to make own mount and use ready Azure/S3 encryption options using own keys there.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Nov 2021 12:05:57 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-cluster-encryption-keystore-password/m-p/34412#M25167</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2021-11-25T12:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks cluster Encryption keystore_password</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-cluster-encryption-keystore-password/m-p/34413#M25168</link>
      <description>&lt;P&gt;Hi @karthick J​&amp;nbsp;please refer to this notebook.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/azure/databricks/_static/notebooks/cluster-encryption-init-script.html" alt="https://docs.microsoft.com/en-us/azure/databricks/_static/notebooks/cluster-encryption-init-script.html" target="_blank"&gt;https://docs.microsoft.com/en-us/azure/databricks/_static/notebooks/cluster-encryption-init-script.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further, if you will be using %pip magic command the below post will be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.databricks.com/s/question/0D53f00001VjwmcCAB/pipconda-doesnt-work-with-encrypted-clusters-starting-dbr-9x" alt="https://community.databricks.com/s/question/0D53f00001VjwmcCAB/pipconda-doesnt-work-with-encrypted-clusters-starting-dbr-9x" target="_blank"&gt;https://community.databricks.com/s/question/0D53f00001VjwmcCAB/pipconda-doesnt-work-with-encrypted-clusters-starting-dbr-9x&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Nov 2021 12:07:09 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-cluster-encryption-keystore-password/m-p/34413#M25168</guid>
      <dc:creator>Prabakar</dc:creator>
      <dc:date>2021-11-25T12:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks cluster Encryption keystore_password</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-cluster-encryption-keystore-password/m-p/34414#M25169</link>
      <description>&lt;P&gt;This is not for secrets but for Encrypting Traffic Between Worker Nodes. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 25 Nov 2021 12:11:37 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-cluster-encryption-keystore-password/m-p/34414#M25169</guid>
      <dc:creator>Prabakar</dc:creator>
      <dc:date>2021-11-25T12:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks cluster Encryption keystore_password</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-cluster-encryption-keystore-password/m-p/34415#M25170</link>
      <description>&lt;P&gt;Yes, I should have provided more detail, as the question is not clear. I will make sure to ask with clear details forward. Like @Prabakar Ammeappin​&amp;nbsp; said, the query was on databricks cluster encrypting Traffic bewteen workers nodes. &lt;/P&gt;</description>
      <pubDate>Thu, 25 Nov 2021 13:23:45 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-cluster-encryption-keystore-password/m-p/34415#M25170</guid>
      <dc:creator>kjoth</dc:creator>
      <dc:date>2021-11-25T13:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks cluster Encryption keystore_password</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-cluster-encryption-keystore-password/m-p/34416#M25171</link>
      <description>&lt;P&gt;Thanks @Prabakar Ammeappin​&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Nov 2021 13:24:12 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-cluster-encryption-keystore-password/m-p/34416#M25171</guid>
      <dc:creator>kjoth</dc:creator>
      <dc:date>2021-11-25T13:24:12Z</dc:date>
    </item>
  </channel>
</rss>

