-
Notifications
You must be signed in to change notification settings - Fork 19
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: prevent re-sync after reloading the page if user related permission is set #2665
Conversation
Deployed to https://pr-2665.aam-digital.net/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This works to resolve the resync bug (although I don't completely understand yet what exactly happened causing it ...)
However, users without a profile entity linked (i.e. no "exact_username" attribute in keycloak; which we do officially support) do not get any access now, even with a role that provides "manage all" without project-based rules.
We should have unit tests for this central functionality of project-based permissions. Not sure how to write those ... if in doubt, let's do this together in a pair programming session.
🎉 This PR is included in version 3.43.0-master.8 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 3.43.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
closes: #2542