Prepare 0.1.0 for lab release: durable handlers, HTTP Compose, CI, and pulumi-tests.
- Harden DB-backed handlers and seed profiles; align client wire shapes for cluster resources, QEMU config, and node SSL fields - Serve plain HTTP on Compose :8006; keep TLS optional (--profile tls) and terminate HTTPS at Kubernetes Ingress - Add pulumi-tests (full contract surface majors 6–9 + BPG lifecycle) and make pulumi-tests - Ship bilingual docs, CHANGELOG, SECURITY, CONTRIBUTING, and GitHub Actions (make ci + Compose/Helm validation)
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
**Language / Язык:** [English](../../domains/access.md) | [Русский](access.md)
|
||||
|
||||
# Access
|
||||
|
||||
Устойчивая идентификация и авторизация: users, groups, roles, ACL entries,
|
||||
realms, passwords, API tokens, permissions queries, tickets, TFA, OpenID,
|
||||
VNC tickets.
|
||||
|
||||
## Основное
|
||||
|
||||
- Ticket login и CSRF — см. [Authentication](../authentication.md).
|
||||
- При создании token секрет возвращается один раз; в хранилище сохраняются только
|
||||
хеши.
|
||||
- Наследование ACL и пересечение привилегий token ∩ owner.
|
||||
- Состояние realm / TFA / OpenID **локальное**; живые вызовы каталога или IdP не
|
||||
выполняются.
|
||||
|
||||
## Предзаполненные персоны
|
||||
|
||||
`root@pam`, `auditor@pve`, `operator@pve`, `storage@pve` — пароли и tokens см. в
|
||||
руководстве по authentication.
|
||||
Reference in New Issue
Block a user