Claus Ibsen created CAMEL-23911:
-----------------------------------
Summary: camel-jbang - TUI should support configuring HTTP proxy
settings
Key: CAMEL-23911
URL: https://issues.apache.org/jira/browse/CAMEL-23911
Project: Camel
Issue Type: Improvement
Components: camel-jbang
Reporter: Claus Ibsen
The TUI makes HTTP calls to external services (e.g. OSV.dev for CVE Audit,
metrics endpoints). In enterprise environments behind HTTP proxies, users
currently need to pass JVM system properties via -D flags which is cumbersome.
A TUI settings dialog (CAMEL-23867) could include proxy configuration, e.g.:
{code}
camel.jbang.proxy-host=proxy.corp.com
camel.jbang.proxy-port=8080
{code}
This would apply to all outbound HTTP calls made by the TUI (CVE Audit, HTTP
tab, etc.).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)