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¶
- A
dotnet newscaffold today - no manifest (see repo status). - End-user, user-scoped config editing - that is the ECS Self-Service MFE.
- Observability dashboards - that is the ECS Monitoring MFE.
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.