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

fix(ACLPlugin): Use correct path to test new permissions #3699

Merged
merged 1 commit into from
Mar 18, 2025

Conversation

provokateurin
Copy link
Member

@provokateurin provokateurin commented Mar 18, 2025

The rules are checked with the source path, but this was passing the path from the user storage.
This lead to the existing rules not being considered, so if you had one rule that gave you access to a folder and you changed another rule to deny you access, an error was thrown because only the changed rule was considered.

@provokateurin provokateurin added bug 3. to review Items that need to be reviewed labels Mar 18, 2025
@provokateurin
Copy link
Member Author

/backport to stable31

@provokateurin
Copy link
Member Author

/backport to stable30

@provokateurin provokateurin merged commit 65ba1eb into master Mar 18, 2025
50 of 51 checks passed
@provokateurin provokateurin deleted the fix/acl-plugin/test-permissions-path branch March 18, 2025 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Items that need to be reviewed bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants