Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document permissions required for SQL queries #784

Open
dai-chen opened this issue Aug 23, 2022 · 0 comments
Open

Document permissions required for SQL queries #784

dai-chen opened this issue Aug 23, 2022 · 0 comments
Labels
documentation Improvements or additions to documentation SQL

Comments

@dai-chen
Copy link
Collaborator

Different SQL queries require different permission in OpenSearch security plugin. For example, simple SELECT needs search and getmapping permission while JOIN needs scroll for loading data in batch. Other examples include SHOW statement, Nested loop join, DELETE statement etc.

We need to document permission required by each statement clearly and see if any changes to make in security plugin repo. Reference PR: #777

@dai-chen dai-chen added documentation Improvements or additions to documentation SQL labels Aug 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation SQL
Projects
None yet
Development

No branches or pull requests

1 participant