mirror of
https://github.com/corda/corda.git
synced 2025-02-21 01:42:24 +00:00
Clarifies that shell doesn't require RPC permissions.
This commit is contained in:
parent
a2d65f1a6b
commit
06ec20379c
@ -27,7 +27,7 @@ RPC permissions
|
||||
---------------
|
||||
For a node's owner to interact with their node via RPC, they must define one or more RPC users. Each user is
|
||||
authenticated with a username and password, and is assigned a set of permissions that control which RPC operations they
|
||||
can perform.
|
||||
can perform. Permissions are not required to interact with the node via the shell, unless the shell is being accessed via SSH.
|
||||
|
||||
RPC users are created by adding them to the ``rpcUsers`` list in the node's ``node.conf`` file:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user