Ando David Roots
Ando David Roots
Experiencing something similar > I found using yaml to configure it resolves this issue. Ditching GUI and setting values in code helped. For my use case (similar to #212) I...
Most of the "requirements" could probably be gleamed from [the RFC](https://tools.ietf.org/html/draft-foudil-securitytxt-03#section-3.5), as it is (`SHOULD` = warning, `MUST` = error). Also, differentiation of warnings and errors is a feature, the...
This is still relevant. The best (and about the only working) workaround so far is to manually clear the UDP cache of `conntrack` before re-starting (or re-running) the Consul container...
A use case for this would be to translate key-value attributes in a web-shop site: ``` md --- name: Pineapples price: 50 ``` As the owner of that hypothetical site,...
Create a separate `Service`, in K8s, manually. Use type `LoadBalancer`. I've installed MetalLB, so my service gets a dedicated IP with the LDAP service port exposed. (sample, adjust) ``` #...