Skip to content

Commit

Permalink
add missing getDefaultWorkspaceImage scope for supervisor (#18790)
Browse files Browse the repository at this point in the history
  • Loading branch information
akosyakov authored Sep 25, 2023
1 parent ba79893 commit 93004e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/server/src/workspace/workspace-starter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1643,6 +1643,7 @@ export class WorkspaceStarter {
// getIDToken is used by Gitpod's OIDC Identity Provider to check for authorisation.
// Without this scope the workspace cannot produce ID tokens.
"function:getIDToken",
"function:getDefaultWorkspaceImage",

"resource:" +
ScopedResourceGuard.marshalResourceScope({
Expand Down

0 comments on commit 93004e3

Please sign in to comment.