docs: add documentation for wrangler login in containers #27745
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Adds a new section to the Wrangler
logincommand documentation explaining how to configure OAuth login when running Wrangler inside a container.This documents the use of
--callback-hostand--callback-portoptions for container environments wherelocalhostinside the container is not accessible from the host machine's browser. The section explains:--callback-host=0.0.0.0to listen on all interfaces--callback-portRelated to: cloudflare/workers-sdk#9396
Requested by: @petebacondarwin
Link to Devin run: https://app.devin.ai/sessions/32f8502dad7e4b699e7048039209ab44
Updates since last revision
Documentation checklist