We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1302bc commit 9540fccCopy full SHA for 9540fcc
test/tests/components/ws-manager/dotfiles_test.go
@@ -45,6 +45,7 @@ func TestDotfiles(t *testing.T) {
45
t.Fatal(err)
46
}
47
48
+ // Scopes should larger than https://github.com/gitpod-io/gitpod/blob/main/components/supervisor/pkg/serverapi/publicapi.go#L99-L109
49
tokenId, err := api.CreateOAuth2Token(username, []string{
50
"function:getToken",
51
"function:openPort",
0 commit comments