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
Currently if the user executing the create and follow api has manager_ccr cluster privilege then it is allowed the create a follow index even if the user does not have the create_index index privilege. This unexpected as creating an index is seen as an index level privilege.
Instead we should introduce a create_follow_index index privilege that the user will need to have in order for the create and follow api to create the follow index.
The text was updated successfully, but these errors were encountered:
This is a new index privilege that the user needs to have in the follow cluster.
This privilege is required in addition to the `manage_ccr` cluster privilege in
order to execute the create and follow api.
Closeselastic#33555
This is a new index privilege that the user needs to have in the follow cluster.
This privilege is required in addition to the `manage_ccr` cluster privilege in
order to execute the create and follow api.
Closes#33555
This is a new index privilege that the user needs to have in the follow cluster.
This privilege is required in addition to the `manage_ccr` cluster privilege in
order to execute the create and follow api.
Closes#33555
Currently if the user executing the create and follow api has
manager_ccr
cluster privilege then it is allowed the create a follow index even if the user does not have thecreate_index
index privilege. This unexpected as creating an index is seen as an index level privilege.Instead we should introduce a
create_follow_index
index privilege that the user will need to have in order for the create and follow api to create the follow index.The text was updated successfully, but these errors were encountered: