Skip to content

Commit

Permalink
add: update entity guid
Browse files Browse the repository at this point in the history
  • Loading branch information
sumandas0 committed Feb 22, 2023
1 parent 0522a22 commit 30f61f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@ public RangerAtlasAuditHandler(AtlasEntityAccessRequest request, RangerServiceDe

auditEvents = new HashMap<>();
resourcePath = rangerResource.getAsString();
entityGuid = request.getEntityId();
entityGuid = request.getEntity() != null ? request.getEntity().getGuid() : null;

}

Expand Down

0 comments on commit 30f61f4

Please sign in to comment.