Skip to content

Commit 0d8e82e

Browse files
authored
Merge pull request #44501 from mburke5678/BZ-2072425
BZ2072425: oc binary is not sending authentication headers when using a http proxy
2 parents ef31df5 + fc9ffcb commit 0d8e82e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/cli-logging-in.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ You can log in to the OpenShift CLI (`oc`) to access and manage your cluster.
1717
====
1818
To access a cluster that is accessible only over an HTTP proxy server, you can set the `HTTP_PROXY`, `HTTPS_PROXY` and `NO_PROXY` variables.
1919
These environment variables are respected by the `oc` CLI so that all communication with the cluster goes through the HTTP proxy.
20+
21+
Authentication headers are sent only when using HTTPS transport.
2022
====
2123

2224
.Procedure

0 commit comments

Comments
 (0)