Accepted
Operators need to inspect outbox and inbox state and occasionally trigger manual actions. Not every application should expose an admin surface, and dashboard security belongs to the host application.
CAP ships dashboard functionality as a separate optional package,
@mikara89/cap-dashboard-nest. Applications opt in by importing CapDashboardModule and
must provide a NestJS guard.