Skip to content

Commit

Permalink
enable archiver for public links
Browse files Browse the repository at this point in the history
  • Loading branch information
David Christofas committed Oct 6, 2021
1 parent e508777 commit b603abf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/auth/scope/resourceinfo.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ func checkResourcePath(path string) bool {
"/dataprovider",
"/data",
"/app/open",
"/archiver",
}
for _, p := range paths {
if strings.HasPrefix(path, p) {
Expand Down

0 comments on commit b603abf

Please sign in to comment.