Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

rfc(per-doc-access): first draft #424

Closed
wants to merge 9 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
allow distribution of design docs
  • Loading branch information
janl committed Jul 21, 2019
commit a0cfaead837dfe0199fb42214d43ced2778cc410
12 changes: 6 additions & 6 deletions rfcs/010-per-document-access-control.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,16 +179,16 @@ An access-enabled database behaves like this:
docs have been created/updated/deleted in between two of their
docs.

* this includes all the user’s docs PLUS all non-`_access` design
docs, so apps can centrally control design docs going down to
satellites.
* this includes all the user’s docs PLUS all design docs with
`_access: ["_users"]`, so apps can centrally control design docs
going down to satellites.

* accessing `_all_docs` gives users the subset of docs they own in `_id`
order.

* this includes all the user’s docs PLUS all non-`_access` design
docs, so apps can centrally control design docs going down to
satellites.
* this includes all the user’s docs PLUS all design docs with
`_access: ["_users"]`, so apps can centrally control design docs
going down to satellites.

* Replication check-points / local docs

Expand Down