Skip to content

Commit 9af44b7

Browse files
committed
rpc: add permissions for ListAliases
1 parent 6743d97 commit 9af44b7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

testdata/permissions.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -696,6 +696,14 @@
696696
}
697697
]
698698
},
699+
"/lnrpc.Lightning/ListAliases": {
700+
"permissions": [
701+
{
702+
"entity": "offchain",
703+
"action": "read"
704+
}
705+
]
706+
},
699707
"/neutrinorpc.NeutrinoKit/AddPeer": {
700708
"permissions": [
701709
{

0 commit comments

Comments
 (0)