Navigation Menu

Skip to content

Commit

Permalink
Fixed audit event outcome for agent-canceled cert request.
Browse files Browse the repository at this point in the history
The outcome of CERT_REQUEST_PROCESSED event has been changed to
Failure when the certificate request is canceled by an agent.

https://pagure.io/dogtagpki/issue/2694

Change-Id: Iad25a135851188cc97106d81800e3b8443a2970a
  • Loading branch information
edewata committed May 17, 2017
1 parent dcbe7ce commit e54873d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -281,7 +281,7 @@ private void cancelRequest(IRequest req) throws EProfileException {

audit(new CertRequestProcessedEvent(
auditSubjectID,
ILogger.SUCCESS,
ILogger.FAILURE,
auditRequesterID,
ILogger.SIGNED_AUDIT_CANCELLATION,
req));
Expand Down

0 comments on commit e54873d

Please sign in to comment.