diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -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 |
