Bilahari T H created HADOOP-17536:
-------------------------------------

             Summary: Suport for customer provided encrption key
                 Key: HADOOP-17536
                 URL: https://issues.apache.org/jira/browse/HADOOP-17536
             Project: Hadoop Common
          Issue Type: Sub-task
          Components: fs/azure
    Affects Versions: 3.4.0
            Reporter: Bilahari T H


The data for a particular customer needs to be encrypted on account level. At 
server side the APIs will start accepting the encryption key as part of request 
headers. The data will be encrypted/decrypted with the given key at the server. 

Since the ABFS FileSystem APIs are implementations for Hadoop FileSystem APIs 
there is no direct way with which customer can pass the key to ABFS driver. In 
this case driver should have the following capabilities so that it can accept 
and pass the encryption key as one of the request headers. 
 # There should be a way to configure the encryption key for different accounts.
 # If there is a key specified for a particular account, the same needs to be 
sent along with the request headers. 

*Config changes* 

They key for an account can be specified in the core-site as follows. 

fs.azure.account.client-provided-encryption-key.{account 
name}.dfs.core.windows.net 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-dev-h...@hadoop.apache.org

Reply via email to