Skip to content

Commit

Permalink
RANGER-4280 : Update security-zone UI with addition of admin-roles an…
Browse files Browse the repository at this point in the history
…d audit-roles

Signed-off-by: Madhan Neethiraj <[email protected]>
  • Loading branch information
dhavaljrajpara authored and mneethiraj committed Oct 20, 2023
1 parent f4db924 commit 19dbc93
Show file tree
Hide file tree
Showing 3 changed files with 293 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ public class RangerSecurityZoneServiceService extends RangerSecurityZoneServiceB
trxLogAttrs.put("adminUserGroups", new VTrxLogAttr("adminUserGroups", "Zone Admin User Groups", false));
trxLogAttrs.put("auditUsers", new VTrxLogAttr("auditUsers", "Zone Audit Users", false));
trxLogAttrs.put("auditUserGroups", new VTrxLogAttr("auditUserGroups", "Zone Audit User Groups", false));
trxLogAttrs.put("adminRoles", new VTrxLogAttr("adminRoles", "Zone Admin Roles", false));
trxLogAttrs.put("auditRoles", new VTrxLogAttr("auditRoles", "Zone Audit Roles", false));
trxLogAttrs.put("description", new VTrxLogAttr("description", "Zone Description", false));
trxLogAttrs.put("tagServices", new VTrxLogAttr("tagServices", "Zone Tag Services", false));
}
Expand Down
Loading

0 comments on commit 19dbc93

Please sign in to comment.