[jira] [Updated] (RANGER-3809) Implement authorizeByResourceType method of Kafka Authorizer

2023-06-06 Thread Ramesh Mani (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramesh Mani updated RANGER-3809: Fix Version/s: 3.0.0 > Implement authorizeByResourceType method of Kafka Authori

[jira] [Updated] (RANGER-4061) Grant and Revoke Request should support Allow Exception

2023-06-06 Thread Ramesh Mani (Jira)
[ https://issues.apache.org/jira/browse/RANGER-4061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramesh Mani updated RANGER-4061: Fix Version/s: 3.0.0 > Grant and Revoke Request should support Allow Except

[jira] [Assigned] (RANGER-3939) Implement acls, createAcls and deleteAcls in Kafka Authorizer

2023-06-06 Thread Ramesh Mani (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramesh Mani reassigned RANGER-3939: --- Assignee: Ramesh Mani > Implement acls, createAcls and deleteAcls in Kafka Authori

[jira] [Comment Edited] (RANGER-4165) Support SELF_OR_PREFIX resource matching scope in Ranger Authorization

2023-05-25 Thread Ramesh Mani (Jira)
[ https://issues.apache.org/jira/browse/RANGER-4165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17723252#comment-17723252 ] Ramesh Mani edited comment on RANGER-4165 at 5/25/23 3:3

[jira] [Updated] (RANGER-4165) Support SELF_OR_PREFIX resource matching scope in Ranger Authorization

2023-05-24 Thread Ramesh Mani (Jira)
[ https://issues.apache.org/jira/browse/RANGER-4165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramesh Mani updated RANGER-4165: Description:  Support SELF_OR_PREFIX resource matching scope in Ranger Authorization

[jira] [Comment Edited] (RANGER-4165) Support SELF_OR_PREFIX resource matching scope in Ranger Authorization

2023-05-24 Thread Ramesh Mani (Jira)
[ https://issues.apache.org/jira/browse/RANGER-4165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17723252#comment-17723252 ] Ramesh Mani edited comment on RANGER-4165 at 5/24/23 3:1

[jira] [Assigned] (RANGER-4165) Support SELF_OR_PREFIX resource matching scope in Ranger Authorization

2023-05-24 Thread Ramesh Mani (Jira)
[ https://issues.apache.org/jira/browse/RANGER-4165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramesh Mani reassigned RANGER-4165: --- Assignee: Madhan Neethiraj (was: Ramesh Mani) > Support SELF_OR_PREFIX resource match

Re: Review Request 74441: RANGER-4165: Support SELF_OR_PREFIX resource matching scope in Ranger Authorization

2023-05-23 Thread Ramesh Mani
policyId":102} } -- Policy maintained => user1 will have access to consume on several topics, this call should result in "ALLOWED". -- Testing done with new tests in agents-common/src/test/resources/policyengine/test_policyengine_kafka.json -- Ran all the PolicyEngine and plugin tests. Thanks, Ramesh Mani

[jira] [Comment Edited] (RANGER-4165) Support SELF_OR_PREFIX resource matching scope in Ranger Authorization

2023-05-23 Thread Ramesh Mani (Jira)
[ https://issues.apache.org/jira/browse/RANGER-4165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17723252#comment-17723252 ] Ramesh Mani edited comment on RANGER-4165 at 5/23/23 7:2

Re: Review Request 74441: RANGER-4165: Support SELF_OR_PREFIX resource matching scope in Ranger Authorization

2023-05-23 Thread Ramesh Mani
,"policyId":102} } -- Policy maintained => user1 will have access to consume on several topics, this call should result in "ALLOWED". -- Testing done with new tests in agents-common/src/test/resources/policyengine/test_policyengine_kafka.json -- Ran all the PolicyEngine and plugin tests. Thanks, Ramesh Mani

[jira] [Updated] (RANGER-4165) Support SELF_OR_PREFIX resource matching scope in Ranger Authorization

2023-05-23 Thread Ramesh Mani (Jira)
[ https://issues.apache.org/jira/browse/RANGER-4165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramesh Mani updated RANGER-4165: Description:  Support SELF_OR_PREFIX resource matching scope in Ranger Authorization This is

[jira] [Updated] (RANGER-4165) Support SELF_OR_PREFIX resource matching scope in Ranger Authorization

2023-05-23 Thread Ramesh Mani (Jira)
[ https://issues.apache.org/jira/browse/RANGER-4165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramesh Mani updated RANGER-4165: Summary: Support SELF_OR_PREFIX resource matching scope in Ranger Authorization (was: API to

[jira] [Commented] (RANGER-4165) API to find whether a user/group is authorized to the given operation on any resource of give type

2023-05-16 Thread Ramesh Mani (Jira)
[ https://issues.apache.org/jira/browse/RANGER-4165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17723252#comment-17723252 ] Ramesh Mani commented on RANGER-4165: - Attached reworked Patch from [~ma

Re: Review Request 74441: RANGER-4165:API to find whether a user/group is authorized to the given operation on any resource of give type

2023-05-16 Thread Ramesh Mani
;: "topic"} }, "result":{"isAudited":true,"isAllowed":true,"policyId":102} } -- Policy maintained => user1 will have access to consume on several topics, this call should result in "ALLOWED". -- Testing done with new tests in agents-common/src/test/resources/policyengine/test_policyengine_kafka.json -- Ran all the PolicyEngine and plugin tests. Thanks, Ramesh Mani

Review Request 74441: RANGER-4165:API to find whether a user/group is authorized to the given operation on any resource of give type

2023-05-16 Thread Ramesh Mani
, Ramesh Mani

Re: Review Request 74404: RANGER-4165:API to find whether a user/group is authorized to the given operation on any resource of give type

2023-05-11 Thread Ramesh Mani
-- Testing done with new tests in agents-common/src/test/resources/policyengine/test_policyengine_kafka.json -- Ran all the PolicyEngine and plugin tests. Thanks, Ramesh Mani

Re: Review Request 74404: RANGER-4165:API to find whether a user/group is authorized to the given operation on any resource of give type

2023-05-05 Thread Ramesh Mani
n "ALLOWED". -- Testing done with new tests in agents-common/src/test/resources/policyengine/test_policyengine_kafka.json -- Ran all the PolicyEngine and plugin tests. Thanks, Ramesh Mani

Re: Review Request 74422: RANGER-4218: enable users to be designated as service admins via their groups

2023-05-04 Thread Ramesh Mani
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/74422/#review225446 --- Ship it! Ship It! - Ramesh Mani On April 29, 2023, 8:30 a.m

Review Request 74404: RANGER-4165:API to find whether a user/group is authorized to the given operation on any resource of give type

2023-04-19 Thread Ramesh Mani
licyengine/test_policyengine_kafka.json -- Ran all the PolicyEngine and plugin tests. Thanks, Ramesh Mani

[jira] [Updated] (RANGER-4165) API to find whether a user/group is authorized to the given operation on any resource of give type

2023-04-19 Thread Ramesh Mani (Jira)
[ https://issues.apache.org/jira/browse/RANGER-4165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramesh Mani updated RANGER-4165: Summary: API to find whether a user/group is authorized to the given operation on any resource of

[jira] [Updated] (RANGER-4165) API to find whether a user/group is authorized to the give operation on any resource of give type

2023-04-04 Thread Ramesh Mani (Jira)
[ https://issues.apache.org/jira/browse/RANGER-4165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramesh Mani updated RANGER-4165: Description: API to find whether a user/group is authorized to the given operation on any

Re: Review Request 74379: RANGER-4164:Adding contributor name into ranger

2023-04-04 Thread Ramesh Mani
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/74379/#review225349 --- Ship it! Ship It! - Ramesh Mani On April 4, 2023, 3:41 p.m

[jira] [Commented] (RANGER-4165) API to find whether a user/group is authorized to the give operation on any resource of give type

2023-03-31 Thread Ramesh Mani (Jira)
[ https://issues.apache.org/jira/browse/RANGER-4165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17707430#comment-17707430 ] Ramesh Mani commented on RANGER-4165: - [~mad...@apache.org]  Thanks for

[jira] [Updated] (RANGER-4165) API to find whether a user/group is authorized to the give operation on any resource of give type

2023-03-31 Thread Ramesh Mani (Jira)
[ https://issues.apache.org/jira/browse/RANGER-4165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramesh Mani updated RANGER-4165: Affects Version/s: 3.0.0 > API to find whether a user/group is authorized to the give operat

[jira] [Comment Edited] (RANGER-4165) API to find whether a user/group is authorized to the give operation on any resource of give type

2023-03-31 Thread Ramesh Mani (Jira)
[ https://issues.apache.org/jira/browse/RANGER-4165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17707395#comment-17707395 ] Ramesh Mani edited comment on RANGER-4165 at 3/31/23 7:0

[jira] [Commented] (RANGER-4165) API to find whether a user/group is authorized to the give operation on any resource of give type

2023-03-31 Thread Ramesh Mani (Jira)
[ https://issues.apache.org/jira/browse/RANGER-4165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17707395#comment-17707395 ] Ramesh Mani commented on RANGER-4165: - [~mad...@apache.org] [~abhayk]  Curre

[jira] [Assigned] (RANGER-4165) API to find whether a user/group is authorized to the give operation on any resource of give type

2023-03-31 Thread Ramesh Mani (Jira)
[ https://issues.apache.org/jira/browse/RANGER-4165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramesh Mani reassigned RANGER-4165: --- Assignee: Ramesh Mani > API to find whether a user/group is authorized to the g

[jira] [Created] (RANGER-4165) API to find whether a user/group is authorized to the give operation on any resource of give type

2023-03-31 Thread Ramesh Mani (Jira)
Ramesh Mani created RANGER-4165: --- Summary: API to find whether a user/group is authorized to the give operation on any resource of give type Key: RANGER-4165 URL: https://issues.apache.org/jira/browse/RANGER-4165

Re: [VOTE] Apache Ranger 2.4.0 Release - rc2

2023-03-28 Thread Ramesh Mani
+1 for Apache Ranger 2.4.0 rc2 - Build from the source https://dist.apache.org/repos/dist/dev/ranger/2.4.0-rc2/apache-ranger-2.4.0.tar.gz file was successful. - Verified some of the source code in tar files built. - Verified PGP signature. - Verified SHA256 / 512 hash. Thank you Selva for Apache

Re: Review Request 74336: RANGER-4121: fix for NPE in security-zone update validation

2023-03-05 Thread Ramesh Mani
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/74336/#review225251 --- Ship it! Ship It! - Ramesh Mani On March 4, 2023, 9:53 a.m

Re: Review Request 74335: RANGER-4117: service-def option to include expression condition implicitly

2023-03-03 Thread Ramesh Mani
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/74335/#review225248 --- Ship it! Ship It! - Ramesh Mani On March 3, 2023, 6:06 a.m

Re: Review Request 74335: RANGER-4117: service-def option to include expression condition implicitly

2023-03-03 Thread Ramesh Mani
> On March 3, 2023, 7:54 a.m., Ramesh Mani wrote: > > security-admin/src/main/java/org/apache/ranger/service/RangerServiceDefService.java > > Lines 107 (patched) > > <https://reviews.apache.org/r/74335/diff/1/?file=2274886#file2274886line107> > > > >

Re: Review Request 74335: RANGER-4117: service-def option to include expression condition implicitly

2023-03-02 Thread Ramesh Mani
/RangerServiceDefService.java Lines 107 (patched) <https://reviews.apache.org/r/74335/#comment313975> Will this be added in upgrade scenario also? - Ramesh Mani On March 3, 2023, 6:06 a.m., Madhan Neethiraj wrote: > > ---

Re: Review Request 74299: RANGER-4029 Ranger cannot build with HBase 2.5.x versions because preBalance coprocessor hook syntax changed in HBASE-26147

2023-02-14 Thread Ramesh Mani
tps://reviews.apache.org/r/74299/#comment313938> Could you please elaborate why hbase-compact-2.4 and hbase-compact-2.5 module is created? - Ramesh Mani On Feb. 9, 2023, 12:38 p.m., Rajeshbabu Chintaguntla wrote: > > --- > This is a

Re: Planning for Apache Ranger 2.4.0 release

2023-02-12 Thread Ramesh Mani
Nixon > > > > On Wed, 8 Feb 2023 at 07:09, Sailaja Polavarapu > > wrote: > > > > > +1 for Apache Ranger 2.4.0 release. > > > Thanks Selva for initiating this. > > > > > > - Sailaja > > > > > > On Sat, Feb 4, 2023 at 2:42 P

Re: Review Request 74262: RANGER-4024:Adding requestId as part of Ranger logs via RangerMDCFilter when the request header contains request-Id

2023-02-05 Thread Ramesh Mani
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/74262/#review225160 --- Ship it! Ship It! - Ramesh Mani On Feb. 6, 2023, 4:51 a.m

Re: Review Request 74262: RANGER-4024:Adding requestId as part of Ranger logs via RangerMDCFilter when the request header contains request-Id

2023-02-04 Thread Ramesh Mani
/filter/RangerMDCFilter.java Lines 39 (patched) <https://reviews.apache.org/r/74262/#comment313927> Should this be part of the custom filter here? https://github.com/apache/ranger/blob/master/security-admin/src/main/resources/conf.dist/security-applicationContext.xml - Ramesh Man

Re: Planning for Apache Ranger 2.4.0 release

2023-02-04 Thread Ramesh Mani
+1 for Apache Ranger 2.4.0 release activities. Thanks Ramesh On Tue, Jan 31, 2023 at 7:56 AM Selvamohan Neethiraj wrote: > Dear Ranger Community members, There are various features and critical > bug fixes done in the Apache Ranger project since the release of Apache > Ranger 2.3.0. Around 3 Ne

Re: Review Request 74295: RANGER-4069: Add performance tracing instrumentation to Tag Enricher

2023-02-04 Thread Ramesh Mani
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/74295/#review225152 --- Ship it! Ship It! - Ramesh Mani On Feb. 4, 2023, 5:44 p.m

[jira] [Updated] (RANGER-4061) Grant and Revoke Request should support Allow Exception

2023-01-30 Thread Ramesh Mani (Jira)
[ https://issues.apache.org/jira/browse/RANGER-4061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramesh Mani updated RANGER-4061: Description: Current Grant and Revoke functionality in Apache Ranger Supports only request to

[jira] [Updated] (RANGER-4061) Grant and Revoke Request should support Allow Exception

2023-01-30 Thread Ramesh Mani (Jira)
[ https://issues.apache.org/jira/browse/RANGER-4061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramesh Mani updated RANGER-4061: Description: Current Grant and Revoke functionality in Apache Ranger Supports only request to

[jira] [Commented] (RANGER-4061) Grant and Revoke Request should support Allow Exception

2023-01-29 Thread Ramesh Mani (Jira)
[ https://issues.apache.org/jira/browse/RANGER-4061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17681887#comment-17681887 ] Ramesh Mani commented on RANGER-4061: - [~mad...@apache.org]  [~abhayk]   Pl

[jira] [Created] (RANGER-4061) Grant and Revoke Request should support Allow Exception

2023-01-29 Thread Ramesh Mani (Jira)
Ramesh Mani created RANGER-4061: --- Summary: Grant and Revoke Request should support Allow Exception Key: RANGER-4061 URL: https://issues.apache.org/jira/browse/RANGER-4061 Project: Ranger

Re: Review Request 74270: RANGER-4035: added catagory to access-types; added marker access-type: _ALL

2023-01-08 Thread Ramesh Mani
> On Jan. 9, 2023, 4:31 a.m., Ramesh Mani wrote: > > agents-common/src/main/java/org/apache/ranger/plugin/util/ServiceDefUtil.java > > Lines 67 (patched) > > <https://reviews.apache.org/r/74270/diff/5/?file=2273658#file2273658line67> > > > > Does th

Re: Review Request 74034: RANGER-3800 : Add unimplemented checkCanSetTableAuthorization and checkCanSetTableProperties methods in trino-plugin

2023-01-08 Thread Ramesh Mani
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/74034/#review225076 --- Ship it! Ship It! - Ramesh Mani On June 22, 2022, 8:55 a.m

Re: Review Request 74082: RANGER-3850 Upgrade trino plugin to JDK17

2023-01-08 Thread Ramesh Mani
tps://reviews.apache.org/r/74082/#comment313876> We don't want to change the java version here as this needs the whole ranger and plugins verification. Since Trino has a sepecific profile to build against the different version of java, only the profile ranger-jdk11 needs change. Please verify -

Re: Review Request 74270: RANGER-4035: added catagory to access-types; added marker access-type: _ALL

2023-01-08 Thread Ramesh Mani
lusive permission to create tempUdfs. Should the _ALL in MARKER ACCESS TYPE has to be handled in the same way? - Ramesh Mani On Jan. 9, 2023, 12:13 a.m., Madhan Neethiraj wrote: > > --- > This is an automatically generated e-mail.

[jira] [Commented] (RANGER-3896) Update Ozone dependency version to latest 1.3.0

2023-01-06 Thread Ramesh Mani (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17655583#comment-17655583 ] Ramesh Mani commented on RANGER-3896: - [~neilj]  This is committed to ranger ma

[jira] [Updated] (RANGER-3896) Update Ozone dependency version to latest 1.3.0

2023-01-06 Thread Ramesh Mani (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramesh Mani updated RANGER-3896: Affects Version/s: (was: 2.4.0) > Update Ozone dependency version to latest 1.

[jira] [Updated] (RANGER-3896) Update Ozone dependency version to latest 1.3.0

2023-01-06 Thread Ramesh Mani (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramesh Mani updated RANGER-3896: Fix Version/s: 3.0.0 > Update Ozone dependency version to latest 1.

[jira] [Updated] (RANGER-3896) Update Ozone dependency version to latest 1.3.0

2023-01-06 Thread Ramesh Mani (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramesh Mani updated RANGER-3896: Affects Version/s: 3.0.0 2.4.0 > Update Ozone dependency version to lat

Re: Review Request 74263: RANGER-3896: Update Ozone dependency version to latest 1.3.0

2023-01-06 Thread Ramesh Mani
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/74263/#review225071 --- Ship it! Ship It! - Ramesh Mani On Dec. 29, 2022, 4:40 p.m

[jira] [Commented] (RANGER-3896) Update Ozone dependency version to latest 1.3.0

2022-12-20 Thread Ramesh Mani (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17650068#comment-17650068 ] Ramesh Mani commented on RANGER-3896: - [~NeilJoshi]  could you please the

[jira] [Updated] (RANGER-3400) Include htrace-core.jar in tagsync, usersync and kms module to avoid startup issue

2022-12-11 Thread Ramesh Mani (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramesh Mani updated RANGER-3400: Fix Version/s: (was: 2.2.0) > Include htrace-core.jar in tagsync, usersync and kms module

[jira] [Updated] (RANGER-3400) Include htrace-core.jar in tagsync, usersync and kms module to avoid startup issue

2022-12-11 Thread Ramesh Mani (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramesh Mani updated RANGER-3400: Affects Version/s: (was: 2.2.0) > Include htrace-core.jar in tagsync, usersync and kms mod

[jira] [Commented] (RANGER-3400) Include htrace-core.jar in tagsync, usersync and kms module to avoid startup issue

2022-12-11 Thread Ramesh Mani (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17645925#comment-17645925 ] Ramesh Mani commented on RANGER-3400: - [~bpatel]  Ranger uses Hadoop 3.3.0 ver

Re: Review Request 74249: RANGER-4011: option to disable creation of default policy per hierarchy

2022-12-09 Thread Ramesh Mani
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/74249/#review224993 --- Ship it! Ship It! - Ramesh Mani On Dec. 9, 2022, 7 p.m

Re: Review Request 74242: RANGER-4009: Open read access to some Policy Engine objects and metrics

2022-12-09 Thread Ramesh Mani
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/74242/#review224990 --- Ship it! Ship It! - Ramesh Mani On Dec. 9, 2022, 4:37 a.m

Re: Review Request 74242: RANGER-4009: Open read access to some Policy Engine objects and metrics

2022-12-08 Thread Ramesh Mani
/policyengine/RangerPolicyRepository.java Lines 574 (patched) <https://reviews.apache.org/r/74242/#comment313812> should there be a null check for dataMaskPolicyEvaluators and other evaluvators? - Ramesh Mani On Dec. 9, 2022, 4:37 a.m., Abhay Kulkarni

Re: Review Request 74238: RANGER-4007: HDFS Authorizer changes to take advantage of support for multiple access-types in the Ranger Access Request

2022-12-08 Thread Ramesh Mani
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/74238/#review224984 --- Ship it! Ship It! - Ramesh Mani On Dec. 8, 2022, 9:25 p.m

Review Request 74239: RANGER-4001:Wrong permission check for Hive 'Alter View as' command in Ranger HiveAuthorizer

2022-12-06 Thread Ramesh Mani
ior: Currently the Ranger requires ALTER permission for table "t1" and database "db" in addition to ALTER permission for the view "v1" . This behavior is not correct. Thanks, Ramesh Mani

[jira] [Assigned] (RANGER-4001) Wrong permission check for Hive "Alter View as" command in Ranger HiveAuthorizer

2022-12-06 Thread Ramesh Mani (Jira)
[ https://issues.apache.org/jira/browse/RANGER-4001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramesh Mani reassigned RANGER-4001: --- Assignee: Ramesh Mani > Wrong permission check for Hive "Alter View as" comm

Re: Review Request 74237: RANGER-4000: fixed plugins-common library unit tests for JDK17

2022-12-06 Thread Ramesh Mani
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/74237/#review224967 --- Ship it! Ship It! - Ramesh Mani On Dec. 6, 2022, 7:25 p.m

[jira] [Created] (RANGER-4001) Wrong permission check for Hive "Alter View as" command in Ranger HiveAuthorizer

2022-12-06 Thread Ramesh Mani (Jira)
Ramesh Mani created RANGER-4001: --- Summary: Wrong permission check for Hive "Alter View as" command in Ranger HiveAuthorizer Key: RANGER-4001 URL: https://issues.apache.org/jira/browse/R

Re: Review Request 74214: RANGER-3978: Docker setup for Ranger KMS

2022-11-24 Thread Ramesh Mani
> On Nov. 25, 2022, 2:01 a.m., Ramesh Mani wrote: > > Ship It! Verified docker setup and all services including KMS came up. - Ramesh --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.or

Re: Review Request 74214: RANGER-3978: Docker setup for Ranger KMS

2022-11-24 Thread Ramesh Mani
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/74214/#review224904 --- Ship it! Ship It! - Ramesh Mani On Nov. 23, 2022, 10 p.m

Re: Review Request 74200: RANGER-3966: fix to use user-roles from request context consitently

2022-11-16 Thread Ramesh Mani
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/74200/#review224867 --- Ship it! Ship It! - Ramesh Mani On Nov. 13, 2022, 7:39 a.m

Re: Review Request 74168: RANGER-3941: fixed unit test failures in earlier commit in RANGER-3941 - #2

2022-10-13 Thread Ramesh Mani
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/74168/#review224792 --- Ship it! Ship It! - Ramesh Mani On Oct. 14, 2022, 5:57 a.m

[jira] [Updated] (RANGER-3912) Ranger Policy report for a given user should fetch policies maintained for roles belonging to that user and groups

2022-10-04 Thread Ramesh Mani (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramesh Mani updated RANGER-3912: Fix Version/s: 2.4.0 > Ranger Policy report for a given user should fetch policies maintai

[jira] [Resolved] (RANGER-3912) Ranger Policy report for a given user should fetch policies maintained for roles belonging to that user and groups

2022-10-04 Thread Ramesh Mani (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramesh Mani resolved RANGER-3912. - Resolution: Fixed > Ranger Policy report for a given user should fetch policies maintained

[jira] [Updated] (RANGER-3912) Ranger Policy report for a given user should fetch policies maintained for roles belonging to that user and groups

2022-10-04 Thread Ramesh Mani (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramesh Mani updated RANGER-3912: Affects Version/s: 2.4.0 > Ranger Policy report for a given user should fetch polic

Re: Review Request 74143: Ranger-3912: Ranger Policy report for a given user should fetch policies maintained for roles belonging to that user and groups of the user

2022-10-03 Thread Ramesh Mani
/jpa_named_queries.xml e4a2354b0 Diff: https://reviews.apache.org/r/74143/diff/2/ Changes: https://reviews.apache.org/r/74143/diff/1-2/ Testing --- Verified in local vm API to fetch policies for give user / group / role and also via Ranger UI Thanks, Ramesh Mani

[jira] [Updated] (RANGER-3912) Ranger Policy report for a given user should fetch policies maintained for roles belonging to that user and groups

2022-10-03 Thread Ramesh Mani (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramesh Mani updated RANGER-3912: Summary: Ranger Policy report for a given user should fetch policies maintained for roles

[jira] [Updated] (RANGER-3912) Ranger Policy report for a given user should fetch policies maintained for roles belonging to that user and groups

2022-10-03 Thread Ramesh Mani (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramesh Mani updated RANGER-3912: Description:  Ranger Policy report for a given user should fetch policies maintained for roles

Re: Review Request 74143: RANGER-3912:Ranger Policy report for a give user should fetch policies maintained for roles belonging to that user

2022-10-03 Thread Ramesh Mani
maintained for those groups are already handled. - Ramesh ------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/74143/#review224725 --- On Sept. 27, 2022, 7:37 p.m., Ramesh Mani wrote: > > ---

[jira] [Updated] (RANGER-3918) Namespace policy that is created in Ranger by HBase Grant command not getting honored

2022-10-03 Thread Ramesh Mani (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramesh Mani updated RANGER-3918: Fix Version/s: 3.0.0 2.4.0 > Namespace policy that is created in Ranger

[jira] [Resolved] (RANGER-3918) Namespace policy that is created in Ranger by HBase Grant command not getting honored

2022-10-03 Thread Ramesh Mani (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramesh Mani resolved RANGER-3918. - Resolution: Fixed > Namespace policy that is created in Ranger by HBase Grant command

[jira] [Updated] (RANGER-3907) Skip auditing of operation like monitorHealth in HDFS Ranger Plugin audit handler

2022-10-03 Thread Ramesh Mani (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramesh Mani updated RANGER-3907: Affects Version/s: 2.4.0 > Skip auditing of operation like monitorHealth in HDFS Ranger Plu

[jira] [Updated] (RANGER-3907) Skip auditing of operation like monitorHealth in HDFS Ranger Plugin audit handler

2022-10-03 Thread Ramesh Mani (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramesh Mani updated RANGER-3907: Fix Version/s: 3.0.0 2.4.0 > Skip auditing of operation like monitorHealth

[jira] [Resolved] (RANGER-3907) Skip auditing of operation like monitorHealth in HDFS Ranger Plugin audit handler

2022-10-03 Thread Ramesh Mani (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramesh Mani resolved RANGER-3907. - Resolution: Fixed > Skip auditing of operation like monitorHealth in HDFS Ranger Plugin au

Re: Review Request 74147: Ranger KMS generates master key on every restart before inserting into DB

2022-09-28 Thread Ramesh Mani
/RangerMasterKey.java Lines 412 (patched) <https://reviews.apache.org/r/74147/#comment313493> can the daoManager be null if so do null check. - Ramesh Mani On Sept. 28, 2022, 2:43 p.m., Vikas Kumar wrote: > > --- > This is an automatica

Review Request 74143: RANGER-3912:Ranger Policy report for a give user should fetch policies maintained for roles belonging to that user

2022-09-27 Thread Ramesh Mani
/jpa_named_queries.xml e4a2354b0 Diff: https://reviews.apache.org/r/74143/diff/1/ Testing --- Verified in local vm API to fetch policies for give user / group / role and also via Ranger UI Thanks, Ramesh Mani

[jira] [Commented] (RANGER-3907) Skip auditing of operation like monitorHealth in HDFS Ranger Plugin audit handler

2022-09-27 Thread Ramesh Mani (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17610202#comment-17610202 ] Ramesh Mani commented on RANGER-3907: - This happens in HA environment and

Re: Review Request 74140: RANGER-3918:Namespace policy that is created in Ranger by HBase Grant command not getting honored

2022-09-26 Thread Ramesh Mani
; , 'RWXCA', '@n1' as admin user like HBASE 2) create_namespace n1; 3) list_namespace -> as "user" will list the name space Thanks, Ramesh Mani

Review Request 74140: RANGER-3918:Namespace policy that is created in Ranger by HBase Grant command not getting honored

2022-09-26 Thread Ramesh Mani
> as "user" will list the name space Thanks, Ramesh Mani

Review Request 74139: RANGER-3907:Skip auditing of operation like monitorHealth in HDFS Ranger Plugin audit handler

2022-09-25 Thread Ramesh Mani
monitorHealth Operations are Thanks, Ramesh Mani

[jira] [Commented] (RANGER-3281) Ranger Authorization for StorageHandler based Hive table creation

2022-09-22 Thread Ramesh Mani (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17608543#comment-17608543 ] Ramesh Mani commented on RANGER-3281: - This feature requires HIVE side change w

[jira] [Assigned] (RANGER-3281) Ranger Authorization for StorageHandler based Hive table creation

2022-09-22 Thread Ramesh Mani (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramesh Mani reassigned RANGER-3281: --- Assignee: Ramesh Mani > Ranger Authorization for StorageHandler based Hive table creat

[jira] [Assigned] (RANGER-3918) Namespace policy that is created in Ranger by HBase Grant command not getting honored

2022-09-16 Thread Ramesh Mani (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramesh Mani reassigned RANGER-3918: --- Assignee: Ramesh Mani > Namespace policy that is created in Ranger by HBase Grant comm

[jira] [Updated] (RANGER-3918) Namespace policy that is created in Ranger by HBase Grant command not getting honored

2022-09-16 Thread Ramesh Mani (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramesh Mani updated RANGER-3918: Description: Namespace policy that is created in Ranger by HBase Grant command not getting

[jira] [Created] (RANGER-3918) Namespace policy that is created in Ranger by HBase Grant command not getting honored

2022-09-16 Thread Ramesh Mani (Jira)
Ramesh Mani created RANGER-3918: --- Summary: Namespace policy that is created in Ranger by HBase Grant command not getting honored Key: RANGER-3918 URL: https://issues.apache.org/jira/browse/RANGER-3918

[jira] [Assigned] (RANGER-3912) Ranger Policy report for a give user should fetch policies maintained for roles belonging to that user

2022-09-14 Thread Ramesh Mani (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramesh Mani reassigned RANGER-3912: --- Assignee: Ramesh Mani > Ranger Policy report for a give user should fetch polic

[jira] [Created] (RANGER-3912) Ranger Policy report for a give user should fetch policies maintained for roles belonging to that user

2022-09-14 Thread Ramesh Mani (Jira)
Ramesh Mani created RANGER-3912: --- Summary: Ranger Policy report for a give user should fetch policies maintained for roles belonging to that user Key: RANGER-3912 URL: https://issues.apache.org/jira/browse/RANGER

Re: Review Request 74118: RANGER-3080: service-admin/zone-admin users should be allowed to create/update policies with resource-excludes flag

2022-09-13 Thread Ramesh Mani
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/74118/#review224666 --- Ship it! Ship It! - Ramesh Mani On Sept. 14, 2022, 4:27 a.m

[jira] [Assigned] (RANGER-3907) Skip auditing of operation like monitorHealth in HDFS Ranger Plugin audit handler

2022-09-12 Thread Ramesh Mani (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramesh Mani reassigned RANGER-3907: --- Assignee: Ramesh Mani > Skip auditing of operation like monitorHealth in HDFS Ran

[jira] [Created] (RANGER-3907) Skip auditing of operation like monitorHealth in HDFS Ranger Plugin audit handler

2022-09-12 Thread Ramesh Mani (Jira)
Ramesh Mani created RANGER-3907: --- Summary: Skip auditing of operation like monitorHealth in HDFS Ranger Plugin audit handler Key: RANGER-3907 URL: https://issues.apache.org/jira/browse/RANGER-3907

[jira] [Created] (RANGER-3905) Ranger metrics on audit throughput for each of the Ranger Service plugins

2022-09-07 Thread Ramesh Mani (Jira)
Ramesh Mani created RANGER-3905: --- Summary: Ranger metrics on audit throughput for each of the Ranger Service plugins Key: RANGER-3905 URL: https://issues.apache.org/jira/browse/RANGER-3905 Project

[jira] [Assigned] (RANGER-3905) Ranger metrics on audit throughput for each of the Ranger Service plugins

2022-09-07 Thread Ramesh Mani (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramesh Mani reassigned RANGER-3905: --- Assignee: Ramesh Mani > Ranger metrics on audit throughput for each of the Ranger Serv

Re: Review Request 74086: RANGER-3856: updated Ranger admin client with option to work with non-kerberized server

2022-08-12 Thread Ramesh Mani
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/74086/#review224623 --- Ship it! Ship It! - Ramesh Mani On Aug. 12, 2022, 4:58 p.m

[jira] [Commented] (RANGER-3848) RangerClient does not auto renew Kerberos ticket after ticket lifetime expired

2022-08-10 Thread Ramesh Mani (Jira)
[ https://issues.apache.org/jira/browse/RANGER-3848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17578121#comment-17578121 ] Ramesh Mani commented on RANGER-3848: - [~abhi_2110]  Patch committed to 2.4

<    1   2   3   4   5   6   7   8   9   10   >