Skip to content

Commit

Permalink
testdata: add chainkit permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
jharveyb committed Nov 9, 2023
1 parent b93f98a commit 4750574
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 4750574

Please sign in to comment.