#2335 Missing activity logs when formatting/enrolling unknown token
Closed: Fixed None Opened 7 years ago by edewata.

When formatting an unknown token, TPS will implicitly add the token into the database in addition to formatting the token. However, currently TPS will only log the format operation, the add operation is not recorded in the activity log.

Similarly, when enrolling an unknown token, TPS will only log the enrollment operation, the implicit add and format operations are not logged.

Ideally TPS should record the complete lifecycle of the token, so the above operations should generate the following logs:

  • formatting unknown token: add, format
  • enrolling unknown token: add, format, enrollment

Note that if the allowed transaction list does not include UNFORMATTED -> FORMATTED transition, the unknown token should still be added successfully (and logged), but it will fail to format.

Per CS/DS Meeting of 05/23/2016: 10.3.2

Pushed to master:
commit b4b401589f540b38874680bc313363678d2d8e13

One odd behavior was observed, which I filed a separate bug for:
https://fedorahosted.org/pki/ticket/2354 [TPS] missing activity log entries via UI and CLI (while correctly recorded in LDAP)

Metadata Update from @edewata:
- Issue assigned to cfu
- Issue set to the milestone: 10.3.2

7 years ago

Dogtag PKI is moving from Pagure issues to GitHub issues. This means that existing or new
issues will be reported and tracked through Dogtag PKI's GitHub Issue tracker.

This issue has been cloned to GitHub and is available here:
https://github.com/dogtagpki/pki/issues/2455

If you want to receive further updates on the issue, please navigate to the
GitHub issue and click on Subscribe button.

Thank you for understanding, and we apologize for any inconvenience.

Login to comment on this ticket.

Metadata