Status Page ADRs
This directory contains architecture decision records for the Status Page application.
Scope
The Status Page provides incident visibility for internal and external stakeholders. ADRs cover:
- Access control and authentication
- Public vs private incident separation
- Integration with Datadog for incident management
Implementation
Based on the Cachet open-source project (Laravel), the status page runs as:
- Public instance for external user visibility
- Private instance behind ALB with Cognito for internal incidents
Related Domains
- Shared - Infrastructure and authentication patterns