From c006ac2a676c87f8058e52701648eb24d94b480f Mon Sep 17 00:00:00 2001 From: mo khan Date: Thu, 26 Jun 2025 12:52:54 -0600 Subject: chore: remove test-grpc until we can have the proper protobuf files --- Makefile | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/Makefile b/Makefile index c550ba62..decb9a05 100644 --- a/Makefile +++ b/Makefile @@ -43,16 +43,3 @@ health-check: list-services: @grpcurl -plaintext localhost:50051 list - -test-grpc: - @echo "Testing authorization service with valid token..." - @grpcurl -plaintext \ - -d '{"attributes":{"request":{"http":{"headers":{"authorization":"Bearer valid-token"}}}}}' \ - localhost:50051 \ - envoy.service.auth.v3.Authorization/Check - @echo "" - @echo "Testing authorization service without token..." - @grpcurl -plaintext \ - -d '{"attributes":{"request":{"http":{"headers":{}}}}}' \ - localhost:50051 \ - envoy.service.auth.v3.Authorization/Check -- cgit v1.2.3