Skip to content

Commit

Permalink
debug policy issues
Browse files Browse the repository at this point in the history
  • Loading branch information
aarshi0301 committed Nov 29, 2024
1 parent 7dd9642 commit 5ad0253
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,8 @@ private void setPolicyItems(RangerPolicy rangerPolicy, AtlasEntityHeader atlasPo

List<String> users = (List<String>) atlasPolicy.getAttribute("policyUsers");
List<String> groups = (List<String>) atlasPolicy.getAttribute("policyGroups");

LOG.info("PolicyRoles: {}", atlasPolicy.getAttribute("policyRoles"));
List<String> roles = (List<String>) atlasPolicy.getAttribute("policyRoles");

List<RangerPolicyItemAccess> accesses = new ArrayList<>();
Expand Down

0 comments on commit 5ad0253

Please sign in to comment.