authz: implement `PermsFetcher` interface for GitLab authz providers
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Created by: unknwon
This PR implements PermsFetcher
interface for GitLab authz providers, both SudoProvider
and OAuthProvider
.
PermsFetcher
definition that implementations should return "partial but valid results in case of error". The rationales are:
Implements #8492 (closed).
Push commits to the source branch or add previously merged commits to review them.