CORDA-3360 Add nodeInfo permissions to web user

This commit is contained in:
Christian Sailer 2019-10-23 09:58:59 +01:00 committed by Anthony Keenan
parent b524c6368b
commit df8cc7282f

View File

@ -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 {