[
https://issues.apache.org/jira/browse/KUDU-3385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17570192#comment-17570192
]
ASF subversion and git services commented on KUDU-3385:
-------------------------------------------------------
Commit a699e6a95e32459467270b389633d1fe2f815145 in kudu's branch
refs/heads/master from Attila Bukor
[ https://gitbox.apache.org/repos/asf?p=kudu.git;h=a699e6a95 ]
KUDU-3385 Integrate Kudu with Ranger KMS
To make data at rest encryption actually secure, the cluster key needs
to be generated and stored securely. Hadoop/Ranger KMS was chosen for
this purpose, which are API compatible.
This patch implements a Ranger KMS key provider and the Ranger client,
and also wraps up initialization of keys and policies in MiniRanger and
MiniRangerKMS. KeyProvider interface and its default mplementation had
to be moved into fs/ from server/ to avoid introducing circular
dependencies.
It also removes the 'hidden' tag from the encryption-related flags as it
is now safe to use.
Change-Id: I681bed35f44cd03c1db69847c04faa460745f206
Reviewed-on: http://gerrit.cloudera.org:8080/18692
Reviewed-by: Alexey Serbin <[email protected]>
Tested-by: Attila Bukor <[email protected]>
> Ranger KMS key provider
> -----------------------
>
> Key: KUDU-3385
> URL: https://issues.apache.org/jira/browse/KUDU-3385
> Project: Kudu
> Issue Type: Sub-task
> Reporter: Attila Bukor
> Assignee: Attila Bukor
> Priority: Major
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)