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 8f8c16b commit 6b45c41Copy full SHA for 6b45c41
pkg/cmd/auth.go
@@ -70,7 +70,7 @@ func authenticate(ctx context.Context, cmd *cli.Command, forceAuthentication boo
70
71
cc := getAPICommandContext(cmd)
72
clientID := cmd.String("client-id")
73
- scope := "openapi:read project:write project:read"
+ scope := "*"
74
authResult, err := startDeviceFlow(ctx, cmd, cc.client, clientID, scope)
75
if err != nil {
76
return err
0 commit comments