open-consul/command/connect/proxy
Jared Kirschner f29758fff8 Allow uppercase in proxy launch -sidecar-for arg
Previously, when launching a sidecar proxy with one of the following commands:
- consul connect envoy -sidecar-for=...
- consul connect proxy -sidecar-for=...

... the -sidecar-for argument could only contain lowercase letters, even if
the service was registered with some uppercase letters.

Now, the -sidecar-for argument is treated as case-insensitive.
2022-08-05 10:55:22 -07:00
..
flag_upstreams.go Continue working through proxy and agent 2021-05-04 12:41:43 -07:00
flag_upstreams_test.go bulk rewrite using this script 2022-01-20 10:46:23 -06:00
proxy.go Allow uppercase in proxy launch -sidecar-for arg 2022-08-05 10:55:22 -07:00
proxy_test.go Allow uppercase in proxy launch -sidecar-for arg 2022-08-05 10:55:22 -07:00
register.go Allow users to configure either unstructured or JSON logging (#7130) 2020-01-28 17:50:41 -06:00
register_test.go bulk rewrite using this script 2022-01-20 10:46:23 -06:00