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
When creating a new security role, I'm unable to add cluster:monitor/tasks/lists to the permissions as it's not recognized. However, that role is required to list tasks
To Reproduce
Steps to reproduce the behavior:
Go to security - roles - create a new role
Click on cluster permissions drop down and type in cluster:monitor/tasks/list
Note that cluster:monitor/tasks/list is visible but cluster:monitor/tasks/lists is not
When I attempt to list tasks against opensearch via the API I get an error about the permissions
2022-11-22 11:43:15 -0500: GET https://<OPENSEARCH_URL>/_tasks/ [status:403, request:0.468s, query:N/A]
2022-11-22 11:43:15 -0500: < {"error":{"root_cause":[{"type":"security_exception","reason":"no permissions for [cluster:monitor/tasks/lists] and User [name=USERNAME, backend_roles=[], requestedTenant=null]"}],"type":"security_exception","reason":"no permissions for [cluster:monitor/tasks/lists] and User [name=USERNAME, backend_roles=[], requestedTenant=null]"},"status":403}
Expected behavior
When attempting to get a list of tasks using the API, the role should be able to be configured with the required permissions
OpenSearch Version
2.3
Dashboards Version
Please list the version of OpenSearch Dashboards being used.
v2.3.0
Plugins
default install through AWS
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
OS: [e.g. iOS]
Browser and version [e.g. 22]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
When creating a new security role, I'm unable to add
cluster:monitor/tasks/lists
to the permissions as it's not recognized. However, that role is required to list tasksTo Reproduce
Steps to reproduce the behavior:
cluster:monitor/tasks/list
cluster:monitor/tasks/list
is visible butcluster:monitor/tasks/lists
is notWhen I attempt to list tasks against opensearch via the API I get an error about the permissions
Expected behavior
When attempting to get a list of tasks using the API, the role should be able to be configured with the required permissions
OpenSearch Version
2.3
Dashboards Version
Please list the version of OpenSearch Dashboards being used.
v2.3.0
Plugins
default install through AWS
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: