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

Issue with Permissions #164

Open
TanmoySG opened this issue Oct 2, 2024 · 0 comments
Open

Issue with Permissions #164

TanmoySG opened this issue Oct 2, 2024 · 0 comments

Comments

@TanmoySG
Copy link
Owner

TanmoySG commented Oct 2, 2024

If a role has permission to readCollection as allowed but readRecords as denied, when you do a get collection, it still returns the records, even though it is denied cause readCollection returns the whole collection object including records.

Similarly if readDatabase is allowed but readCollection is denied, doing a readDatabase would return all collections, as whole database object is returned.

Need to fix

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