Running grant on the master node gives me this:
HTTP POST FAILED: {"result":null,"error":{"code":-8,"message":"Could not parse entity key: send,receive,3BCD60FCCB279437A5CDFF8DB0196229"},"id":"multichain-client"}
I'm sending this (as per log output):
["send","receive","3BCD60FCCB279437A5CDFF8DB0196229.write"]
Which is actually this:
"send,receive,3BCD60FCCB279437A5CDFF8DB0196229.write"
Why is it not working / stripping the '.write'?
{
"name" : "3BCD60FCCB279437A5CDFF8DB0196229",
"createtxid" : "8655c784abdaa6ea99d9eb7eff32aef6f19f26cbacde8f355554d8e36c2846b3",
"streamref" : "6931-514-21894",
"open" : false,
"details" : {
},
"subscribed" : false
}
UPDATE: Seems its only possible to get the stream permission to work in a separate grant transaction.