-
Notifications
You must be signed in to change notification settings - Fork 774
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(wrangler): Added bespoke Queues scope to the default scopes list/scope options. #5291
feat(wrangler): Added bespoke Queues scope to the default scopes list/scope options. #5291
Conversation
🦋 Changeset detectedLatest commit: bf3976f The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
A wrangler prerelease is available for testing. You can install this latest build in your project with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8597915080/npm-package-wrangler-5291 You can reference the automatically updated head of this PR with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/5291/npm-package-wrangler-5291 Or you can use npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8597915080/npm-package-wrangler-5291 dev path/to/script.js Additional artifacts:npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8597915080/npm-package-create-cloudflare-5291 --no-auto-update npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8597915080/npm-package-cloudflare-kv-asset-handler-5291 npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8597915080/npm-package-miniflare-5291 npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8597915080/npm-package-cloudflare-pages-shared-5291 npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8597915080/npm-package-cloudflare-vitest-pool-workers-5291 Note that these links will no longer work once the GitHub Actions artifact expires.
Please ensure constraints are pinned, and |
b4ded2b
to
5e66ed2
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5291 +/- ##
==========================================
- Coverage 72.44% 72.24% -0.21%
==========================================
Files 331 332 +1
Lines 17298 17249 -49
Branches 4422 4408 -14
==========================================
- Hits 12532 12462 -70
- Misses 4766 4787 +21
|
5e66ed2
to
baefb5a
Compare
a771505
to
292cc46
Compare
292cc46
to
bf3976f
Compare
What this PR solves / how to test
Adds a Queues-specific OAuth scope (
queues:write
) for managing Queue producers and consumers.We'll be decoupling the Queues permissions from the base roles such as
workers_scripts:write
, and this is prep work for a transition period.Fixes # MQ-566 internally
Author has addressed the following
wrangler login --scopes-list
, and currently it's permissions are redundant withworker_scripts:write