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

Create index for user to database permissions #323

Open
tock-ibm opened this issue Jan 18, 2022 · 0 comments
Open

Create index for user to database permissions #323

tock-ibm opened this issue Jan 18, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request query support

Comments

@tock-ibm
Copy link
Contributor

tock-ibm commented Jan 18, 2022

Allow a query on the users db: give me all the users of a certain database with a certain permission.
e.g.
{
dbname: "my-db",
permission: "R",
}

  • create an index DB on bootstrap time, and then
  • update it on every user TX
  • expose and API to do said range queries
@tock-ibm tock-ibm added enhancement New feature or request query support labels Jan 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request query support
Projects
None yet
Development

No branches or pull requests

2 participants