The guide currently shows how to get gRPC web working locally but it would be nice to have it expanded to include basic auth and have HTTPS since there鈥檚 no web server I think it would entail some envoy proxy configuration
Thank you
There's a gRPC-Web on Kubernetes example with HTTPS here: https://github.com/salrashid123/grpc_web_with_gke. I will probably look into better integrating that into this repo.
My post on gRPC authentication methods mostly apply here too: https://jbrandhorst.com/post/grpc-auth/. We should try to integrate some of these solutions in gRPC-Web as well.
Most helpful comment
My post on gRPC authentication methods mostly apply here too: https://jbrandhorst.com/post/grpc-auth/. We should try to integrate some of these solutions in gRPC-Web as well.