Settings

Tenant + auth + API tokens

Admin bearer token

The dashboard talks to the FastAPI backend via a server-side bearer. Stored in the web service env (FIREANT_ADMIN_TOKEN) — never reaches the browser. Pulled from Secrets Manager (fireant/admin-token).

configured

API endpoint

Backend FastAPI service URL. Override per-environment via FIREANT_API_BASE.

https://fireant-preview-api.srv907643.hstgr.cloud

Coming in v2

The PoC is single-tenant via env bearer. Multi-tenant SSO + role-based access goes through Cognito.

  • ·Cognito Hosted UI integration (org SSO + MFA)
  • ·Per-tenant data isolation enforced at API + RDS
  • ·API tokens with scopes (read access logs vs revoke vs admin)
  • ·Audit log of admin actions