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

Draft: [IMP] Access Control Enhancements #518

Draft
wants to merge 9 commits into
base: develop
Choose a base branch
from

Conversation

amber-vale
Copy link

@amber-vale amber-vale commented Jul 4, 2024

Drafting this PR to contain my effort towards enhancing access control.

Would implement:

When I was initially digesting the existing state, I was thinking that this may be a good time to implement something more fine-grained vs the existing mask-based system. Especially as we add additional permissions into the future, or more fine-grained ones.

I am starting off with a simple role system of resource or resource:id and one or more of: create, read, update, and delete. These roles can then be assigned to an individual, organization or case level.

Feel free to leave any comments, feedback or questions as I work on this :) This PR will definitely contain some 'WIP' items and notes as I work along on it.

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

Successfully merging this pull request may close these issues.

1 participant