Skip to content

[Question] Should system index permissions check allow access to system indices with .* pattern? #3259

@DarshitChanpura

Description

@DarshitChanpura

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionUser requested informationuntriagedRequire the attention of the repository maintainers and may need to be prioritized

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions