Skip to content
This repository was archived by the owner on Mar 13, 2022. It is now read-only.

add proxy authentication supporting for websocket (stream/ws_client.py)#256

Merged
k8s-ci-robot merged 3 commits intokubernetes-client:masterfrom
itaru2622:proxy_auth
Oct 9, 2021
Merged

add proxy authentication supporting for websocket (stream/ws_client.py)#256
k8s-ci-robot merged 3 commits intokubernetes-client:masterfrom
itaru2622:proxy_auth

Conversation

@itaru2622
Copy link
Copy Markdown
Contributor

What type of PR is this?

/kind bug

What this PR does / why we need it:

This PR supports proxy authentication for websocket client.
as described in #255, and ansible-collections/kubernetes.core#246
current kubernets-client/python(-base) support proxy auth only for REST but NOT websocket.
as the result, kubernets.core's k8s_cp nor k8s_exec cannot work with proxy when proxy requires authentication.

Which issue(s) this PR fixes:

Fixes #255
Fixes ansible-collections/kubernetes.core#246

Special notes for your reviewer:

Does this PR introduce a user-facing change?

NONE

Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:


Loading
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/bug Categorizes issue or PR as related to a bug. lgtm Indicates that a PR is ready to be merged. release-note-none Denotes a PR that doesn't merit a release note. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

supporting proxy authentication for websocket client(stream/ws_client.py) k8s_cp nor k8s_exec cannot work with http proxy authentication.

4 participants