-
Notifications
You must be signed in to change notification settings - Fork 137
AUTHZ_SUCCESS Audit Event
Endi S. Dewata edited this page May 31, 2023
·
3 revisions
The AUTHZ_SUCCESS
audit event is generated when authorization is successful.
Properties:
-
Outcome
must beSuccess
for this event -
aclResource
must be the ACL resource ID as defined in ACL resource list -
Op
must be one of the operations as defined with the ACL statement, e.g.read
for an ACL statement containing(read,write)
Note: In PKI 10.5 this event is renamed to AUTHZ
.
Use PKI CLI to authenticate as admin user:
$ pki -n caadmin ca-user-find
The server will generate the following events:
[AuditEvent=AUTHZ_SUCCESS][SubjectID=caadmin][Outcome=Success][aclResource=certS erver.ca.account][Op=login][Info=AccountResource.login] authorization success
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |