summaryrefslogtreecommitdiffstats
path: root/base/server/cmsbundle
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2017-04-26 01:32:12 +0200
committerEndi S. Dewata <edewata@redhat.com>2017-05-16 17:18:24 +0200
commit439ee21719064e60fb691c48aafdbc7fa722c8b7 (patch)
tree64d4589d9a630291bf61dfbfe953dfa6d2b5ac9c /base/server/cmsbundle
parentcec9efefe027ed4e7592827889eb3b487e7e485a (diff)
downloadpki-439ee21719064e60fb691c48aafdbc7fa722c8b7.tar.gz
pki-439ee21719064e60fb691c48aafdbc7fa722c8b7.tar.xz
pki-439ee21719064e60fb691c48aafdbc7fa722c8b7.zip
Refactored CertRequestProcessedEvent to use AuditEvent attributes.
The CertRequestProcessedEvent constructors have been modified to log the info attributes using the new AuditEvent attributes. The logging property for CERT_REQUEST_PROCESSED event has been modified to accept a list of attributes as a single string instead of individual info attributes. The CERT_REQUEST_PROCESSED constant in AuditEvent has been replaced with a constant in CertRequestProcessedEvent class which points to the new logging property. https://pagure.io/dogtagpki/issue/2655 Change-Id: I981212af7fca58916c73ccdeba9919a4d051af3c
Diffstat (limited to 'base/server/cmsbundle')
-rw-r--r--base/server/cmsbundle/src/LogMessages.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/server/cmsbundle/src/LogMessages.properties b/base/server/cmsbundle/src/LogMessages.properties
index d3ac06a54..1a5b37a6a 100644
--- a/base/server/cmsbundle/src/LogMessages.properties
+++ b/base/server/cmsbundle/src/LogMessages.properties
@@ -2088,7 +2088,7 @@ LOGGING_SIGNED_AUDIT_PROFILE_CERT_REQUEST_5=<type=PROFILE_CERT_REQUEST>:[AuditEv
# InfoValue must contain the certificate (in case of success), a reject reason in
# text, or a cancel reason in text
#
-LOGGING_SIGNED_AUDIT_CERT_REQUEST_PROCESSED_5=<type=CERT_REQUEST_PROCESSED>:[AuditEvent=CERT_REQUEST_PROCESSED][SubjectID={0}][Outcome={1}][ReqID={2}][InfoName={3}][InfoValue={4}] certificate request processed
+LOGGING_SIGNED_AUDIT_CERT_REQUEST_PROCESSED=<type=CERT_REQUEST_PROCESSED>:[AuditEvent=CERT_REQUEST_PROCESSED][SubjectID={0}][Outcome={1}][ReqID={2}]{3} certificate request processed
#
# LOGGING_SIGNED_AUDIT_CERT_STATUS_CHANGE_REQUEST
# - used when a certificate status change request (e.g. revocation)