diff options
| author | mo khan <mo@mokhan.ca> | 2025-03-05 17:24:44 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-03-05 17:24:44 -0700 |
| commit | 6300c4130099b016c7dd3bfcb17d541e77d79d72 (patch) | |
| tree | f4bd491daed32d5e5d9e68afa219a86dec360abd /bin/rpc | |
| parent | 61b6d010fce0925e3d27ff33484153170e28147c (diff) | |
feat: connect REST API to gRPC Ability.allowed? service
Diffstat (limited to 'bin/rpc')
| -rwxr-xr-x | bin/rpc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
