Describe the issue:
As an opensearch admin im trying to build a role for other users so they can manage their own indexes, by which meaning to create index template out of the index, creating dashboards etc, and only view their own objects.
Configuration:
Tried to add the cluster permissions of :
cluster_composite_ops_ro
cluster:monitor/health
cluster:monitor/state
index permissions
index: example_index
permissions:
indices:data/read/search
indices:data/read/get
indices:admin/get
indices:admin/mappings/fields/get
but when user with role enters dashboards management → index patterns or discover/dashboards gets nothing
When accessing the dashboards screen, i see a blank page, and in the console in the dev tools,
i get 403 error :
"no permission for [indices:data/read/search] for user …
the thing is i gave this user indices_all permission, and even if i add indices:data/read/search i get this security exception