{% extends "base.html" %} {% block title %}Audit log — Target Revenue Control Plane{% endblock %} {% block content %} Control Plane audit log

This is the Control Plane's own record of who did what — independent of the Trust Service's signed records, which only ever attest that the {{ session_licensor_id }} tenant acted, never which individual human (see specs/TargetRevenueControlPlaneConcept.md §5).

{% for row in log %} {% endfor %}
whenwhoactionPhaseTrust Service record
{{ row.created_at }} {{ row.actor_credential_label }} {{ row.action }} {{ row.phase_id }} {{ row.trust_service_record_id }}
{% endblock %}