signrpc+rpcserver: add signer macaroon permissions

This commit is contained in:
Oliver Gugger
2019-12-11 09:54:49 +01:00
parent 9a73b9be78
commit 95226771ed
2 changed files with 16 additions and 0 deletions

View File

@@ -115,6 +115,10 @@ var (
Entity: "invoices",
Action: "read",
},
{
Entity: "signer",
Action: "read",
},
}
// writePermissions is a slice of all entities that allow write