diff options
author | Ade Lee <alee@redhat.com> | 2017-05-23 10:01:47 -0400 |
---|---|---|
committer | Ade Lee <alee@redhat.com> | 2017-05-23 15:26:16 -0400 |
commit | f40d0aaf446b162994e9c8598a7b00a6d4c906f2 (patch) | |
tree | c88b74ad137b2cecdec48f176e0f6fc7e683c3ef /base/server/cmsbundle/src/LogMessages.properties | |
parent | 3027b565320c96857b7f7fdffed9a5fbec084bab (diff) | |
download | pki-f40d0aaf446b162994e9c8598a7b00a6d4c906f2.tar.gz pki-f40d0aaf446b162994e9c8598a7b00a6d4c906f2.tar.xz pki-f40d0aaf446b162994e9c8598a7b00a6d4c906f2.zip |
Encapsulate recovery request approval audit logs
The audit logs where an agent grants an asynchronous recovery request
and the case where recovery request is appproved from the REST API
are consolidated and encapsulated in a class.
Change-Id: I237c1dcfc413012d421f3ccc64e21c7caf5a7701
Diffstat (limited to 'base/server/cmsbundle/src/LogMessages.properties')
-rw-r--r-- | base/server/cmsbundle/src/LogMessages.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/server/cmsbundle/src/LogMessages.properties b/base/server/cmsbundle/src/LogMessages.properties index 3b998d99c..44eec2347 100644 --- a/base/server/cmsbundle/src/LogMessages.properties +++ b/base/server/cmsbundle/src/LogMessages.properties @@ -2449,7 +2449,7 @@ LOGGING_SIGNED_AUDIT_SECURITY_DATA_RECOVERY_REQUEST=<type=SECURITY_DATA_RECOVERY # RecoveryID must be the recovery request ID # Operation is the operation performed (approve, reject, cancel etc.) # -LOGGING_SIGNED_AUDIT_SECURITY_DATA_RECOVERY_REQUEST_STATE_CHANGE_4=<type=SECURITY_DATA_RECOVERY_REQUEST_STATE_CHANGE>:[AuditEvent=SECURITY_DATA_RECOVERY_REQUEST_STATE_CHANGE][SubjectID={0}][Outcome={1}][RecoveryID={2}][Operation={3}] security data recovery request state change +LOGGING_SIGNED_AUDIT_SECURITY_DATA_RECOVERY_REQUEST_STATE_CHANGE=<type=SECURITY_DATA_RECOVERY_REQUEST_STATE_CHANGE>:[AuditEvent=SECURITY_DATA_RECOVERY_REQUEST_STATE_CHANGE][SubjectID={0}][Outcome={1}][RecoveryID={2}][Operation={3}] security data recovery request state change # # LOGGING_SIGNED_AUDIT_SECURITY_DATA_EXPORT_KEY # - used when user attempts to retrieve key after the recovery request |