8000 Add /api/v2/updatecheck to noauthorize list · coder/coder@88d4d3f · GitHub
[go: up one dir, main page]

Skip to content

Commit 88d4d3f

Browse files
committed
Add /api/v2/updatecheck to noauthorize list
1 parent 395e3f3 commit 88d4d3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coderd/coderdtest/authorize.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ func AGPLRoutes(a *AuthTester) (map[string]string, map[string]RouteCheck) {
3939
"GET:/healthz": {NoAuthorize: true},
4040
"GET:/api/v2": {NoAuthorize: true},
4141
"GET:/api/v2/buildinfo": {NoAuthorize: true},
42+
"GET:/api/v2/updatecheck": {NoAuthorize: true},
4243
"GET:/api/v2/users/first": {NoAuthorize: true},
4344
"POST:/api/v2/users/first": {NoAuthorize: true},
4445
"POST:/api/v2/users/login": {NoAuthorize: true},

0 commit comments

Comments
 (0)
0