Jared Kirschner

Results 91 comments of Jared Kirschner

Hi @Lupotslboy, As of Consul 1.12.0, the CLI will automatically [URL-encode parameters provided via the CLI](https://www.consul.io/commands#arguments-with-url-invalid-characters) when passing to the HTTP API. I'm wondering if that's related to what you're...

Hi @selfscrum, I see how the error message here can be misleading. Meaning: it says "use `tls.defaults.ca_file`", but when you do that, there's a validation error. What is meant to...

Flattening was a very reasonable assumption to make! I think the config snippet above should work for HCL (though there's a small chance I made a mistake - best to...

@mkeeler : is this something we should change generally for all endpoints that accept unvalidated input in path parameters? We could still merge just this PR first, but I'm concerned...

Hi @JeevanAleti, It looks like this is your first post on the consul repo - welcome! That sounds like the behavior that occurs when the UI isn't enabled. More recent...

Hi @ardichoke, If I understand correctly, you want to use [an RFC 2782 SRV lookup with Consul DNS](https://www.consul.io/docs/discovery/dns#rfc-2782-lookup)? That is already supported, e.g., ``` dig @127.0.0.1 -p 8600 _rabbitmq._amqp.service.consul SRV...

Hi @ardichoke, Thank you for the clarification - the concrete example really helped! **Note for future readers** When considering how to approach this enhancement request, we'd need to ensure it...

Hi @ardichoke, What are your thoughts on PR #13993 and its suitability for what you were hoping to accomplish? Here's the [associated docs preview](https://consul-ft7377r03-hashicorp.vercel.app/docs/discovery/dns#rfc-2782-lookup). Given a service named `x-puppet` with...

@dong9205 : does this work as expected if you URL-encode the service ID path parameter? (e.g., `http://localhost:8500/v1/agent/service/deregister/%2Fhttp%3A%2F%2Fwww.emample.com%2Fcheckpath`)

@boruszak : thanks for the feedback! I merged the other DNS-related PR so this docs diff is now much smaller. I've incorporated your feedback.