Intended use¶
What it is for¶
Lets end users see and (when authorized) edit the External Configuration Server configurations assigned to them, and review read-only version history - without exposing the full admin/governance surface.
Use it when¶
- You want a self-service config view for non-operator users.
- You are composing it into the ECS Shell or running it standalone.
Do not use it for¶
- A
dotnet newscaffold today - no manifest (see repo status). - Tenant/policy/compliance administration - that is ECS Admin.
- Observability dashboards - that is ECS Monitoring.
Scope and write access¶
The dashboard (/dashboard) lists only assigned configs (filtered by AssignedConfigurationFilter / UserAssignmentsScope). Editing is gated by the CanEditConfigurations policy and the AllowScopeEdit flag. Version views are read-only (ECS-Core-VER-001).