<?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: How can I configure S3 Client-Side Encryption (CSE-KMS ) for my data pipeline in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/how-can-i-configure-s3-client-side-encryption-cse-kms-for-my/m-p/25466#M17707</link>
    <description>&lt;P&gt;a bit old, but I just faced the same issue, specifying a custom EncryptionMaterialsProvider (as described in the previous post) did the trick for me but I did had to also specify my kms endpoint, just because my region:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;"fs.s3.cse.kms.endpoint" -&amp;gt; "kms.&amp;lt;region&amp;gt;.amazonaws.com"&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 13 Apr 2023 23:35:26 GMT</pubDate>
    <dc:creator>AdrianRojas</dc:creator>
    <dc:date>2023-04-13T23:35:26Z</dc:date>
    <item>
      <title>How can I configure S3 Client-Side Encryption (CSE-KMS ) for my data pipeline</title>
      <link>https://community.databricks.com/t5/data-engineering/how-can-i-configure-s3-client-side-encryption-cse-kms-for-my/m-p/25464#M17705</link>
      <description />
      <pubDate>Wed, 09 Jun 2021 07:36:37 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-can-i-configure-s3-client-side-encryption-cse-kms-for-my/m-p/25464#M17705</guid>
      <dc:creator>sajith_appukutt</dc:creator>
      <dc:date>2021-06-09T07:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: How can I configure S3 Client-Side Encryption (CSE-KMS ) for my data pipeline</title>
      <link>https://community.databricks.com/t5/data-engineering/how-can-i-configure-s3-client-side-encryption-cse-kms-for-my/m-p/25465#M17706</link>
      <description>&lt;P&gt;You could create a &amp;nbsp;&lt;A href="https://gist.github.com/saj1th/38850c399088b0d5a248dcad19a85e0b" alt="https://gist.github.com/saj1th/38850c399088b0d5a248dcad19a85e0b" target="_blank"&gt;custom key provider&lt;/A&gt; that implements the&amp;nbsp;&lt;A href="https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/elasticmapreduce/spi/security/EncryptionMaterialsProvider.html" alt="https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/elasticmapreduce/spi/security/EncryptionMaterialsProvider.html" target="_blank"&gt;EncryptionMaterialsProvider interface&lt;/A&gt; and configure the databricks mount to use  CSE&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;dbutils.fs.mount(
  "s3a://cse-bucket",
  "/mnt/cse-data", 
  extraConfigs = Map(
    "fs.s3.cse.enabled" -&amp;gt; "true",
    "fs.s3.cse.encryptionMaterialsProvider" -&amp;gt; "com.mynamespace. MyEncryptionMaterialsProviders",
    "kms.key.id" -&amp;gt; "xxx"
  )
)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jun 2021 00:37:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-can-i-configure-s3-client-side-encryption-cse-kms-for-my/m-p/25465#M17706</guid>
      <dc:creator>sajith_appukutt</dc:creator>
      <dc:date>2021-06-18T00:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: How can I configure S3 Client-Side Encryption (CSE-KMS ) for my data pipeline</title>
      <link>https://community.databricks.com/t5/data-engineering/how-can-i-configure-s3-client-side-encryption-cse-kms-for-my/m-p/25466#M17707</link>
      <description>&lt;P&gt;a bit old, but I just faced the same issue, specifying a custom EncryptionMaterialsProvider (as described in the previous post) did the trick for me but I did had to also specify my kms endpoint, just because my region:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;"fs.s3.cse.kms.endpoint" -&amp;gt; "kms.&amp;lt;region&amp;gt;.amazonaws.com"&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2023 23:35:26 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-can-i-configure-s3-client-side-encryption-cse-kms-for-my/m-p/25466#M17707</guid>
      <dc:creator>AdrianRojas</dc:creator>
      <dc:date>2023-04-13T23:35:26Z</dc:date>
    </item>
  </channel>
</rss>

