Index restrictions do not work in ACL

Hi
ROR 1.69.1_es8.19.15 :unicorn:
elasticsearch 8.19.15

config example

- name: "user"
  indices: \["\*kibana\*", "\*:\*-index\*", …. very long list\]

kibana_access: rw
ldap_authentication:
name: “ldap”
ldap_authorization:
name: “ldap”
groups: [“group”]
kibana_hide_apps: [ “Machine Learning”, “Management”, “ROR Manage Kibana”, “Observability”, “Elasticsearch”, “Stack Management”]

All indexes added to the list in the old version ROR work.
But adding new indexes to the list doesn’t work.
Even if you create a new acl with a small list.

for example:

indices: [“*:asdasd”] - work
indices: [“*:*asdasd”] - not work
indices: [“*:asdasd*”] - not work
indices: [“*:*asdasd*”] - not work

I check this way
host/*:*asdasd/_search

I expect all these exceptions to work as in previous versions of pop,
Changes to the .readonlyrest index are present
ror log

user: NOT_MATCHED (IDX_NOT_FOUND) → RULES:[ldap_authentication->true, ldap_authorization->true, kibana_hide_apps->true, kibana_access->true, indices->false]]

{“customer_id”: “6c4a385b-2ae8-4f02-a9cd-ef24addfb5b3”, “subscription_id”: “32d4073f-dc2f-4056-a868-842727c637cd”}

Hi,

Thanks for the report. We will check this