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
Google Cloud Load Balancer (GCLB), requires an HTTP health check endpoint to be available in the container (https://cloud.google.com/kubernetes-engine/docs/concepts/ingress#health_checks).
We currently have a workaround for Elasticsearch by enabling anonymous access with the monitoring_user role.
It might be better to create a custom restricted role in roles.yml to be used by the anonymous user for health checking purposes.
Google Cloud Load Balancer (GCLB), requires an HTTP health check endpoint to be available in the container (https://cloud.google.com/kubernetes-engine/docs/concepts/ingress#health_checks).
We currently have a workaround for Elasticsearch by enabling anonymous access with the
monitoring_user
role.It might be better to create a custom restricted role in
roles.yml
to be used by the anonymous user for health checking purposes.Related to #2489
The text was updated successfully, but these errors were encountered: