summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 0 insertions, 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