sscarduzio / elasticsearch-readonlyrest-plugin

Free Elasticsearch security plugin and Kibana security plugin: super-easy Kibana multi-tenancy, Encryption, Authentication, Authorization, Auditing

Home Page:https://readonlyrest.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

_cat/indices returns blank list in 1.18.8

retzkek opened this issue · comments

Upgrading from 1.18.5 to 1.18.8 on ES 6.8.3 I'm now getting an empty list returned via _cat/indices. I assume this is related to the fix for #311 .

This happens with even a very simple config:

readonlyrest:
  access_control_rules:
    - name: "Full access from localhost"
      hosts: ["127.0.0.1"]
      verbosity: error

@coutoPL we should release 1.18.9 soon, a lot of people are hitting this bug.

@retzkek this is already fixed here: #525
@sscarduzio will try to release new ROR tomorrow

Ah, apologies, I thought that was in 1.18.8, since this is in the release notes:

🐞Fix (ES) _cat/indices API bug fixes

Thanks @coutoPL, that worked for me!

ROR 1.18.9 is already released :)