You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a 3 node thruk cluster built in a k8s cluster
I have apache configured to perform ldap auth via basic auth
I can auth to all 3 thruk servers, all 3 have rw access to var_path, but all 3 servers believe they are independent and can't reach the other cluster nodes
a tcpdump on each nodes shows a unauthorized response from inter cluster nodes
does inter cluster traffic not forward basic auth info?
I tried to bypass basic auth via apache but that didn't work either
The text was updated successfully, but these errors were encountered:
The thruk cluster communicates using a key. This only works with thruks cookie authentication. So if you are using basic auth only, then it won't work.
Are you using OMD by chance? Then you could have a look at the examples here: https://github.com/sni/Thruk/tree/master/t/scenarios/cluster_fixed_e2e
Although they don't have LDAP authentication. It should not make a difference, but it might
be easier to first get the clusting running and then switch to ldap auth.
version 2.5
I have a 3 node thruk cluster built in a k8s cluster
I have apache configured to perform ldap auth via basic auth
I can auth to all 3 thruk servers, all 3 have rw access to var_path, but all 3 servers believe they are independent and can't reach the other cluster nodes
a tcpdump on each nodes shows a unauthorized response from inter cluster nodes
does inter cluster traffic not forward basic auth info?
I tried to bypass basic auth via apache but that didn't work either
The text was updated successfully, but these errors were encountered: