Jared Kirschner
Jared Kirschner
@trujillo-adam : I considered all of the feedback. In a few cases, I decided not to make the suggested changes (and left a comment with my thinking). Let me know...
@clly , @rboyer : Why upgrade to Vault API *1.1.1* specifically? If I understand correctly, we [currently use Vault 1.0.5](https://github.com/hashicorp/consul/blob/c7ef04c5979dbc311ff3c67b7bf3028a93e8b0f1/go.mod#L64). The [latest Vault API version is 1.8.2](https://pkg.go.dev/github.com/hashicorp/vault/api).
https://github.com/hashicorp/consul/pull/15970 updated the [Vault API to 1.8.2](https://github.com/hashicorp/consul/pull/15970/files#diff-33ef32bf6c23acb95f5902d7097b7a1d5128ca061167ec0716715b0b9eeaa5f6R64) for Consul 1.15.0+. We believe that makes the backoff logic introduced by #12607 no longer necessary. It's a small internal cleanup to remove...
I agree with @trujillo-adam that something like this, if we add it, belongs on the config entries page. We could cross-reference is from the agent config option ("For more details,...
@Ranjandas : I'm super appreciative of you documenting hidden knowledge as you go :) Keep up the great work. I'll follow up internally to see how we should contextualize this...
@EugenKon : I realize this is separate from the request to improve diagnostic logging for DNS queries, but this [documentation regarding ACL + DNS](https://developer.hashicorp.com/consul/docs/security/acl/tokens/create/create-a-dns-token) may be helpful for you.
@EugenKon : For the Consul agent that you are issuing DNS queries against, what does its `acl` configuration block look like? Have you configured a `dns` or `default` token? If...
Hi @jakubgs, The engineering team is taking a look at your questions from the description (e.g., any guidance on how to add a test). Additionally, they may consider whether this...
@im2nguyen : Is this PR meant to cover all of the HTTP API endpoints that accept a partition? Or a subset of them?
@dhiaayachi: if I understand correctly from the source, `udp_answer_limit` applies for non-EDNS requests over UDP (which I think is the default behavior of `dig`). This is where it's used in...