Opensearch-js: rolesmapping api

Hi, I am using latest opensearch-js library to interact with my cluster with fine-grained policy enabled.
Is there a way to send rolesmapping api calls to the cluster?

Nobody has implemented this as a built in method, but you can craft curl requests that conform to the API. The feature has been requested here: [FEATURE] Add support for Security plugin APIs · Issue #329 · opensearch-project/opensearch-js · GitHub

Feel free to pipe up on the issue.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.