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

More granular permissions #3

Open
amosfolz opened this issue Feb 6, 2019 · 0 comments
Open

More granular permissions #3

amosfolz opened this issue Feb 6, 2019 · 0 comments

Comments

@amosfolz
Copy link
Owner

amosfolz commented Feb 6, 2019

Right now there are two permissions controlling access to ufexcel features. import_data and export_data.
These are "high level" permissions and are probably too broad for most situations. To align with the concept of least-privilege (users should only have the highest level of permissions to complete their tasks), there needs to be better access control.

Two possible access control options :

  1. Allow specific table columns to be restricted. (right now every column in the table is accessible)
  2. Per-user access control to specific tables.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant