feat(audit): wire AddAuditEmission into 9 services (AUDIT-002)
- Wire StellaOps.Audit.Emission DI in: Authority, Policy, Release-Orchestrator, EvidenceLocker, Notify, Scanner, Scheduler, Integrations, Platform - Add AuditEmission__TimelineBaseUrl to compose defaults - Endpoint filter annotation deferred to follow-up pass Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -68,6 +68,8 @@ x-router-microservice-defaults: &router-microservice-defaults
|
||||
Router__Messaging__valkey__QueueWaitTimeoutSeconds: "${VALKEY_QUEUE_WAIT_TIMEOUT:-0}"
|
||||
# Identity envelope verification (signed by gateway, verified by services)
|
||||
Router__IdentityEnvelopeSigningKey: "${STELLAOPS_IDENTITY_ENVELOPE_SIGNING_KEY}"
|
||||
# Unified audit emission — services POST audit events to Timeline ingest
|
||||
AuditEmission__TimelineBaseUrl: "http://timeline.stella-ops.local"
|
||||
|
||||
x-healthcheck-tcp: &healthcheck-tcp
|
||||
interval: ${HEALTHCHECK_INTERVAL:-60s}
|
||||
|
||||
Reference in New Issue
Block a user