diff options
| author | Ade Lee <alee@redhat.com> | 2017-05-24 23:42:41 -0400 |
|---|---|---|
| committer | Ade Lee <alee@redhat.com> | 2017-05-25 10:40:47 -0400 |
| commit | 2a947446b81d21758ffadbae905a49e8c4e900ef (patch) | |
| tree | 4114e1c775f90cf235971b0ae95961b88aacb829 /base/server/cmsbundle/src | |
| parent | c88ad697138778c597cf8ce361f8ee1761bee0ab (diff) | |
| download | pki-2a947446b81d21758ffadbae905a49e8c4e900ef.tar.gz pki-2a947446b81d21758ffadbae905a49e8c4e900ef.tar.xz pki-2a947446b81d21758ffadbae905a49e8c4e900ef.zip | |
Encapsulate server side keygen audit events
This encapsulates key gen events for the token servlets.
Consolidated the success and failure cases. Note that this
event can likely later be replaced with security_data_keygen
events. Leaving separate for now.
Change-Id: I6caaeb2231fd2f7410eade03cb5fa93d66444bbf
Diffstat (limited to 'base/server/cmsbundle/src')
| -rw-r--r-- | base/server/cmsbundle/src/LogMessages.properties | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/base/server/cmsbundle/src/LogMessages.properties b/base/server/cmsbundle/src/LogMessages.properties index 3ac23d5ed..fc4e94681 100644 --- a/base/server/cmsbundle/src/LogMessages.properties +++ b/base/server/cmsbundle/src/LogMessages.properties @@ -1947,21 +1947,15 @@ LOGGING_SIGNED_AUDIT_LOG_PATH_CHANGE_4=<type=LOG_PATH_CHANGE>:[AuditEvent=LOG_PA # - used when server-side key generation request is made # This is for tokenkeys # EntityID must be the representation of the subject that will be on the certificate when issued -LOGGING_SIGNED_AUDIT_SERVER_SIDE_KEYGEN_REQUEST_3=<type=SERVER_SIDE_KEYGEN_REQUEST>:[AuditEvent=SERVER_SIDE_KEYGEN_REQUEST][SubjectID={0}][Outcome={1}][EntityID={2}] server-side key generation request processed +LOGGING_SIGNED_AUDIT_SERVER_SIDE_KEYGEN_REQUEST=<type=SERVER_SIDE_KEYGEN_REQUEST>:[AuditEvent=SERVER_SIDE_KEYGEN_REQUEST][SubjectID={0}][Outcome={1}][EntityID={2}][RequestID={3}] server-side key generation request # -# LOGGING_SIGNED_AUDIT_SERVER_SIDE_KEYGEN_REQUEST_PROCESSED_SUCCESS -# - used when server-side key generation request has been processed with success +# LOGGING_SIGNED_AUDIT_SERVER_SIDE_KEYGEN_REQUEST_PROCESSED +# - used when server-side key generation request has been processed. # This is for tokenkeys # EntityID must be the representation of the subject that will be on the certificate when issued # PubKey must be the base-64 encoded public key associated with # the private key to be archived -LOGGING_SIGNED_AUDIT_SERVER_SIDE_KEYGEN_REQUEST_PROCESSED_SUCCESS_4=<type=SERVER_SIDE_KEYGEN_REQUEST_PROCESSED_SUCCESS>:[AuditEvent=SERVER_SIDE_KEYGEN_REQUEST_PROCESSED_SUCCESS][SubjectID={0}][Outcome={1}][EntityID={2}][PubKey={3}] server-side key generation request processed with success -# -# LOGGING_SIGNED_AUDIT_SERVER_SIDE_KEYGEN_REQUEST_PROCESSED_FAILURE -# - used when server-side key generation request has been processed with failure -# This is for tokenkeys -# EntityID must be the representation of the subject that will be on the certificate when issued -LOGGING_SIGNED_AUDIT_SERVER_SIDE_KEYGEN_REQUEST_PROCESSED_FAILURE_3=<type=SERVER_SIDE_KEYGEN_REQUEST_PROCESSED_FAILURE>:[AuditEvent=SERVER_SIDE_KEYGEN_REQUEST_PROCESSED_FAILURE][SubjectID={0}][Outcome={1}][EntityID={2}] server-side key generation request processed with failure +LOGGING_SIGNED_AUDIT_SERVER_SIDE_KEYGEN_REQUEST_PROCESSED=<type=SERVER_SIDE_KEYGEN_REQUEST_PROCESSED>:[AuditEvent=SERVER_SIDE_KEYGEN_REQUEST_PROCESSED][SubjectID={0}][Outcome={1}][EntityID={2}][RequestID={3}][[PubKey={4}] server-side key generation request processed # # LOGGING_SIGNED_AUDIT_KEY_RECOVERY_REQUEST # - used when key recovery request is made |
