Fuse 6 is no longer supported
As of February 2025, Red Hat Fuse 6 is no longer supported. If you are using Fuse 6, please upgrade to Red Hat build of Apache Camel.此内容没有您所选择的语言版本。
14.3. Using a Git HTTP Proxy
When using Fabric's built-in Git cluster, all nodes communicate directly with each other over HTTP. If you need to secure communications, you can configure a Git HTTP proxy.
Configuring a Git HTTP proxy 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
You configure a Git HTTP proxy by configuring the
GitProxyService
.
After you have created the fabric (as described in the section called “Git cluster tutorial”) issue these commands at the command line:
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow
fabric:profile-edit --pid io.fabric8.git.proxy/proxyHost=servername default fabric:profile-edit --pid io.fabric8.git.proxy/proxyPort=portNumber default
$ fabric:profile-edit --pid io.fabric8.git.proxy/proxyHost=servername default
$ fabric:profile-edit --pid io.fabric8.git.proxy/proxyPort=portNumber default