-
Notifications
You must be signed in to change notification settings - Fork 779
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
Improve experience with multiple accounts #435
Labels
polish
Small improvements to the experience
Comments
Everything except for the following has been done here.
This is because we are not currently in a position to automatically update the wrangler.toml, which is being tracked in #74 |
Repository owner
moved this from Should-have
to Done
in workers-sdk
May 4, 2022
mrbbot
added a commit
that referenced
this issue
Oct 31, 2023
Specifically, this allows custom `network`, `external` and `disk` services to be specified as service bindings. Requests to `network` services are dispatched according to URL. Requests to `external` services are dispatched to the specified remote server. Requests to `disk` services are dispatched to an HTTP service backed by an on-disk directory. This PR also fixes a bug where custom function service bindings with the same name in different Workers would dispatch all requests to the first Workers' function.
mrbbot
added a commit
that referenced
this issue
Nov 1, 2023
Specifically, this allows custom `network`, `external` and `disk` services to be specified as service bindings. Requests to `network` services are dispatched according to URL. Requests to `external` services are dispatched to the specified remote server. Requests to `disk` services are dispatched to an HTTP service backed by an on-disk directory. This PR also fixes a bug where custom function service bindings with the same name in different Workers would dispatch all requests to the first Workers' function.
mrbbot
added a commit
that referenced
this issue
Nov 1, 2023
Specifically, this allows custom `network`, `external` and `disk` services to be specified as service bindings. Requests to `network` services are dispatched according to URL. Requests to `external` services are dispatched to the specified remote server. Requests to `disk` services are dispatched to an HTTP service backed by an on-disk directory. This PR also fixes a bug where custom function service bindings with the same name in different Workers would dispatch all requests to the first Workers' function.
mrbbot
added a commit
that referenced
this issue
Nov 1, 2023
Specifically, this allows custom `network`, `external` and `disk` services to be specified as service bindings. Requests to `network` services are dispatched according to URL. Requests to `external` services are dispatched to the specified remote server. Requests to `disk` services are dispatched to an HTTP service backed by an on-disk directory. This PR also fixes a bug where custom function service bindings with the same name in different Workers would dispatch all requests to the first Workers' function.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If your credentials have access to multiple accounts, it becomes annoying to use the account selector on each run. Ideally, we should only ask for an account ID, once per project. Here's what that might look like:
account_id
is specified in thewrangler.toml
, that is always used.account_id
.account_id
is specified:account_id
.account_id
to thewrangler.toml
.The text was updated successfully, but these errors were encountered: