From 6300c4130099b016c7dd3bfcb17d541e77d79d72 Mon Sep 17 00:00:00 2001 From: mo khan Date: Wed, 5 Mar 2025 17:24:44 -0700 Subject: feat: connect REST API to gRPC Ability.allowed? service --- bin/rpc | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/rpc') diff --git a/bin/rpc b/bin/rpc index 14490182..fe9a0dcc 100755 --- a/bin/rpc +++ b/bin/rpc @@ -19,6 +19,7 @@ class AbilityHandler < ::Ability::Service def allowed(request, _call) puts [request, _call].inspect # TODO:: entrypoint to declarative policies + GRPC.logger.info([request, _call].inspect) AllowReply.new(result: true) end end -- cgit v1.2.3