From common-issues-return-147331-archive-asf-public=cust-asf.ponee.io@hadoop.apache.org Mon Jan 29 21:40:10 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 2C5DF180654 for ; Mon, 29 Jan 2018 21:40:10 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 1C40A160C53; Mon, 29 Jan 2018 20:40:10 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 65403160C31 for ; Mon, 29 Jan 2018 21:40:09 +0100 (CET) Received: (qmail 45673 invoked by uid 500); 29 Jan 2018 20:40:07 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 45280 invoked by uid 99); 29 Jan 2018 20:40:07 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2018 20:40:07 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 0C9AC180426 for ; Mon, 29 Jan 2018 20:40:07 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -109.511 X-Spam-Level: X-Spam-Status: No, score=-109.511 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id OoyQZg_Fvp8A for ; Mon, 29 Jan 2018 20:40:05 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id C00C65F58D for ; Mon, 29 Jan 2018 20:40:04 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 106B7E010F for ; Mon, 29 Jan 2018 20:40:04 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 45DD821301 for ; Mon, 29 Jan 2018 20:40:01 +0000 (UTC) Date: Mon, 29 Jan 2018 20:40:00 +0000 (UTC) From: "Steve Moist (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-15006) Encrypt S3A data client-side with Hadoop libraries & Hadoop KMS MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HADOOP-15006?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D16= 343975#comment-16343975 ]=20 Steve Moist commented on HADOOP-15006: -------------------------------------- >what's your proposal for letting the client encryption be an optional feat= ure, with key? Config If s3a.client.encryption.enabled=3Dtrue then check for BEZ if exists encryp= t objects, else no encryption for the bucket.=C2=A0 Or if the BEZI provider= is configured as well rather than just the flag. >Is the file length as returned in listings 100% consistent with the amount= of data you get to read? Yes. >I'm not going to touch this right now as its at the too raw stage That's why I submitted it, for you and everyone else to play with to evalua= te if this is something that we should move forward with.=C2=A0 If needed I= can go fix the broken S3Guard/Committer/byte comparison tests and have yet= us pass it, but the actual code is going to be about the same. =C2=A0 > Encrypt S3A data client-side with Hadoop libraries & Hadoop KMS > --------------------------------------------------------------- > > Key: HADOOP-15006 > URL: https://issues.apache.org/jira/browse/HADOOP-15006 > Project: Hadoop Common > Issue Type: New Feature > Components: fs/s3, kms > Reporter: Steve Moist > Priority: Minor > Attachments: S3-CSE Proposal.pdf, s3-cse-poc.patch > > > This is for the proposal to introduce Client Side Encryption to S3 in suc= h a way that it can leverage HDFS transparent encryption, use the Hadoop KM= S to manage keys, use the `hdfs crypto` command line tools to manage encryp= tion zones in the cloud, and enable distcp to copy from HDFS to S3 (and vic= e-versa) with data still encrypted. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-issues-help@hadoop.apache.org