I've created an HTTP Load Balancer (in Google Cloud Platform) but the health check returns a status of unhealthy. My conclusion is that the health check points to a resource that is protected by basic auth and thus the service returns 401 instead of 200. So my questions are:
- Is it possible to somehow add basic auth credentials to the health check request?
- Is there a workaround?