Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Kerberos Proxy-Authenticaton #7830

Closed
christophvw opened this issue Mar 8, 2020 · 3 comments
Closed

Add Kerberos Proxy-Authenticaton #7830

christophvw opened this issue Mar 8, 2020 · 3 comments
Labels
auto-locked Outdated issues that have been locked by automation C: proxy Dealing with proxies and networking state: needs discussion This needs some more discussion type: feature request Request for a new feature

Comments

@christophvw
Copy link

Many of our developers switching to Python recently, but proxy support in pip is a mess. We will not allow the users to store plain-text credentials in environment variables or config files.

Please integrate requests-kerberos into pip for kerberos authentication.

https://github.com/requests/requests-kerberos

  • Operating system: Windows 10 Enterprise
@triage-new-issues triage-new-issues bot added the S: needs triage Issues/PRs that need to be triaged label Mar 8, 2020
@chrahunt
Copy link
Member

chrahunt commented Mar 8, 2020

Related to #6708. Is proxy authentication different than what is described in that issue?

@chrahunt chrahunt added C: proxy Dealing with proxies and networking S: awaiting response Waiting for a response/more information state: needs discussion This needs some more discussion type: feature request Request for a new feature labels Mar 8, 2020
@triage-new-issues triage-new-issues bot removed the S: needs triage Issues/PRs that need to be triaged label Mar 8, 2020
@christophvw
Copy link
Author

No, I think it is the same.

@no-response no-response bot removed the S: awaiting response Waiting for a response/more information label Mar 8, 2020
@christophvw
Copy link
Author

It looks like it is not entirely the same.

#6708 is about direct kerberos authentication against the target server which relies on a 401 status code.

Proxy Authentication it similar but relies on a 407 code and different headers.

It looks like requests-kerberos does not support proxy authentication yet and there are still some issues with urllib3.

urllib3/urllib3#1520

@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Apr 15, 2020
@lock lock bot locked as resolved and limited conversation to collaborators Apr 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation C: proxy Dealing with proxies and networking state: needs discussion This needs some more discussion type: feature request Request for a new feature
Projects
None yet
Development

No branches or pull requests

3 participants