Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

--header format changed in recent version, must be colon delimited now #8021

Closed
Assignees
deansheather
Labels
s0Major regression, all-hands-on-deck to fix
@JoshVee

Description

@JoshVee

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:

Metadata

Metadata

Assignees

Labels

s0Major regression, all-hands-on-deck to fix

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2025 Movatter.jp