Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Added note about using node permissioning only #1243

Merged
merged 5 commits into from
Apr 10, 2019
Merged
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
5 changes: 5 additions & 0 deletions docs/Permissions/Permissioning-Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ A permissioned network is a network where only specified nodes and accounts (par
Nodes and accounts outside those specified are prevented from participating. Permissioned networks can have node permissioning enabled,
account permissioning enabled, or both.

!!! note
Implementing node-level permissions only is not a trustless solution. Each node
has no control or view of who other nodes in the network are communicating with. With either off-chain or
on-chain permissions, a bad actor could violate the network governance agreed on, and act as a proxy to other nodes.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about:
"In a peer-to-peer network, Node-level permissions can be used to enforce rules on nodes that you control. It is still possible that a bad actor could violate the network governance, and act as a proxy to other nodes.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated.

![Node Permissioning](../images/node-permissioning-bad-actor.png)

![Account Permissioning](../images/account-permissioning.png)
Expand Down