Skip to content

Commit 18fb1a5

Browse files
committed
noauthorize
1 parent 6df6998 commit 18fb1a5

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
@@ -55,6 +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},
5859
"GET:/api/v2/workspaceagents/me/gitsshkey": {NoAuthorize: true},
5960
"GET:/api/v2/workspaceagents/me/metadata": {NoAuthorize: true},
6061
"GET:/api/v2/workspaceagents/me/coordinate": {NoAuthorize: true},

0 commit comments

Comments
 (0)