Nathan Johnson
Nathan Johnson
Okay, looking at the mosquito docs, 8883 is a "magic" port that denotes tcps. Fabio will match the 8883 service for mqtt, which expects encryption. So fabio is terminating TLS,...
That's... really odd. Two urlprefix inside the same tag will never work, but I'm not sure why two urlprefix tags on the same service isn't. With that said, does having...
I'm going to think on this, I'm going to do my best to come up with a better way to determine v2 vs. v1. It might even be better to...
@rigrassm tentatively this looks good, could you add a test case in routecmd_test.go to cover this option. Now the interesting part here is this means consul registry will have a...
It looks like that's not being registered when the grpc server is being set up. It's pretty easy to register the gzip as an available compression option, but I don't...
So as it stands currently, none of the consul.registry config items influence the behavior of the consul certificate store's consul api client. So using self-signed certificates with loading certs from...
so it might be sufficient to specify the CA using the SSL_CERT_FILE environment variable. @hdecolle can you try this and see if that helps? https://pkg.go.dev/crypto/x509#SystemCertPool
disregard mentions of a PR for this issue, that's for #872, not this one.
So you don't actually need a nomad sidecar in this scenario, you can actually do inline templates with substitutions from consul values, just like you could with vault secrets. https://www.nomadproject.io/docs/job-specification/template#inline-template...
You can have as many inline templates as you want within the nomad job spec, that render to as many files as you want. Also, fabio is smart enough to...