Skip to content

Commit

Permalink
Merge pull request #56 from mikebryant/fix-read-cap
Browse files Browse the repository at this point in the history
fix: Use access_mode read for reading
  • Loading branch information
AljoschaMeyer authored Jan 19, 2024
2 parents 9df109b + b8c7ee6 commit 4bffe8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion willowtest/specs/meadowcap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ export const meadowcap: Expression = site_template(
hsection("mc_reading_entries", "Reading Entries", [
pinformative("Whereas write access control is baked into the Willow data model, read access control resides in the replication layer. To manage read access via capabilities, all peers must cooperate in sending ", rs("Entry"), " only to peers who have presented a valid read capability for the ", r("Entry"), "."),

pinformative("We describe the details in a capability-system-agnostic way ", link_name("access_control", "here"), ". To use Meadowcap for this approach, simply choose the type of ", r("cap_valid"), " ", rs("Capability"), " with ", r("cap_mode"), " ", r("access_write"), " as the ", rs("read_capability"), "."),
pinformative("We describe the details in a capability-system-agnostic way ", link_name("access_control", "here"), ". To use Meadowcap for this approach, simply choose the type of ", r("cap_valid"), " ", rs("Capability"), " with ", r("cap_mode"), " ", r("access_read"), " as the ", rs("read_capability"), "."),
]),
]),

Expand Down

0 comments on commit 4bffe8a

Please sign in to comment.