Files
apim-apps/ROADMAP.md
T

20 lines
1.1 KiB
Markdown
Raw Normal View History

# Roadmap
## Shipped in v0.1.0
- ~~**Application management**~~ — ✓ shipped v0.1.0
- ~~**Organisation management**~~ — ✓ shipped v0.1.0
- ~~**API subscriptions**~~ — ✓ shipped v0.1.0
- ~~**External credentials**~~ — ✓ shipped v0.1.0 (static `client_id`/`secret` per application, set on creation only)
- ~~**Multi-environment support**~~ — ✓ shipped v0.1.0
- ~~**Dry-run mode**~~ — ✓ shipped v0.1.0
- ~~**Append-only safety**~~ — ✓ shipped v0.1.0
## Backlog
- **Update existing applications** — detect drift between manifest and API Manager state and reconcile (currently, only missing resources are created).
- **OAuth credentials** — full OAuth client credential provisioning (`clientId` + `secret` via `/oauth`).
- **Update existing credentials** — reconcile `credentials:` on applications that already exist.
- **Environment variable interpolation** — allow `${VAR}` references in the manifest for values that differ between environments.
- **Report output** — structured JSON/YAML report of actions taken, suitable for CI artefacts.