docs: organizations (multi-tenancy) layer — ADR-0005 (PR4/4)#72
Merged
Conversation
- ADR-0005: organizations are the tenant boundary; owner re-scoped from global to org-scoped; 404-not-403 on cross-org; per-org 2FA; the nullable->backfill->NOT NULL rollout; deferred public signup. Indexed in the ADR README. - ROADMAP: flip the multi-tenancy section from planned to SHIPPED (migrations 013-014, PRs #69-#72), keeping public signup + metering/billing + org-mgmt UI as explicit follow-ups. - OpenAPI: note that all /admin responses are org-scoped (cross-org -> 404). Lints clean. - CHANGELOG: Internal entry for the organizations layer.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
PR4 of 4 (docs) for the organizations tenant layer shipped in PRs #69–#71. Records the decision and updates the living docs.
What
docs/adr/0005-organizations-and-tenancy.md): organizations are the tenant boundary;ownerre-scoped from global superuser to org-scoped; 404-not-403 on cross-org (no existence leak); per-org 2FA; the nullable→backfill→NOT NULLrollout (migrations 013–014) that keeps self-host a no-op; deferred public signup. Indexed in the ADR README./adminresponses are org-scoped (cross-org → 404). Lints clean (redocly).Docs-only — no code changes.