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

The user who created a table should automatically get permissions on that table #8

Closed
simonw opened this issue Aug 30, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@simonw
Copy link
Contributor

simonw commented Aug 30, 2024

This can be a setting. It can work by listening for the CreateTableEvent.

In most setups I imagine admin users will be able to do anything to any table, but for regular members creating tables it makes sense that they would not want other non-admins to be able to mess around with them, unless they grant those permissions themselves.

Which suggests that they should have the ability to provision extra permissions on the tables they create too.

@simonw simonw added the enhancement New feature or request label Aug 30, 2024
@simonw
Copy link
Contributor Author

simonw commented Aug 30, 2024

I considered having this on by default but that's a bit confusing, better to have the site administrator opt into it understanding what it's going to do.

simonw added a commit that referenced this issue Aug 31, 2024
@simonw
Copy link
Contributor Author

simonw commented Aug 31, 2024

This is actually the first implementation of user ACLs - prior to this I had only implemented them for groups.

@simonw simonw closed this as completed Aug 31, 2024
simonw added a commit that referenced this issue Aug 31, 2024
@simonw simonw added this to the Feature complete milestone Aug 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant