diff options
| author | mo khan <mo@mokhan.ca> | 2025-06-18 15:59:28 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-06-18 15:59:28 -0600 |
| commit | 4a9127d92cccae553c937a9615e255662d711761 (patch) | |
| tree | 5bf8de48963c21b26b49bb6f469520584f948f43 /Makefile | |
| parent | cc238917b7e0267653455fab1f144ef2553c021c (diff) | |
feat: add ability rpc endpoint
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
