Skip to content

internal/authz: remove potentially expensive conf check in SubRepoPermsClient

Administrator requested to merge remove-conf-check into main

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

Merge request reports

Loading