astefanutti opened a new pull request #2858: URL: https://github.com/apache/camel-k/pull/2858
This PR applies the HTTP proxy configuration, provided by users or system-wide controllers, via the `HTTP_PROXY`, `HTTPS_PROXY` and `NO_PROXY` environment variables, to all the workloads managed by the Camel K operator. In order to configure the Maven processes accordingly, this PR rationalises the management of the user vs. platform Maven settings. The former is now generated from the IntegrationPlatform and other environment variables, into _global_ settings, while the user settings are left untouched. The merging of both settings is delegated to Maven, thus relying on the its de-facto standard mechanism. TODO: - [ ] Propagate the the `HTTP_PROXY`, `HTTPS_PROXY` and `NO_PROXY` environment variables to the builder Pods - [ ] Fix TLS handshake issue in e2e tests when using a self-signed certificate for the HTTPS proxy - [ ] Add documentation Fixes #2777 Fixes #1402 **Release Note** ```release-note feat: Global HTTP proxy support ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
