cloud-on-k8s icon indicating copy to clipboard operation
cloud-on-k8s copied to clipboard

Anonymous auth breaks Kibana healthcheck

Open laurivosandi opened this issue 3 years ago • 0 comments

I am using following for Kibana, it works as expected besides the healthcheck that seems to be polling /login. I suggest making the healthcheck endpoint configurable at least, I have it manually changed to /app/home for example

  config:
    xpack.security.authc.providers:
      anonymous.anonymous1:
        order: 0
        credentials:
          username: "elastic"
  secureSettings:
  - secretName: elasticsearch-es-elastic-user
    entries:
    - key: elastic
      path: xpack.security.authc.providers.anonymous.anonymous1.credentials.password

laurivosandi avatar Aug 31 '22 18:08 laurivosandi