Skip to content

Commit

Permalink
feat(wrangler): Added Queues default scope to default scopes list
Browse files Browse the repository at this point in the history
  • Loading branch information
pmiguel committed Mar 22, 2024
1 parent 00820be commit b4ded2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/wrangler/src/user/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ const DefaultScopes = {
"ssl_certs:write": "See and manage mTLS certificates for your account",
"constellation:write": "Manage Constellation projects/models",
"ai:read": "List AI models",
"queues:write": "See and change Cloudflare Queues settings and data",
} as const;

const OptionalScopes = {
Expand Down

0 comments on commit b4ded2b

Please sign in to comment.