<?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 KMS Support - Nuxeo with Amazon S3 Server Side Encryption in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/kms-support-nuxeo-with-amazon-s3-server-side-encryption/m-p/318046#M5047</link>
    <description>&lt;P&gt;I'm trying to get Nuxeo to store its binaries in S3 with Server-Side encryption.&lt;/P&gt;
&lt;P&gt;I can't use AES-256 encryption. AWS KMS encryption is required. Does Nuxeo provide support for using KMS keys? I'm not find any information about this at &lt;A href="https://doc.nuxeo.com/nxdoc/amazon-s3-online-storage/" target="test_blank"&gt;https://doc.nuxeo.com/nxdoc/amazon-s3-online-storage/&lt;/A&gt;. If anything, it sounds like Nuxeo only supports AES-256.&lt;/P&gt;
&lt;P&gt;The bucket policy I have to accommodate is the following:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;{
    "Version": "2012-10-17",
    "Id": "ServerSideEncryptionPolicy",
    "Statement": [
        {
            "Sid": "DenyPutWithoutKmsKey",
            "Effect": "Deny",
            "Principal": {
                "AWS": "*"
            },
            "Action": "s3:PutObject",
            "Resource": "&amp;lt;REMOVED&amp;gt;",
            "Condition": {
                "StringNotEquals": {
                    "s3:x-amz-server-side-encryption": "aws:kms",
                    "s3:x-amz-server-side-encryption-aws-kms-key-id": "&amp;lt;REMOVED&amp;gt;"
                }
            }
        }
}
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 15 Jun 2017 18:59:46 GMT</pubDate>
    <dc:creator>Michael_Soohoo</dc:creator>
    <dc:date>2017-06-15T18:59:46Z</dc:date>
    <item>
      <title>KMS Support - Nuxeo with Amazon S3 Server Side Encryption</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/kms-support-nuxeo-with-amazon-s3-server-side-encryption/m-p/318046#M5047</link>
      <description>&lt;P&gt;I'm trying to get Nuxeo to store its binaries in S3 with Server-Side encryption.&lt;/P&gt;
&lt;P&gt;I can't use AES-256 encryption. AWS KMS encryption is required. Does Nuxeo provide support for using KMS keys? I'm not find any information about this at &lt;A href="https://doc.nuxeo.com/nxdoc/amazon-s3-online-storage/" target="test_blank"&gt;https://doc.nuxeo.com/nxdoc/amazon-s3-online-storage/&lt;/A&gt;. If anything, it sounds like Nuxeo only supports AES-256.&lt;/P&gt;
&lt;P&gt;The bucket policy I have to accommodate is the following:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;{
    "Version": "2012-10-17",
    "Id": "ServerSideEncryptionPolicy",
    "Statement": [
        {
            "Sid": "DenyPutWithoutKmsKey",
            "Effect": "Deny",
            "Principal": {
                "AWS": "*"
            },
            "Action": "s3:PutObject",
            "Resource": "&amp;lt;REMOVED&amp;gt;",
            "Condition": {
                "StringNotEquals": {
                    "s3:x-amz-server-side-encryption": "aws:kms",
                    "s3:x-amz-server-side-encryption-aws-kms-key-id": "&amp;lt;REMOVED&amp;gt;"
                }
            }
        }
}
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 15 Jun 2017 18:59:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/kms-support-nuxeo-with-amazon-s3-server-side-encryption/m-p/318046#M5047</guid>
      <dc:creator>Michael_Soohoo</dc:creator>
      <dc:date>2017-06-15T18:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: KMS Support - Nuxeo with Amazon S3 Server Side Encryption</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/kms-support-nuxeo-with-amazon-s3-server-side-encryption/m-p/318047#M5048</link>
      <description>&lt;P&gt;At the moment we only support AES-256 for server-side encryption (this is hardcoded in the code).
I've created &lt;A href="https://jira.nuxeo.com/browse/NXP-22949"&gt;NXP-22949&lt;/A&gt; to track this feature request. It's not currently been scheduled.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Aug 2017 14:47:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/kms-support-nuxeo-with-amazon-s3-server-side-encryption/m-p/318047#M5048</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2017-08-18T14:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: KMS Support - Nuxeo with Amazon S3 Server Side Encryption</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/kms-support-nuxeo-with-amazon-s3-server-side-encryption/m-p/318048#M5049</link>
      <description>&lt;P&gt;We'd welcome a pull request on our code if you want to speed this up though.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Aug 2017 14:48:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/kms-support-nuxeo-with-amazon-s3-server-side-encryption/m-p/318048#M5049</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2017-08-18T14:48:14Z</dc:date>
    </item>
  </channel>
</rss>

