Skip to content

Cache project authorizations even when user has access to zero projects

Adam Niedzielski requested to merge 26126-cache-even-when-no-projects into master

What does this MR do?

It makes sure that project authorizations are marked as cached even when user has no access to any project. Before this MR we didn't update the cache flag when user has no access to any project which means that we were trying to compute authorizations for this user every time from the beginning.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #26126 (closed)

Merge request reports