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
What is the bug?
The Discover page is blank in OpenSearch Dashboards with a 403 Forbidden error on /api/saved_objects/_find?fields=title&per_page=10000&type=index-pattern with the following message:
no permissions for [indices:data/read/search] and User [name=test, backend_roles=[], requestedTenant=null]: security_exception: [security_exception] Reason: no permissions for [indices:data/read/search] and User [name=test, backend_roles=[], requestedTenant=null]
Even after adding indices:data/read/search + indices:data/read/search* + indices:data/read/search/template in both Cluster and Index permissions, the error occurs.
What is the expected behavior?
The Discover page should show the data.
What is your host/environment?
OS: Ubuntu 22.04
OpenSearch: 2.16.0
The text was updated successfully, but these errors were encountered:
[Triage] @sebastienbonami can you share a little bit more about the full role definition of the user making the call.
The saved_objects API queries the .kibana* indices. This is also what the tenant_permissions section of a security role is for if you have a cluster with multi-tenancy.
What is the bug?
The Discover page is blank in OpenSearch Dashboards with a 403 Forbidden error on
/api/saved_objects/_find?fields=title&per_page=10000&type=index-pattern
with the following message:How can one reproduce the bug?
Follow all the steps of the following Example: https://opensearch.org/docs/2.16/security/access-control/users-roles/#example
Even after adding
indices:data/read/search
+indices:data/read/search*
+indices:data/read/search/template
in both Cluster and Index permissions, the error occurs.What is the expected behavior?
The Discover page should show the data.
What is your host/environment?
The text was updated successfully, but these errors were encountered: