Expand description
Helpers used only by the manta HTTP server (handlers + service layer).
Modulesยง
- app_
context - Server-side runtime infrastructure context.
- audit
- Audit trail helpers: build and send structured JSON messages to Kafka.
- jwt_ops
- JWT claim extractors used by the audit and authorization paths.
- kafka
- Lazily-initialised Kafka producer used by the audit subsystem.
- vault
- Vault client used by handlers that need backend-specific secrets
(Gitea token for
create_session, Kubernetes credentials for the console and log-streaming handlers).