Skip to content

Commit 26d902a

Browse files
committed
authorizer
1 parent 047a2e6 commit 26d902a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/coderdtest/authorize.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func AGPLRoutes(a *AuthTester) (map[string]string, map[string]RouteCheck) {
5555
"POST:/api/v2/workspaceagents/aws-instance-identity": {NoAuthorize: true},
5656
"POST:/api/v2/workspaceagents/azure-instance-identity": {NoAuthorize: true},
5757
"POST:/api/v2/workspaceagents/google-instance-identity": {NoAuthorize: true},
58-
"GET:/api/v2/workspaceagents/me": {NoAuthorize: true},
58+
"GET:/api/v2/workspaceagents/me/apps": {NoAuthorize: true},
5959
"GET:/api/v2/workspaceagents/me/gitsshkey": {NoAuthorize: true},
6060
"GET:/api/v2/workspaceagents/me/metadata": {NoAuthorize: true},
6161
"GET:/api/v2/workspaceagents/me/coordinate": {NoAuthorize: true},

0 commit comments

Comments
 (0)