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

Document installation using proxy set up with user and password #1077

Open
RIHELO opened this issue Apr 24, 2024 · 0 comments
Open

Document installation using proxy set up with user and password #1077

RIHELO opened this issue Apr 24, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@RIHELO
Copy link

RIHELO commented Apr 24, 2024

Is your feature request related to a problem? Please describe

I was not able to set up proxy in JCasC section of the values.yaml, it does not get rendered and it is not added to the configuration.
If added manually to the rendered file (after helm template) and applied then the installation does not load the file and fails.

Describe the solution you'd like

Please document the installation using proxy setup with username and password, at least as comments in the values.yaml
It took my a lot of time to find that if can be done using the javaOpts and passing -D arguments like this:
-Dhttp.proxyHost=proxy.example
-Dhttp.proxyPort=8080
-Dhttp.user=user
-Dhttp.password=password
-Dhttps.proxyHost=proxy.example
-Dhttps.user=user
-Dhttps.password=password
-Dhttps.proxyPort=8080

Describe alternatives you've considered

I tried to set environment variables, i.e. HTTP_PROXY HTTPS_PROXY, NO_PROXY and never worked.

Additional context

No response

@RIHELO RIHELO added the enhancement New feature or request label Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant