Skip to main content
All internet-facing TestDino services and their security configuration.

Quick Reference


Core Services

Platform Services

TestDino runs as microservices, each on its own domain. The app and reporter call these server-to-server. CI machines reach TestDino through app.testdino.com and reporter.testdino.com, not these hosts directly.

Authentication and Billing

Integration Services

Internal Services

Network and Security

CORS

The API enforces strict CORS policies:
  • Only explicitly configured origins are allowed (no wildcard *)
  • Origins are defined per environment via CORS_ORIGIN configuration

TLS

  • All endpoints enforce HTTPS (TLS 1.2+)
  • HTTP requests redirect to HTTPS
  • Certificates are managed via hosting infrastructure

Rate Limiting

Security Headers

All responses include headers via Helmet:
  • Content-Security-Policy (CSP)
  • X-Frame-Options
  • X-Content-Type-Options
  • Strict-Transport-Security (HSTS)

Firewall Configuration

If your organization uses network-level allowlisting, add these domains:

Access to Customer Data

Full list of data TestDino collects

Data Retention

Retention periods by tier and data category