[ 
https://issues.apache.org/jira/browse/RANGER-3569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17477192#comment-17477192
 ] 

kirby zhou commented on RANGER-3569:
------------------------------------

here is a bug at public RangerKeyStoreProvider(Configuration conf) : 122

if this.isHSMEnabled, dbStore will not be initialized.

{code:java}
                if(this.isHSMEnabled) {
                        logger.info("Ranger KMS HSM is enabled for storing 
master key.");
                        masterKeyProvider = new RangerHSM(conf);
                        String partitionPasswd = 
conf.get(HSM_PARTITION_PASSWORD);
                        if (partitionPasswd == null || 
partitionPasswd.trim().equals("")
                                        || partitionPasswd.trim().equals("_")
                                        || 
partitionPasswd.trim().equals("crypted")) {
                                throw new IOException("Partition Password 
doesn't exists");
                        }
{code}


> Support Ranger KMS integration with Google cloud HSM
> ----------------------------------------------------
>
>                 Key: RANGER-3569
>                 URL: https://issues.apache.org/jira/browse/RANGER-3569
>             Project: Ranger
>          Issue Type: New Feature
>          Components: kms
>            Reporter: Mateen N Mansoori
>            Priority: Major
>             Fix For: 3.0.0, 2.3.0
>
>
> Task for tracking Ranger KMS integration with google cloud HSM



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to