Nils Bandener
Nils Bandener
@tronboto It is possible that this affects also indices in aliases in some cases (possibly app-incase-2025.05.09 has been closed?) ... the issue should be fixed in 2.19.2, though.
We will likely fix this with #5367
@DarshitChanpura Interesting proposal! That moves OpenSearch quite a bit into the direction of a whole application platform. My comments (completely IMHO) below: **Configuration structure** > Resource permissions can be defined...
One thing which has just crossed my mind: What about runtime dependencies available to plugins - both via the `createComponents()` call and via `@Inject`. Are there also plans to restrict...
@cwperks I did not mean `ThreadContext` but other dependencies - for example `IndicesService` is available to plugins via `@Inject`, which again exposes `IndexService`, which directly gives methods to manipulate index...
A possible fix for this is described in #4642