Production Checklist
Baseline
Integrator-facing production checklist. Platform operator hardening evidence (threat model, outage drills, DR, emergency grace) lives in the private platform operations pack (Macro Wave 34) and is not duplicated here.
Scope
Before going to production with a Runtime / SDK integration:
- Obtain environment-correct JWKS / public verify material (never embed private signing keys)
- Configure Runtime base URL over HTTPS; pin retries/backoff per Error catalog
- Treat typed
degradedresponses as not allow - Redact secrets and lease tokens from client logs
- Plan offline / lease
expbehavior for connectivity loss (see Core Concepts)
Platform operators
Operators deploying the MyHoreca Licensing platform itself should complete the private production readiness checklist (hardening evidence pack: TM, dependency outages, Runtime independence, load baseline, DR/key backup, emergency grace, TLS/secrets). That pack is out of scope for this public page.
Next steps
- Start here: Getting Started
- Vocabulary: Core Concepts
- Integrator APIs: API Reference
- Errors: Error catalog