Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Commit

Permalink
record audit trail
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoayyed committed Nov 14, 2021
1 parent 7295324 commit 7c6109f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public AuditActionContext(@JsonProperty("principal") final String principal,
@JsonProperty("whenActionWasPerformed") final Date whenActionWasPerformed,
@JsonProperty("clientIpAddress") final String clientIpAddress,
@JsonProperty("serverIpAddress") final String serverIpAddress,
@JsonProperty("serverIpAddress") final String userAgent) {
@JsonProperty("userAgent") final String userAgent) {

this.principal = principal;
this.resourceOperatedUpon = resourceOperatedUpon;
Expand Down

0 comments on commit 7c6109f

Please sign in to comment.