Files
inecs 6033967e6a Initial commit: stateful OpenStack API laboratory simulator.
Ship Keystone auth, multi-service handlers (Yoga→Dalmatian), Compose/Helm
packaging, API contract packs, and pytest/Pulumi coverage labs.
2026-07-18 04:26:48 +03:00

22 lines
606 B
Markdown

**Language / Язык:** [English](keystone.md) | [Русский](../ru/domains/keystone.md)
# Keystone (identity)
Port **5000**. Paths under `/v3/`.
## Implemented (lab)
- `POST /v3/auth/tokens` — password auth, project scope
- Catalog with multi-port endpoints
- Projects, users, roles, role assignments (seeded + CRUD via pack/schema)
- Domains (Default)
## Seed
Minimal and demo profiles create `Default` domain, roles `admin`/`member`, and
users documented in [authentication.md](../authentication.md).
## Notes
Federation, application credentials, and full policy engine are out of scope.