diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
@@ -8,19 +8,10 @@ help: clean: @cargo clean -.PHONY: client -client: - @cargo run --bin authzd-client - .PHONY: server server: - @cargo run --bin authzd-server + @cargo run --bin authzd .PHONY: test test: @cargo 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 |
