Skip to content
GitLab
Explore
Sign in
Fixed async load of policies
Code
Review changes
Check out branch
Download
Patches
Plain diff
Vojtěch Sassmann
requested to merge
github/fork/Vojtech-Sassmann/policyFix
into
master
Nov 02, 2020
Overview
3
Commits
1
Pipelines
0
Changes
1
Expand
The policies were loaded asynchronously, which caused some race-conditions. Sometimes the policies were not loaded when calling isAuthorized methods.
The initialization should now wait for the policies to be loaded.
Merge request reports