You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
👎 We are discussing the API surface area which should have a crystal clear definition for well formed. We don't have verification like this is any other security config definitions, it is a new precedence if we add special cases like this.
Handling specials cases such as this in the Dashboards UX to where we could add a warning message - might be a place we can help administrators make informed decisions.
The system index permissions check introduced via #2887 adds check for
*
and<prefix>*
.Access to all system indices is currently not allowed with
*
. A prefix is required to granted access to all system indices matching that prefix.With
<prefix>*
pattern, access will be granted to all indices (including system indices) that begin with a dot.
.Currently all system indices reserved by plugins (see the list here) begin with a
.
, this would essentially make*
pattern access control ineffective.The goal of this issue is to seek votes whether to allow access to system indices with
.*
pattern.The text was updated successfully, but these errors were encountered: