summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-06-18 15:59:28 -0600
committermo khan <mo@mokhan.ca>2025-06-18 15:59:28 -0600
commit4a9127d92cccae553c937a9615e255662d711761 (patch)
tree5bf8de48963c21b26b49bb6f469520584f948f43 /Makefile
parentcc238917b7e0267653455fab1f144ef2553c021c (diff)
feat: add ability rpc endpoint
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 96b2f09..cc4f79f 100644
--- a/Makefile
+++ b/Makefile
@@ -23,3 +23,4 @@ test:
.PHONY: grpcurl
grpcurl:
@grpcurl -plaintext -import-path ./proto -proto helloworld.proto -d '{"name": "Tonic"}' '[::1]:50051' helloworld.Greeter/SayHello
+ @grpcurl -plaintext -import-path ./proto -proto ability.proto -d '{"subject": "gid://example/User/1", "permission": "gid://example/Permission/1", "resource": "gid://example/Project/1"}' '[::1]:50051' authz.rpc.Ability/Allowed