Skip to content

Commit

Permalink
testdata: add chainkit permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
jharveyb authored and guggero committed May 23, 2024
1 parent 19c9eb5 commit 28e72a6
Showing 1 changed file with 34 additions and 2 deletions.
36 changes: 34 additions & 2 deletions testdata/permissions.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,38 @@
}
]
},
"/chainrpc.ChainKit/GetBlock": {
"permissions": [
{
"entity": "onchain",
"action": "read"
}
]
},
"/chainrpc.ChainKit/GetBlockHeader": {
"permissions": [
{
"entity": "onchain",
"action": "read"
}
]
},
"/chainrpc.ChainKit/GetBestBlock": {
"permissions": [
{
"entity": "onchain",
"action": "read"
}
]
},
"/chainrpc.ChainKit/GetBlockHash": {
"permissions": [
{
"entity": "onchain",
"action": "read"
}
]
},
"/chainrpc.ChainNotifier/RegisterBlockEpochNtfn": {
"permissions": [
{
Expand Down Expand Up @@ -520,7 +552,7 @@
}
]
},
"/lnrpc.Lightning/SendCustomMessage": {
"/lnrpc.Lightning/SendCustomMessage": {
"permissions": [
{
"entity": "peers",
Expand Down Expand Up @@ -584,7 +616,7 @@
}
]
},
"/lnrpc.Lightning/SubscribeCustomMessages": {
"/lnrpc.Lightning/SubscribeCustomMessages": {
"permissions": [
{
"entity": "peers",
Expand Down

0 comments on commit 28e72a6

Please sign in to comment.