AuthZ: Redirect legacy resource permissions handler to k8s (part I) (#114199)
* Add K8s API redirect for GET resource permissions * wire * move restconfig to options * address comments * fix helper after adding RestConfigProvider * Revert K8s redirect changes for service accounts, teams, and receivers Keep only dashboard and folder redirect functionality for this PR. Service accounts, teams, and receivers will be handled in a separate PR. * address comments * lint
This commit is contained in:
@@ -93,5 +93,6 @@ func ProvideFolderPermissions(
|
||||
teamSvc,
|
||||
userSvc,
|
||||
actionSets,
|
||||
apiserver.WithoutRestConfig,
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user