lnd/rpcperms
Calvin Zachman e94e2117b9
rpcperms: allow multiple read-only middleware
There is validation which requires "read-only" middle ware
not specify a caveat name. But when you try to register a second
read-only middleware, there's validation which prevents double
registration for same caveat (though in this case the caveat name
is the empty string).

Update the dameon to permit the registration of multiple
read-only rpc middleware.
2026-03-16 17:00:46 -04:00
..
interceptor.go rpcperms: allow multiple read-only middleware 2026-03-16 17:00:46 -04:00
log.go multi: start updating various loggers to use the new v2 type 2024-10-22 17:03:55 +02:00
middleware_handler.go lnrpc+rpcperms: add ctx metadata pairs to RPCMiddlewareRequest 2025-04-22 15:03:17 +02:00
middleware_handler_test.go rpcperms: add replaceProtoMsg 2022-07-14 09:36:36 +02:00