[FEATURE] get a list of indices and aliases for which my user has been granted permission #3806
Labels
enhancement
New feature or request
triaged
Issues labeled as 'Triaged' have been reviewed and are deemed actionable.
Is your feature request related to a problem?
We are developing an application where user will be able to connect to their OpenSearch instance and expand their connection to see a list of the indices & aliases that they may have permissions. We have been investigating several options as described in this forum thread but so far there hasnt been any good solution. We are noticing that there doesnt seem to be a singe REST API call that would just return the indices, aliases and user permissions.
What solution would you like?
Working with elasticsearch we found that we can call
_security/user/_privileges
without any specific permissions set for the user and that will return information about what permissions the user has and which indices/aliases the user can see. This would be a great enhancement to th Opensearch platform.What alternatives have you considered?
As described in the forum thread above, we have tried various options, but can never seem to get the simple answer of what indices and aliases can my user see.
The text was updated successfully, but these errors were encountered: