[jira] [Commented] (RANGER-4479) Logs for admin and auditor roles for security zone is not capture in Audit Admin Tab.

2023-10-19 Thread Dhaval Rajpara (Jira)


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

Dhaval Rajpara commented on RANGER-4479:


Hi [~madhan]

Yes sure i will add this changes to 
[RANGER-4280|https://issues.apache.org/jira/browse/RANGER-4280] patch.

Thanks

> Logs for admin and auditor roles for security zone is not capture in Audit 
> Admin Tab.
> -
>
> Key: RANGER-4479
> URL: https://issues.apache.org/jira/browse/RANGER-4479
> Project: Ranger
>  Issue Type: New Feature
>  Components: Ranger
>Reporter: Dhaval Rajpara
>Assignee: Dhaval Rajpara
>Priority: Major
>
> Added admin and auditor roles in a security zone in Jira 
> [RANGER-4274|https://issues.apache.org/jira/browse/RANGER-4274]. But the 
> related Audit admin log Update / delete / Create zone with roles log not 
> captured in the Admin tab.
> CC : [~madhan] / [~pradeep] / [~mehul] 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (RANGER-4479) Logs for admin and auditor roles for security zone is not capture in Audit Admin Tab.

2023-10-18 Thread Madhan Neethiraj (Jira)


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

Madhan Neethiraj commented on RANGER-4479:
--

[~Dhaval.Rajpara] - thank you for the Jira to track this fix. The fix will be 
to add following lines in 
RangerSecurityZoneServiceService.java. Will you be able to include this fix 
along with UI updates in RANGER-4280?
{code:java}
trxLogAttrs.put("adminRoles", new VTrxLogAttr("adminRoles", "Zone Admin Roles", 
false)); trxLogAttrs.put("auditRoles", new VTrxLogAttr("auditRoles", "Zone 
Audit Roles", false));{code}
 

> Logs for admin and auditor roles for security zone is not capture in Audit 
> Admin Tab.
> -
>
> Key: RANGER-4479
> URL: https://issues.apache.org/jira/browse/RANGER-4479
> Project: Ranger
>  Issue Type: New Feature
>  Components: Ranger
>Reporter: Dhaval Rajpara
>Assignee: Dhaval Rajpara
>Priority: Major
>
> Added admin and auditor roles in a security zone in Jira 
> [RANGER-4274|https://issues.apache.org/jira/browse/RANGER-4274]. But the 
> related Audit admin log Update / delete / Create zone with roles log not 
> captured in the Admin tab.
> CC : [~madhan] / [~pradeep] / [~mehul] 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)