Redis – Disable security on Prometheus health endpoints, /-/healthy and /-/ready endpoints also secured when basic Auth enabled
I am using Prometheus version 2.28, I enabled basic Authentication on Prometheus server and seems that after enabling that, /-/healthy and /-/ready endpoints are also secured. I am using these endpoints in Kubernates for liveness and rediness probe. I have…