Skip to content

Missing Bearer in header authorization? #982

@psyclaudeZ

Description

@psyclaudeZ

According to the wire spec, Bearer shall be part of the generated auth header, but it's not the case based on the current implementation:

if (param.pythonParamName().equals(AUTH_HEADER_PYTHON_PARAM_NAME)) {
poetWriter.writeIndentedLine("'%s': %s,", headerParamId, param.pythonParamName());
} else {

I drafted #981, but I understand the change could be breaking. Just would like to put it on the radar.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions