Files
aidoit.top/docs/decisions/0002-single-user-security.md
T
Pavel Kerndl c0b013f067
CI / frontend (push) Canceled after 0s
CI / api (push) Canceled after 0s
Initialize Aidoit v0.1 monorepo
2026-07-27 18:27:37 +02:00

19 lines
428 B
Markdown

# ADR 0002: Single-user security model
## Status
Accepted
## Decision
Aidoit is single-user software, but no sensitive endpoint is anonymously
accessible in production.
Initial access:
- Tailscale for private network access
- bearer token for development
- later PocketID or Authentik for browser login
- separate execution permissions for every AI team
- immutable audit records for tool calls and infrastructure changes