You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Gidon Gershinsky (JIRA)" <ji...@apache.org> on 2018/08/08 07:36:00 UTC

[jira] [Created] (PARQUET-1373) Encryption key management tools

Gidon Gershinsky created PARQUET-1373:
-----------------------------------------

             Summary: Encryption key management tools 
                 Key: PARQUET-1373
                 URL: https://issues.apache.org/jira/browse/PARQUET-1373
             Project: Parquet
          Issue Type: New Feature
          Components: parquet-mr
            Reporter: Gidon Gershinsky
            Assignee: Gidon Gershinsky


Parquet Modular Encryption ([PARQUET-1178|https://issues.apache.org/jira/browse/PARQUET-1178]) provides an API that accepts keys, arbitrary key metadata and key retrieval callbacks - which allows to implement basically any key management policy on top of it. This Jira will add tools that implement a set of best practice elements for key management. This is not an end-to-end key management, but rather a set of components that might simplify design and development of an end-to-end solution.

For example, the tools will cover
 * modification of key metadata inside existing Parquet files.
 * support for re-keying that doesn't require modification of Parquet files.

 

Parquet will not mandate a use of these tools. Users will be able to continue working with the basic API, to create any custom key management solution that addresses their security requirements. If helps, they can also utilize some or all of these tools.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)