- Notifications
You must be signed in to change notification settings - Fork928
Closed
Description
43eee35 introduceshttps://github.com/gobwas/httphead for HTTP header parsing.
However,httphead
uses colon-delimited key-value pairs, rather than=
:https://github.com/gobwas/httphead/blob/935b70b38dcb69f249f00f338774bf75822c090a/head.go#L185
This is a breaking change and not reflected in the CLI options:
--header string-array, $CODER_HEADER Additional HTTP headers added to all requests. Provide as key=value. Can be specified multiple times.
Earlier versions of the Coder CLI supported--header=key=value
. Now it must be--header=key:value
.
➜ coder login --header=foo=barinvalid header: foo=bar➜ coder login --header=foo:barOpen the following in your browser: https://coder.foobar.com/cli-auth> Paste your token here: