Daniel Berteaud
Daniel Berteaud
Unfortunatly, the peer approval feature is limited to netbird cloud, and not available in the self hosted edition. IMHO, this is a very essential security feature (even if indeed, a...
Some more info : I'm using all this using consulcatalog provider, and enabling the consulcatalog.connect. After enabling DEBUG log on Traefik, I can see that when using consulconnect, Traefik automatically...
Nop, using the traefik.tcp.services.test.loadbalancer.proxyprotocol.version=2 label isn't working anymore with Traefik > 3.5.1
After some more tests : I can get the new way to configure ProxyProtocol to work (using a custom serversTransport defined in my dynamic configuration file) only if I disable...
I unfortunatly have no Golang skills. I'm kinda stuck for now, I have to keep Traefik v3.5.1
Couldn't Traefik keep the old loadbalancer.proxyprotocol.version label way of configuring ProxyProtocol when used with consul connect, instead of relying on the serversTransport ?
Nop, nothing specific in the script, which looks like ``` #!/bin/sh mongosh --tlsAllowInvalidCertificates --eval
> @dani do you have more than one task in your group or are you using Vault by any chance? Yes to both, there're 3 tasks + one prestart. And...
I'm hitting the same issue. I have several jobfiles to manage, and some vars are shared among some (but not all) of them. Typical example : the URL of my...
Any change to have a `--ignore-missing-vars` flag just like [nomad-pack has now](https://github.com/hashicorp/nomad-pack/pull/315) ? I still think it should be the default (and have a flag if we want to error...