cbd0adca91
Stateful FastAPI lab with contract packs, Compose/Helm, Docker Hub release targets, and Pulumi coverage across all Engine series (GET/POST/PUT/DELETE/HEAD).
18 lines
597 B
Markdown
18 lines
597 B
Markdown
**Language / Язык:** [English](identity.md) | [Русский](../ru/domains/identity.md)
|
|
|
|
# Identity & access
|
|
|
|
| Collection | Path |
|
|
|---|---|
|
|
| Domains | `/ovirt-engine/api/domains` |
|
|
| Users | `/ovirt-engine/api/users` |
|
|
| Groups | `/ovirt-engine/api/groups` |
|
|
| Roles | `/ovirt-engine/api/roles` |
|
|
| Permissions | `/ovirt-engine/api/permissions` |
|
|
| SSO | `/ovirt-engine/sso/oauth/*` |
|
|
|
|
Seed creates domain `internal` and principals `admin@internal`, `ops@internal`,
|
|
`developer@internal`, `demo@internal` (password `secret`).
|
|
|
|
Authentication flows: [Authentication](../authentication.md).
|