Skip to content

[8.0] Allow using http_auth with RequestsHttpNode for custom authentication #1778

Closed
@sethmlarson

Description

@sethmlarson

Using http_auth is deprecated for passing Tuple[str, str] and str but is useful for custom HTTP authentication with the Requests library. For example Kerberos and GSS are possible with this method. To allow for these to continue working we'll continue setting requests.Session.auth = http_auth when used this way.

Reference: #1776 (comment)

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