I have multiple accounts with different roles and now I created a new index.
Now the roles can't access the new index because it is not listed in their indices configuration.
how can I alter the index so every user can access the index regardless of their configuration?
indices configuration example
"indices": [
{
"names": ["old_index"],
"privileges": ["read"]
}