mirror of
https://github.com/corda/corda.git
synced 2025-05-02 08:43:15 +00:00
CORDA-3360 Add nodeInfo permissions to web user
This commit is contained in:
parent
b524c6368b
commit
df8cc7282f
@ -81,7 +81,8 @@ task deployNodes(type: net.corda.plugins.Cordform, dependsOn: ['jar', nodeTask,
|
|||||||
"InvokeRpc.openAttachment",
|
"InvokeRpc.openAttachment",
|
||||||
"InvokeRpc.uploadAttachment",
|
"InvokeRpc.uploadAttachment",
|
||||||
"InvokeRpc.internalVerifiedTransactionsFeed",
|
"InvokeRpc.internalVerifiedTransactionsFeed",
|
||||||
"InvokeRpc.startTrackedFlowDynamic"]]]
|
"InvokeRpc.startTrackedFlowDynamic",
|
||||||
|
"InvokeRpc.nodeInfo"]]]
|
||||||
|
|
||||||
nodeDefaults {
|
nodeDefaults {
|
||||||
projectCordapp {
|
projectCordapp {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user