Re: Review Request 75151: RANGER-4893: enhanced trie to support custom handling of matches

2024-08-16 Thread Madhan Neethiraj
> On Aug. 13, 2024, 5:33 a.m., Vyom Tiwari wrote: > > agents-common/src/main/java/org/apache/ranger/plugin/policyengine/RangerResourceTrie.java > > Lines 1343 (patched) > > > > > > Is the implementation of process(S

[jira] [Created] (RANGER-4908) update plugin library to use session cookies for all REST API calls when available

2024-08-16 Thread Madhan Neethiraj (Jira)
Madhan Neethiraj created RANGER-4908: Summary: update plugin library to use session cookies for all REST API calls when available Key: RANGER-4908 URL: https://issues.apache.org/jira/browse/RANGER-4908

Re: Review Request 75179: RANGER-4908: updated plugin to use session cookie for all APIs when configured

2024-08-16 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/75179/ --- (Updated Aug. 16, 2024, 4:09 p.m.) Review request for ranger, Abhishek Kumar,

[jira] [Updated] (RANGER-4908) update plugin library to use session cookies for all REST API calls when available

2024-08-16 Thread Madhan Neethiraj (Jira)
[ https://issues.apache.org/jira/browse/RANGER-4908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Madhan Neethiraj updated RANGER-4908: - Attachment: RANGER-4908.patch > update plugin library to use session cookies for all RES

[jira] [Created] (RANGER-4909) Update axios library version from 1.7.2 to 1.7.4 in Ranger Admin React JS

2024-08-16 Thread Mugdha Varadkar (Jira)
Mugdha Varadkar created RANGER-4909: --- Summary: Update axios library version from 1.7.2 to 1.7.4 in Ranger Admin React JS Key: RANGER-4909 URL: https://issues.apache.org/jira/browse/RANGER-4909 Proj

[jira] [Updated] (RANGER-4909) Upgrade axios library version from 1.7.2 to 1.7.4 in Ranger Admin React JS

2024-08-16 Thread Mugdha Varadkar (Jira)
[ https://issues.apache.org/jira/browse/RANGER-4909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mugdha Varadkar updated RANGER-4909: Summary: Upgrade axios library version from 1.7.2 to 1.7.4 in Ranger Admin React JS (was

[jira] [Updated] (RANGER-4909) Upgrade axios library version from 1.7.2 to 1.7.4 in Ranger Admin React JS

2024-08-16 Thread Mugdha Varadkar (Jira)
[ https://issues.apache.org/jira/browse/RANGER-4909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mugdha Varadkar updated RANGER-4909: Attachment: 0001-RANGER-4909.patch > Upgrade axios library version from 1.7.2 to 1.7.4 in

[jira] [Updated] (RANGER-4909) Upgrade axios library version from 1.7.2 to 1.7.4 in Ranger Admin React JS

2024-08-16 Thread Mugdha Varadkar (Jira)
[ https://issues.apache.org/jira/browse/RANGER-4909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mugdha Varadkar updated RANGER-4909: Affects Version/s: 3.0.0 2.6.0 > Upgrade axios library version from

Review Request 75180: RANGER-4909 Upgrade axios library version from 1.7.2 to 1.7.4 in Ranger Admin React JS

2024-08-16 Thread Mugdha Varadkar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/75180/ --- Review request for ranger, Brijesh Bhalala, Dhaval Rajpara, and Madhan Neethiraj

Re: Review Request 75180: RANGER-4909 Upgrade axios library version from 1.7.2 to 1.7.4 in Ranger Admin React JS

2024-08-16 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/75180/#review226857 --- Ship it! Ship It! - Madhan Neethiraj On Aug. 16, 2024, 4:48

[jira] [Commented] (RANGER-4907) Optimize user delete operation

2024-08-16 Thread Abhishek Kumar (Jira)
[ https://issues.apache.org/jira/browse/RANGER-4907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17874334#comment-17874334 ] Abhishek Kumar commented on RANGER-4907: Hi [~suchnit], Would the approach prop

Re: [PR] Bump axios from 1.7.2 to 1.7.4 in /security-admin/src/main/webapp/react-webapp [ranger]

2024-08-16 Thread via GitHub
dependabot[bot] commented on PR #373: URL: https://github.com/apache/ranger/pull/373#issuecomment-2293914357 Looks like axios is up-to-date now, so this is no longer needed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] Bump axios from 1.7.2 to 1.7.4 in /security-admin/src/main/webapp/react-webapp [ranger]

2024-08-16 Thread via GitHub
dependabot[bot] closed pull request #373: Bump axios from 1.7.2 to 1.7.4 in /security-admin/src/main/webapp/react-webapp URL: https://github.com/apache/ranger/pull/373 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

Re: [PR] Bump axios from 1.7.2 to 1.7.4 in /security-admin/src/main/webapp/react-webapp [ranger]

2024-08-16 Thread via GitHub
fimugdha commented on PR #373: URL: https://github.com/apache/ranger/pull/373#issuecomment-2293995931 https://issues.apache.org/jira/browse/RANGER-4909 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to g

Re: Review Request 75179: RANGER-4908: updated plugin to use session cookie for all APIs when configured

2024-08-16 Thread Ramesh Mani
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/75179/#review226861 --- Ship it! Ship It! - Ramesh Mani On Aug. 16, 2024, 4:09 p.m.,

Re: Review Request 74800: RANGER-4620: Add python based Public V2 REST API tests to the Apache Ranger repo

2024-08-16 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/74800/#review226863 --- Abhishek - thank you for adding tests to cover Ranger REST APIs. P