Bind to VPC Services by name rather than service_id #13211
sodabrew
started this conversation in
Feature Requests
Replies: 3 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
|
PR #13387 implements this suggestion for VPC Services. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Network identifiers don't look too terrible, but tunnel identifiers are UUIDs like service identifiers. My PRs were marked draft until this conversation is resolved. May we begin the discussion at the least? https://blog.cloudflare.com/mesh/#integrated-with-the-developer-platform-with-workers-vpc |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the solution
In commit 555a6da / PR #10647, VPC Services bindings were added by giving a binding name visible to the worker script and a service_id copied from the VPC Services page. The config stanza is:
This ticket is a request to allow
{ "binding": "NAME", "service": "name" }and let wrangler look up the service_id as an internal detail.Beta Was this translation helpful? Give feedback.
All reactions