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

Add bitflags to a connection giving it a special traits like "Admin" rights etc #3

Open
sabledb-io opened this issue Mar 31, 2024 · 0 comments
Labels

Comments

@sabledb-io
Copy link
Owner

Atm, all connections have the same permissions. For some operations, we might want to require privileges. In order to support that
we need to add some ACL layer to the connection level. For starter, the ACL can simply have a single API: is_admin

@sabledb-io sabledb-io added the ACL label Mar 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant