Integrate system indices with restricted indices names in security #69298
Labels
>enhancement
:Security/Authorization
Roles, Privileges, DLS/FLS, RBAC/ABAC
Team:Security
Meta label for security team
In the security codebase and roles, there is the notion of restricted indices. This is a predefined list of index patterns that access should not be granted to by default; currently this includes the security indices and async search. For system indices, we should also restrict access and have them be included within restricted indices. This sounds simple but there are plumbing issues that will need to be worked through and a fair number of tests that will fail with this change; for example the kibana indices will become restricted and we currently have a test that asserts the kibana system role does not grant any restricted index access.
I had intended to handle this as part of #68919, but the issues would make that change large and harder to review. This issue is being opened instead so that the integration of system indices into restricted indices in security is tracked and not forgotten.
The text was updated successfully, but these errors were encountered: