We are using Elasticsearch & Kibana 8.15.3 and ROR 1.60
We are seeing new, intermittent AuthorizationErrors on the close_indices API call.
We close indices 1 by 1.
Here is the access policy we are currently utilizing. Is this a known issue, or are there any ways to workaround this. We did not see this prior to the upgrade (we were on 1.54.0 and ES 8.12.0).
name: ‘Allow group snapshot restore’
groups: [‘snapshot_restore’]
actions:
What do you mean by „intermittent AuthorizationErrors”? Do you see any exception in ES log?
Did you tested ROR 1.60.0 with the old ES version you used? Maybe you didn’t add proper action related to the close indices API? Did you check that?
In the PR there is a description of how to run the stack and how to call the ES API using curl. Do you see any differences (ROR settings or curl or anything else) in relation to your environment and tests?