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

Support HTTPS URL for HTTPS_Proxy #6261

Open
MrBr-github opened this issue May 5, 2024 · 0 comments
Open

Support HTTPS URL for HTTPS_Proxy #6261

MrBr-github opened this issue May 5, 2024 · 0 comments

Comments

@MrBr-github
Copy link

According to the swagger.yaml only http URL is supported for https_proxy
However starting from Open Shift 4.8 this URL can be https.

Please add support for HTTPS URLs.

apiVersion: config.openshift.io/v1
kind: Proxy
metadata:
  name: cluster
spec:
  httpProxy: http://<username>:<pswd>@<ip>:<port> 
  httpsProxy: https://<username>:<pswd>@<ip>:<port> 
  noProxy: example.com 
  readinessEndpoints:
  - http://www.google.com 
  - https://www.google.com
  trustedCA:
    name: user-ca-bundle 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant