internal/authz: remove potentially expensive conf check in SubRepoPermsClient
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Created by: bobheadxi
Callers should do the check themselves - having it inside SubRepoPermsClient means potentially fetching conf very frequently in tight loops, e.g. when iterating over a set of files for permissions
Push commits to the source branch or add previously merged commits to review them.