diff --git a/pkg/auth/scope/resourceinfo.go b/pkg/auth/scope/resourceinfo.go index f667477ec4b..bc2758ea437 100644 --- a/pkg/auth/scope/resourceinfo.go +++ b/pkg/auth/scope/resourceinfo.go @@ -99,6 +99,7 @@ func checkResourcePath(path string) bool { "/dataprovider", "/data", "/app/open", + "/archiver", } for _, p := range paths { if strings.HasPrefix(path, p) {