ReviewOS

stacks/ts-cloud

[Epic] Phase 1 — teams, security and governance

#137
Closed chrisbbreuer opened this 24 days ago · 0 comments
24 days ago

Parent

#132

Outcome

Evolve the current local admin/member model into secure multi-user administration with organizations, invitations, resource-scoped permissions, stronger authentication, automation identities, comprehensive audit, and deploy-time policy gates.

Security principles

  • Deny by default at the service layer; UI visibility is never authorization.
  • Human sessions and machine credentials have distinct lifecycles.
  • Secrets are redacted at rest boundaries and in logs/events.
  • Every mutating operation records actor, scope, target, request correlation, result, and sanitized diff.
  • Recovery mechanisms are designed and tested before enforcement features ship.

Existing work incorporated

Children

Exit criteria

Teams can safely share a control plane across projects and services, auditors can reconstruct changes, and CI can use narrowly scoped revocable credentials without sharing a human account.

Sign in to comment on this issue.