Daniel Berteaud
Daniel Berteaud
ok, this particular job file was quite big, I'll try to reproduce with a simpler one (but I'll first have to install 1.5.2 again, as I had to revert to...
In my case, I set the token in the config file, like ``` acl { enabled = true enable_token_persistence = true default_policy = "deny" tokens { default = "XXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX" }...
Mainly in the list of articles, but yeah, also in the left paneel
Forgot to add : even with rc1, both the router and the service appear in Traefik dashboard as if everything were OK. Only the routing is broken
mmm, after some more debugging, the problem is not with the service mesh support. But with proxyProtocol.trustedIPs on the entrypoint (I set this as 10.99.9.1 is my HAProxy which can...
Ok, so here are some more info - I encounter the issue when I connect directly, not using HAProxy (this particular service is not yet exposed by HAProxy, I just...
I can also reproduce it. Running a 3 keydb install, in a multi master setup orchestrated by Nomad. The issue is triggered even with a totaly empty database
I still need to omit proxyProtocol.trustedIPs for my mariadb entrypoint. Else, I'm still having a timeout when a client tries to connect (now running Traefik 3.1.0)
When using ldaps URI I'm getting ``` [postgres@pg-dev ~]$ ldap2pg --config /etc/ldap2pg.yml 10:36:36 INFO Starting ldap2pg version=v6.0 runtime=go1.20.5 commit=023e6933 10:36:36 INFO Using YAML configuration file. path=/etc/ldap2pg.yml 10:36:36 INFO Running as...
with --verbose ``` 10:41:51 INFO Running as superuser. user=postgres super=true server="PostgreSQL 15.4" cluster="" database=postgres 10:41:51 DEBUG Fallback owner configured. role=postgres 10:41:51 DEBUG Inspecting roles blacklist. 10:41:51 DEBUG Opening Postgres global...