Skip to content

Commit

Permalink
Automated code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 13, 2024
1 parent c3285b4 commit 8f0c7af
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions blog/_posts/2022-03-17-golang-grpc-gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -628,8 +628,6 @@ func main() {
### Using `grpcurl` with TLS
## Conclusion
There we have it. Rest to gRPC in three ways, with all the complicated bits documented in a runnable [Earthfile](https://github.com/earthly/cloud-services-example/blob/v5-grpc-gateway/Earthfile). All the code is on [GitHub](https://github.com/earthly/cloud-services-example/tree/v5-grpc-gateway). And with the certs in place, this gRPC + REST service is not even that big of a lift from a standard gRPC end-point. In fact, this approach is in use in [`etcd`](https://github.com/etcd-io/etcd/blob/main/server/embed/serve.go) and [Istio](https://github.com/istio/istio/blob/f46f821fb13b7fc24b5d29193e2ad7c5c0a46877/pilot/pkg/bootstrap/server.go#L469).
Expand Down

0 comments on commit 8f0c7af

Please sign in to comment.