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