-
Notifications
You must be signed in to change notification settings - Fork 36
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
feat(proxy): Proxy exception list for outbound http connectors #3460
feat(proxy): Proxy exception list for outbound http connectors #3460
Conversation
...e/src/test/java/io/camunda/connector/http/base/client/apache/CustomApacheHttpClientTest.java
Fixed
Show fixed
Hide fixed
...e/src/test/java/io/camunda/connector/http/base/client/apache/CustomApacheHttpClientTest.java
Fixed
Show fixed
Hide fixed
...e/src/test/java/io/camunda/connector/http/base/client/apache/CustomApacheHttpClientTest.java
Fixed
Show fixed
Hide fixed
...e/src/test/java/io/camunda/connector/http/base/client/apache/CustomApacheHttpClientTest.java
Fixed
Show fixed
Hide fixed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good changes!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome!
new GenericContainer<>(DockerImageName.parse("sameersbn/squid:3.5.27-2")) | ||
.withExposedPorts(3128) | ||
.withClasspathResourceMapping("squid.conf", "/etc/squid/squid.conf", BindMode.READ_ONLY) | ||
.waitingFor(org.testcontainers.containers.wait.strategy.Wait.forListeningPort()); | ||
proxyContainer.start(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great idea to use squid.
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release/8.6
git worktree add -d .worktree/backport-3460-to-release/8.6 origin/release/8.6
cd .worktree/backport-3460-to-release/8.6
git switch --create backport-3460-to-release/8.6
git cherry-pick -x fb03259d191c8231f2e2cf59765ace267dc25229 |
* feat(rest): Use System Properties for proxy configuration * feat(rest): Use System Properties for proxy configuration * feat(rest): Lint * feat(rest): Fix imports * feat(rest): Disable proxy settings after Proxy tests * feat(rest): Extract proxy tests * feat(rest): Lint * feat(rest): Use a random port for WireMock server * feat(rest): Fix UTs * feat(rest): Fix UTs * feat(rest): Fix UTs (cherry picked from commit fb03259)
#3471) * feat(rest): Use System Properties for proxy configuration
Description
Related issues
closes #3252
Checklist
no milestone
label.