Skip to content

Intended use

What it is for

The operator-facing administration surface for the External Configuration Server: create/edit configurations, browse and compare versions (and roll back), manage tenants and governance policies, and review the compliance dashboard.

Use it when

  • You need a governance/admin UI over ECS configuration.
  • You are wiring an ECS deployment and want the Admin MFE composed into the ECS Shell via iframe.

Do not use it for

Backend

Talks to ECS REST APIs (ECS-Core-API-001, ECS-Core-VER-001, ECS-MT-001) via typed clients. Auth can be OIDC (operator) or, when disabled, a development auth handler. See solution structure.

See also