Platform

Event Bus

The event bus provides a pub/sub interface for reacting to CoreLink lifecycle events in real time. Subscribers receive structured JSON payloads for secret creation, rotation, access, session start/end, approval decisions, and compliance violations. Events can be filtered by type, workspace, and severity.

The event bus powers the webhook delivery system and can also be consumed directly by internal services for custom automation workflows. Delivery uses at-least-once semantics with configurable retry policies.

Event Bus screenshot

Key Configuration

  • Subscriber endpoints (webhook URL, internal service)
  • Event type filter
  • Retry policy (max attempts, backoff)
  • Dead letter queue
All documentation Question about this? Talk to us