Skip to content
- Transport Layer: Strict TLS and
redirect: "manual" proxy policies with fixed upstreams.
- Authentication: Server-side token resolution and scoped API key verification (
internal/http/auth.go).
- Authorization & RBAC: Role hierarchy (Owner > Admin > Operator > Viewer).
- Tenant Isolation: Application-level tenant scoping (
WHERE tenant_id = $N, store.WithTenantID(ctx), and store.IsMasterScope(ctx)).
- Execution Sandboxing: Docker container isolation with restricted network capabilities and shell deny patterns.