carlosalberto / hello-envoy-grpc-tls

Hello, gRPC via Envoy TLS (self-signed)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

envoy edge proxy, grpc termination example

$ docker compose up
$ make

Before running make (go run client/main.go), please make sure that this: https://github.com/diorahman/hello-envoy-grpc-tls/blob/master/client/main.go#L35 is suitable for your env (this 192.168.64.6 is my DOCKER_HOST IP, on Linux, I believe you should just put localhost).

To generate new cert and key, just run the ./create-cert.sh

About

Hello, gRPC via Envoy TLS (self-signed)


Languages

Language:JavaScript 36.7%Language:Go 34.1%Language:Python 27.7%Language:Shell 1.2%Language:Makefile 0.3%