Blake Covarrubias

Results 55 comments of Blake Covarrubias

@joshRooz I just approved the Vercel builds. Assuming they pass, we should be able to merge this PR.

I approved the Vercel builds and they've both passed. I'll find someone on the HC team to review the proposed changes.

Hi @jmicceri, thanks for reporting the issue. This bug was fixed in Consul [1.11.8](https://github.com/hashicorp/consul/blob/main/CHANGELOG.md#1118-august-11-2022) and [1.12.4](https://github.com/hashicorp/consul/blob/main/CHANGELOG.md#1124-august-11-2022) by PR #13958. I'm going to close this issue now. Feel free to re-open...

Hi @JeevanAleti, I saw that you created issue #14243 about other difficulties you're facing when trying to proxy the Consul UI through nginx. This seems to be related issue. Do...

Hi @tasansga, Consul configures Envoy to expose the admin API on localhost port 19000 (see `consul connect envoy` [`-admin-bind`](https://www.consul.io/commands/connect/envoy#admin-bind)). Once you update the port you should be able to establish...

According to the documentation at , all of the supported check types have a default timeout value that can optionally be overridden via the `timeout` parameter. Unless I'm overlooking something,...

@ViViDboarder PR #14573 updates Consul to return Envoy 1.23.1 in the supported proxy version list. Once this PR is merge and available in a release, it should resolve the issue...

Hi @aoskotsky-amplify, Thank you for this contribution. I had an opportunity to discuss this PR with the team. Here's the feedback from our review. Envoy supports a number of retry...

Hi @aoskotsky-amplify, here's the UX we were considering. It would probably be beneficial to have input validation on the array to limit the retry conditions that can be specified. After...

Hi @aoskotsky-amplify, Service routers do support routing to gRPC services. The beginning of the doc implies under requirements that service routers can only be used with services using the `http`...