[jira] [Created] (RANGER-3612) KMS should either Die or Auto-Recover when its ranger-agent auth to KDC failed

2022-02-09 Thread kirby zhou (Jira)
kirby zhou created RANGER-3612: -- Summary: KMS should either Die or Auto-Recover when its ranger-agent auth to KDC failed Key: RANGER-3612 URL: https://issues.apache.org/jira/browse/RANGER-3612 Project

[jira] [Updated] (RANGER-3611) Uncatched NullPointerException when missing lastKnownVersion in ServiceREST::getServicePoliciesIfUpdated

2022-02-09 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] kirby zhou updated RANGER-3611: --- Description: A simple Rest API call by CURL will cause uncatched NullPointerException in logs

[jira] [Updated] (RANGER-3611) Uncatched NullPointerException when missing lastKnownVersion in ServiceREST::getServicePoliciesIfUpdated

2022-02-09 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] kirby zhou updated RANGER-3611: --- Description: A simple Rest API call by CURL will cause uncatched NullPointerException in logs

[jira] [Updated] (RANGER-3611) Uncatched NullPointerException when missing lastKnownVersion in ServiceREST::getServicePoliciesIfUpdated

2022-02-09 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] kirby zhou updated RANGER-3611: --- Description: A simple Rest API call by CURL will cause uncatched NullPointerException in logs

[jira] [Updated] (RANGER-3611) Uncatched NullPointerException when missing lastKnownVersion in ServiceREST::getServicePoliciesIfUpdated

2022-02-09 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] kirby zhou updated RANGER-3611: --- Description: A simple Rest API call by CURL will cause uncatched NullPointerException in logs

[jira] [Commented] (RANGER-3611) Uncatched NullPointerException when missing lastKnownVersion in ServiceREST::getServicePoliciesIfUpdated

2022-02-09 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17489352#comment-17489352 ] kirby zhou commented on RANGER-3611: Patch at [https://reviews.apache.org/r/7

Review Request 73835: RANGER-3611 Uncatched NullPointerException when missing lastKnownVersion in ServiceREST::getServicePoliciesIfUpdated

2022-02-09 Thread Kirby Zhou
alueOf(-1); } if (isValid) { Diffs - security-admin/src/main/java/org/apache/ranger/rest/ServiceREST.java 098188e3b Diff: https://reviews.apache.org/r/73835/diff/1/ Testing --- mvn clean build test. fresh installation. Thanks, Kirby Zhou

[jira] [Updated] (RANGER-3611) Uncatched NullPointerException when missing lastKnownVersion in ServiceREST::getServicePoliciesIfUpdated

2022-02-09 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] kirby zhou updated RANGER-3611: --- Attachment: 0001-fix-NullPtrException-in-API-policies-download.patch > Uncatc

[jira] [Resolved] (RANGER-3602) Can not access RestAPI when Ranger authenticated with Kerberos.

2022-02-08 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] kirby zhou resolved RANGER-3602. Resolution: Not A Bug > Can not access RestAPI when Ranger authenticated with Kerbe

[jira] [Created] (RANGER-3611) Uncatched NullPointerException when missing lastKnownVersion in ServiceREST::getServicePoliciesIfUpdated

2022-02-08 Thread kirby zhou (Jira)
kirby zhou created RANGER-3611: -- Summary: Uncatched NullPointerException when missing lastKnownVersion in ServiceREST::getServicePoliciesIfUpdated Key: RANGER-3611 URL: https://issues.apache.org/jira/browse/RANGER

[jira] [Commented] (RANGER-3602) Can not access RestAPI when Ranger authenticated with Kerberos.

2022-01-29 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17484139#comment-17484139 ] kirby zhou commented on RANGER-3602: I think I found the reason: in secu

Re: Review Request 73807: Support Ranger KMS integration with TencentKMS

2022-01-29 Thread Kirby Zhou
ments 0001-add-TencentKMS-as-MasterKeyProvider.patch https://reviews.apache.org/media/uploaded/files/2022/01/19/c0ec963d-95f0-4e77-823d-b7de9d5d54e6__0001-add-TencentKMS-as-MasterKeyProvider.patch Thanks, Kirby Zhou

Re: Review Request 73816: use range-kms.jar instead of .class, avoid rubbish

2022-01-29 Thread Kirby Zhou
> On 一月 24, 2022, 11:20 a.m., Mateen Mansoori wrote: > > After applying your patch, Below files/folder are missing from ews/webaap > > > > log4j-kmsaudit.properties > > logback.xml > > META-INF/ > > mini-kms-acls-default.xml > > Kirby Zhou wrote: &

Re: Review Request 73816: use range-kms.jar instead of .class, avoid rubbish

2022-01-29 Thread Kirby Zhou
://reviews.apache.org/r/73816/diff/1-2/ Testing --- mvn clean build package. fresh installion and upgrade. Thanks, Kirby Zhou

[jira] [Commented] (RANGER-3594) mysql setup scripts failed with binlog-enabled mysql

2022-01-27 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17483545#comment-17483545 ] kirby zhou commented on RANGER-3594: Test passed on ranger master and 2.2.0 br

Re: Review Request 73783: RANGER-3569 : Support Ranger KMS integration with Google cloud HSM

2022-01-27 Thread Kirby Zhou
> On 一月 19, 2022, 2:36 a.m., Kirby Zhou wrote: > > kms/src/main/java/org/apache/hadoop/crypto/key/RangerKeyStoreProvider.java > > Lines 122 (patched) > > <https://reviews.apache.org/r/73783/diff/3/?file=2257519#file2257519line122> > > > > A bug he

[jira] [Commented] (RANGER-3602) Can not access RestAPI when Ranger authenticated with Kerberos.

2022-01-27 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17483127#comment-17483127 ] kirby zhou commented on RANGER-3602: Through debugger, I can see

[jira] [Comment Edited] (RANGER-3602) Can not access RestAPI when Ranger authenticated with Kerberos.

2022-01-27 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17483108#comment-17483108 ] kirby zhou edited comment on RANGER-3602 at 1/27/22, 1:1

[jira] [Commented] (RANGER-3602) Can not access RestAPI when Ranger authenticated with Kerberos.

2022-01-27 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17483108#comment-17483108 ] kirby zhou commented on RANGER-3602: Errors in catalina.out {code:java} Ja

[jira] [Created] (RANGER-3602) Can not access RestAPI when Ranger authenticated with Kerberos.

2022-01-27 Thread kirby zhou (Jira)
kirby zhou created RANGER-3602: -- Summary: Can not access RestAPI when Ranger authenticated with Kerberos. Key: RANGER-3602 URL: https://issues.apache.org/jira/browse/RANGER-3602 Project: Ranger

Re: Review Request 73816: use range-kms.jar instead of .class, avoid rubbish

2022-01-25 Thread Kirby Zhou
> On 一月 24, 2022, 11:20 a.m., Mateen Mansoori wrote: > > After applying your patch, Below files/folder are missing from ews/webaap > > > > log4j-kmsaudit.properties > > logback.xml > > META-INF/ > > mini-kms-acls-default.xml > > Kirby Zhou wrote: &

[jira] [Commented] (RANGER-3580) Support Ranger KMS integration with TencentKMS

2022-01-25 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17482214#comment-17482214 ] kirby zhou commented on RANGER-3580: Hi [~dhavalshah9131] , any idea? >

Re: Review Request 73816: use range-kms.jar instead of .class, avoid rubbish

2022-01-25 Thread Kirby Zhou
https://reviews.apache.org/r/73816/#review223993 --- On 一月 24, 2022, 2:49 a.m., Kirby Zhou wrote: > > --- > This is an automatically generated e-m

Re: Review Request 73807: Support Ranger KMS integration with TencentKMS

2022-01-24 Thread Kirby Zhou
is it better option to upadate the class name to RangerAzure*? > > @dhavalshah any thought on this? > > Kirby Zhou wrote: > KeyVault looks like a gerneral name, so I think should add “Azure" here. @dhavalshah ? Any idea? - Kirby -

Re: Review Request 73816: use range-kms.jar instead of .class, avoid rubbish

2022-01-24 Thread Kirby Zhou
views.apache.org/r/73816/#review223991 --- On 一月 24, 2022, 2:49 a.m., Kirby Zhou wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http

[jira] [Commented] (RANGER-3581) setup.sh can not "CREATE FUNCTION" on MySQL with Master/Slave profile.

2022-01-24 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17480972#comment-17480972 ] kirby zhou commented on RANGER-3581: How can I close it? It is duplicated.

[jira] [Commented] (RANGER-3595) Tar of KMS contains rubbish files

2022-01-24 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17480885#comment-17480885 ] kirby zhou commented on RANGER-3595: And files under 'ews/webapp/WEB-IN

[jira] [Commented] (RANGER-3594) mysql setup scripts failed with binlog-enabled mysql

2022-01-23 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17480872#comment-17480872 ] kirby zhou commented on RANGER-3594: There seems no file reference

[jira] [Commented] (RANGER-3594) mysql setup scripts failed with binlog-enabled mysql

2022-01-23 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17480865#comment-17480865 ] kirby zhou commented on RANGER-3594: On many situations, we can not do  SET GL

[jira] [Commented] (RANGER-3594) mysql setup scripts failed with binlog-enabled mysql

2022-01-23 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17480862#comment-17480862 ] kirby zhou commented on RANGER-3594: On centos-7:   ]] yum install -

[jira] [Updated] (RANGER-3594) mysql setup scripts failed with binlog-enabled mysql

2022-01-23 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] kirby zhou updated RANGER-3594: --- Description: There are some sql scripts which create functions in mysql, failed with binlog

[jira] [Updated] (RANGER-3594) mysql setup scripts failed with binlog-enabled mysql

2022-01-23 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] kirby zhou updated RANGER-3594: --- Summary: mysql setup scripts failed with binlog-enabled mysql (was: mysql setup scripts failed

[jira] [Comment Edited] (RANGER-3594) mysql setup scripts failed with Master/Slave mysql

2022-01-23 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17480843#comment-17480843 ] kirby zhou edited comment on RANGER-3594 at 1/24/22, 6:4

[jira] [Reopened] (RANGER-3594) mysql setup scripts failed with Master/Slave mysql

2022-01-23 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] kirby zhou reopened RANGER-3594: Have actually setup your mysql / mariadb with Master/Slave and binlog ? This problem never happens

[jira] [Comment Edited] (RANGER-3595) Tar of KMS contains rubbish files

2022-01-23 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17480801#comment-17480801 ] kirby zhou edited comment on RANGER-3595 at 1/24/22, 3:2

[jira] [Comment Edited] (RANGER-3595) Tar of KMS contains rubbish files

2022-01-23 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17480801#comment-17480801 ] kirby zhou edited comment on RANGER-3595 at 1/24/22, 3:0

[jira] [Commented] (RANGER-3595) Tar of KMS contains rubbish files

2022-01-23 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17480801#comment-17480801 ] kirby zhou commented on RANGER-3595: [~pradeep]  The output of security-admin

[jira] [Commented] (RANGER-3595) Tar of KMS contains rubbish files

2022-01-23 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17480795#comment-17480795 ] kirby zhou commented on RANGER-3595: My patch here, can somebody review it? [h

Review Request 73816: use range-kms.jar instead of .class, avoid rubbish

2022-01-23 Thread Kirby Zhou
/setup.sh 2051df59a8bb0be11ba7a54e547f78cf5a0dca36 kms/src/main/resources/WEB-INF/web.xml 5e2d489fe632a16a5ed440bbbff41f558d2a2338 Diff: https://reviews.apache.org/r/73816/diff/1/ Testing --- mvn clean build package. fresh installion and upgrade. Thanks, Kirby Zhou

[jira] [Commented] (RANGER-3594) mysql setup scripts failed with Master/Slave mysql

2022-01-21 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17480330#comment-17480330 ] kirby zhou commented on RANGER-3594: Thanks for your comments, [~bpatel]  But

[jira] [Commented] (RANGER-3594) mysql setup scripts failed with Master/Slave mysql

2022-01-21 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17479967#comment-17479967 ] kirby zhou commented on RANGER-3594: Here is a patch of security-admin/db/m

[jira] [Commented] (RANGER-3587) Failed to apply 046*.sql patch

2022-01-21 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17479965#comment-17479965 ] kirby zhou commented on RANGER-3587: See [ https://issues.apache.org/jira/br

[jira] [Updated] (RANGER-3594) mysql setup scripts failed with Master/Slave mysql

2022-01-21 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] kirby zhou updated RANGER-3594: --- Attachment: 0001-add-FUNCTION-description-for-mysql-master-slave.patch > mysql setup scripts fai

[jira] [Created] (RANGER-3595) Tar of KMS contains rubbish files

2022-01-21 Thread kirby zhou (Jira)
kirby zhou created RANGER-3595: -- Summary: Tar of KMS contains rubbish files Key: RANGER-3595 URL: https://issues.apache.org/jira/browse/RANGER-3595 Project: Ranger Issue Type: Improvement

[jira] [Updated] (RANGER-3594) mysql setup scripts failed with Master/Slave mysql

2022-01-21 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] kirby zhou updated RANGER-3594: --- Component/s: admin (was: kms) > mysql setup scripts failed with Master/Sl

[jira] [Created] (RANGER-3594) mysql setup scripts failed with Master/Slave mysql

2022-01-21 Thread kirby zhou (Jira)
kirby zhou created RANGER-3594: -- Summary: mysql setup scripts failed with Master/Slave mysql Key: RANGER-3594 URL: https://issues.apache.org/jira/browse/RANGER-3594 Project: Ranger Issue Type

Re: Review Request 73807: Support Ranger KMS integration with TencentKMS

2022-01-19 Thread Kirby Zhou
MS-as-MasterKeyProvider.patch Thanks, Kirby Zhou

Re: Review Request 73807: Support Ranger KMS integration with TencentKMS

2022-01-19 Thread Kirby Zhou
up.okhttp:okhttp:jar:2.7.5:compile - omitted for duplicate) [INFO] - org.ini4j:ini4j:jar:0.5.4:compile ... Is it ok? - Kirby --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/

Re: Review Request 73807: Support Ranger KMS integration with TencentKMS

2022-01-19 Thread Kirby Zhou
4j-to-slf4j.patch Thanks, Kirby Zhou

[jira] [Updated] (RANGER-3580) Support Ranger KMS integration with TencentKMS

2022-01-18 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] kirby zhou updated RANGER-3580: --- Attachment: 0001-add-TencentKMS-as-MasterKeyProvider-1.patch > Support Ranger KMS integration w

Re: Review Request 73807: Support Ranger KMS integration with TencentKMS

2022-01-18 Thread Kirby Zhou
1-add-TencentKMS-as-MasterKeyProvider.patch https://reviews.apache.org/media/uploaded/files/2022/01/19/c0ec963d-95f0-4e77-823d-b7de9d5d54e6__0001-add-TencentKMS-as-MasterKeyProvider.patch Thanks, Kirby Zhou

Re: Review Request 73807: Support Ranger KMS integration with TencentKMS

2022-01-18 Thread Kirby Zhou
MS-as-MasterKeyProvider.patch https://reviews.apache.org/media/uploaded/files/2022/01/19/c0ec963d-95f0-4e77-823d-b7de9d5d54e6__0001-add-TencentKMS-as-MasterKeyProvider.patch Thanks, Kirby Zhou

[jira] [Comment Edited] (RANGER-3580) Support Ranger KMS integration with TencentKMS

2022-01-18 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17472665#comment-17472665 ] kirby zhou edited comment on RANGER-3580 at 1/19/22, 3:1

[jira] [Comment Edited] (RANGER-3580) Support Ranger KMS integration with TencentKMS

2022-01-18 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17472665#comment-17472665 ] kirby zhou edited comment on RANGER-3580 at 1/19/22, 3:1

[jira] [Updated] (RANGER-3580) Support Ranger KMS integration with TencentKMS

2022-01-18 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] kirby zhou updated RANGER-3580: --- Attachment: (was: 0009-add-TencentKMS-as-MasterKeyProvider.patch) > Support Ranger

[jira] [Updated] (RANGER-3580) Support Ranger KMS integration with TencentKMS

2022-01-18 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] kirby zhou updated RANGER-3580: --- Attachment: (was: 0001-add-TencentKMS-as-MasterKeyProvider.patch) > Support Ranger

[jira] [Updated] (RANGER-3580) Support Ranger KMS integration with TencentKMS

2022-01-18 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] kirby zhou updated RANGER-3580: --- Attachment: 0001-add-TencentKMS-as-MasterKeyProvider.patch > Support Ranger KMS integration w

Re: Review Request 73807: Support Ranger KMS integration with TencentKMS

2022-01-18 Thread Kirby Zhou
1-add-TencentKMS-as-MasterKeyProvider.patch https://reviews.apache.org/media/uploaded/files/2022/01/19/c0ec963d-95f0-4e77-823d-b7de9d5d54e6__0001-add-TencentKMS-as-MasterKeyProvider.patch Thanks, Kirby Zhou

[jira] [Updated] (RANGER-3580) Support Ranger KMS integration with TencentKMS

2022-01-18 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] kirby zhou updated RANGER-3580: --- Attachment: 0001-add-TencentKMS-as-MasterKeyProvider.patch > Support Ranger KMS integration w

[jira] [Commented] (RANGER-3580) Support Ranger KMS integration with TencentKMS

2022-01-18 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17478317#comment-17478317 ] kirby zhou commented on RANGER-3580: review request: [https://reviews.apache.o

Review Request 73807: Support Ranger KMS integration with TencentKMS

2022-01-18 Thread Kirby Zhou
rties 5cd037a49c670a3a0eec9e85fdcafeeeabff1405 pom.xml c663937eba452321b4e2400cc6d3f528f74596de Diff: https://reviews.apache.org/r/73807/diff/1/ Testing --- Thanks, Kirby Zhou

Re: Review Request 73783: RANGER-3569 : Support Ranger KMS integration with Google cloud HSM

2022-01-18 Thread Kirby Zhou
/RangerKeyStoreProvider.java Lines 122 (patched) <https://reviews.apache.org/r/73783/#comment312991> A bug here, if HSM enabled, dbStore will not be initialized. - Kirby Zhou On 一月 5, 2022, 11:42 a.m., Mateen Mansoori wrote: > > ---

[jira] [Comment Edited] (RANGER-3569) Support Ranger KMS integration with Google cloud HSM

2022-01-18 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17477192#comment-17477192 ] kirby zhou edited comment on RANGER-3569 at 1/19/22, 2:0

[jira] [Comment Edited] (RANGER-3569) Support Ranger KMS integration with Google cloud HSM

2022-01-17 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17477202#comment-17477202 ] kirby zhou edited comment on RANGER-3569 at 1/17/22, 1:1

[jira] [Commented] (RANGER-3569) Support Ranger KMS integration with Google cloud HSM

2022-01-17 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17477202#comment-17477202 ] kirby zhou commented on RANGER-3569: And I have a patch for Tencent KMS integra

[jira] [Updated] (RANGER-3580) Support Ranger KMS integration with TencentKMS

2022-01-17 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] kirby zhou updated RANGER-3580: --- Attachment: (was: 0001-add-kmsdev-profile-for-KMS-development.patch) > Support Ranger

[jira] [Updated] (RANGER-3580) Support Ranger KMS integration with TencentKMS

2022-01-17 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] kirby zhou updated RANGER-3580: --- Attachment: 0009-add-TencentKMS-as-MasterKeyProvider.patch > Support Ranger KMS integration w

[jira] [Updated] (RANGER-3580) Support Ranger KMS integration with TencentKMS

2022-01-17 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] kirby zhou updated RANGER-3580: --- Attachment: (was: 0002-RangerKMSZKI-as-ZoneKey-interface-add-TencentKMS.patch) > Supp

[jira] (RANGER-3580) Support Ranger KMS integration with TencentKMS

2022-01-17 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3580 ] kirby zhou deleted comment on RANGER-3580: was (Author: kirbyzhou): Patch with Master branch [^0001-add-kmsdev-profile-for-KMS-development.patch] [^0002-RangerKMSZKI-as-ZoneKey

[jira] [Comment Edited] (RANGER-3569) Support Ranger KMS integration with Google cloud HSM

2022-01-17 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17477192#comment-17477192 ] kirby zhou edited comment on RANGER-3569 at 1/17/22, 12:5

[jira] [Comment Edited] (RANGER-3569) Support Ranger KMS integration with Google cloud HSM

2022-01-17 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17477192#comment-17477192 ] kirby zhou edited comment on RANGER-3569 at 1/17/22, 12:5

[jira] [Commented] (RANGER-3569) Support Ranger KMS integration with Google cloud HSM

2022-01-17 Thread kirby zhou (Jira)
[ 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 RangerKeyStoreProv

Why ranger-kms have classes in ews/webapp/org/apache/... ?

2022-01-17 Thread KirbY ZhoU
Why ranger-kms have .class file directly under ews/webapp/ ? target]# tar tf ranger-2.2.0-kms.tar.gz| egrep '^ews/webapp/org' | egrep -v '/$' | head ews/webapp/org/apache/hadoop/crypto/key/AzureKeyVaultClientAuthenticator$1.class ews/webapp/org/apache/hadoop/crypto/key/ConsoleUtil.class ews/web

[jira] [Updated] (RANGER-3580) Support Ranger KMS integration with TencentKMS

2022-01-16 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] kirby zhou updated RANGER-3580: --- Summary: Support Ranger KMS integration with TencentKMS (was: Add more KeyVault Provider to KMS

[jira] [Commented] (RANGER-3569) Support Ranger KMS integration with Google cloud HSM

2022-01-16 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17477001#comment-17477001 ] kirby zhou commented on RANGER-3569: Maybe the module should be KMS of Ra

[jira] [Commented] (RANGER-3524) Bug in KeyAuthorizationKeyProvider.checkAccess

2022-01-12 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17475162#comment-17475162 ] kirby zhou commented on RANGER-3524: It donot seems a bug. isACLPresent ret

[jira] [Updated] (RANGER-3581) setup.sh can not "CREATE FUNCTION" on MySQL with Master/Slave profile.

2022-01-11 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] kirby zhou updated RANGER-3581: --- Component/s: admin (was: kms) > setup.sh can not "CREATE FUNCTION&q

[jira] [Commented] (RANGER-3580) Add more KeyVault Provider to KMS

2022-01-11 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17472665#comment-17472665 ] kirby zhou commented on RANGER-3580: Major changes of code: * ./kms/src/main/

[jira] [Comment Edited] (RANGER-3580) Add more KeyVault Provider to KMS

2022-01-11 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17472660#comment-17472660 ] kirby zhou edited comment on RANGER-3580 at 1/11/22, 11:1

[jira] [Comment Edited] (RANGER-3580) Add more KeyVault Provider to KMS

2022-01-11 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17472660#comment-17472660 ] kirby zhou edited comment on RANGER-3580 at 1/11/22, 11:1

[jira] [Commented] (RANGER-3580) Add more KeyVault Provider to KMS

2022-01-11 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17472660#comment-17472660 ] kirby zhou commented on RANGER-3580: # TencentKMS deployment configuration  #

[jira] [Updated] (RANGER-3580) Add more KeyVault Provider to KMS

2022-01-11 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] kirby zhou updated RANGER-3580: --- Attachment: 0001-add-kmsdev-profile-for-KMS-development.patch 0002-RangerKMSZKI-as

[jira] [Updated] (RANGER-3580) Add more KeyVault Provider to KMS

2022-01-11 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] kirby zhou updated RANGER-3580: --- Attachment: (was: 0002-add-kmsdev-profile-for-KMS-development.patch) > Add more KeyVa

[jira] [Updated] (RANGER-3580) Add more KeyVault Provider to KMS

2022-01-11 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] kirby zhou updated RANGER-3580: --- Attachment: (was: 0003-RangerKMSZKI-as-ZoneKey-interface-add-TencentKMS.patch) > Add m

[jira] [Updated] (RANGER-3580) Add more KeyVault Provider to KMS

2022-01-11 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] kirby zhou updated RANGER-3580: --- Attachment: (was: 0004-Extract-client-creation-into-KeyGenerator.java.patch) > Add m

[jira] [Updated] (RANGER-3580) Add more KeyVault Provider to KMS

2022-01-11 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] kirby zhou updated RANGER-3580: --- Attachment: 0002-add-kmsdev-profile-for-KMS-development.patch 0004-Extract-client

[jira] [Updated] (RANGER-3580) Add more KeyVault Provider to KMS

2022-01-11 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] kirby zhou updated RANGER-3580: --- Attachment: (was: 0001-add-FUNCTION-description-for-mysql-master-slave.patch) > Add m

[jira] [Updated] (RANGER-3580) Add more KeyVault Provider to KMS

2022-01-11 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] kirby zhou updated RANGER-3580: --- Attachment: 0001-add-FUNCTION-description-for-mysql-master-slave.patch > Add more KeyVault Provi

[jira] [Updated] (RANGER-3581) setup.sh can not "CREATE FUNCTION" on MySQL with Master/Slave profile.

2022-01-11 Thread kirby zhou (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] kirby zhou updated RANGER-3581: --- Attachment: 0001-add-FUNCTION-description-for-mysql-master-slave.patch > setup.sh can not &quo

[jira] [Created] (RANGER-3581) setup.sh can not "CREATE FUNCTION" on MySQL with Master/Slave profile.

2022-01-11 Thread kirby zhou (Jira)
kirby zhou created RANGER-3581: -- Summary: setup.sh can not "CREATE FUNCTION" on MySQL with Master/Slave profile. Key: RANGER-3581 URL: https://issues.apache.org/jira/browse/RANGER-3581 Proje

[jira] [Created] (RANGER-3580) Add more KeyVault Provider to KMS

2022-01-10 Thread kirby zhou (Jira)
kirby zhou created RANGER-3580: -- Summary: Add more KeyVault Provider to KMS Key: RANGER-3580 URL: https://issues.apache.org/jira/browse/RANGER-3580 Project: Ranger Issue Type: New Feature

<    1   2   3   4   5