thank you. any idea how i can prevent everyone from hitting my worker except my own requests?
thank you. any idea how i can prevent everyone from hitting my worker except my own requests?
npm run dev and worker A is bound to worker B. Worker B calls Worker A, and when I start Worker B I get:Cannot read properties of undefined (reading 'fetch') wrangler tail overnight and hope for the bestwhile true; do wrangler tail; end ? ⛅️ wrangler 3.41.0
-------------------
▲ [WARNING] This worker is bound to live services: AUTH (authentication-worker)
Your worker has access to the following bindings:
- Services:
- AUTH: authentication-worker
▲ [WARNING] ⎔ Support for service bindings in local mode is experimental and may change.[[r2_buckets]]
binding = 'MY_BUCKET' # <~ valid JavaScript variable name
bucket_name = '<test_bucket>'
preview_bucket_name = '<test_bucket>'└────────────────────────────────────┴──────────────────────────────────┘
🔓 Token Permissions: If scopes are missing, you may need to logout and re-login.
Scope (Access)
- account (read)
- user (read)
- workers (write)
- workers_kv (write)
- workers_routes (write)
- workers_scripts (write)
- workers_tail (read)
- d1 (write)
- pages (write)
- zone (read)
- ssl_certs (write)
- constellation (write)
- ai (read)
- offline_access