-
Notifications
You must be signed in to change notification settings - Fork 23
Transparent proxy: TP Loader Cloud SDK native integration #981
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
Conversation
b860033 to
cb21b31
Compare
...rvice/src/main/java/com/sap/cloud/sdk/cloudplatform/connectivity/TransparentProxyLoader.java
Outdated
Show resolved
Hide resolved
...rvice/src/main/java/com/sap/cloud/sdk/cloudplatform/connectivity/TransparentProxyLoader.java
Outdated
Show resolved
Hide resolved
...rvice/src/main/java/com/sap/cloud/sdk/cloudplatform/connectivity/TransparentProxyLoader.java
Outdated
Show resolved
Hide resolved
...rvice/src/main/java/com/sap/cloud/sdk/cloudplatform/connectivity/TransparentProxyLoader.java
Outdated
Show resolved
Hide resolved
...rvice/src/main/java/com/sap/cloud/sdk/cloudplatform/connectivity/TransparentProxyLoader.java
Outdated
Show resolved
Hide resolved
...rvice/src/main/java/com/sap/cloud/sdk/cloudplatform/connectivity/TransparentProxyLoader.java
Outdated
Show resolved
Hide resolved
...rvice/src/main/java/com/sap/cloud/sdk/cloudplatform/connectivity/TransparentProxyLoader.java
Outdated
Show resolved
Hide resolved
...rvice/src/main/java/com/sap/cloud/sdk/cloudplatform/connectivity/TransparentProxyLoader.java
Outdated
Show resolved
Hide resolved
...e/src/test/java/com/sap/cloud/sdk/cloudplatform/connectivity/TransparentProxyLoaderTest.java
Show resolved
Hide resolved
bc1d50c to
f7ee4bd
Compare
|
@MatKuhr please review |
72dc4c1 to
70ee9ae
Compare
...vice/src/main/java/com/sap/cloud/sdk/cloudplatform/connectivity/DefaultNetworkValidator.java
Outdated
Show resolved
Hide resolved
18db618 to
de06843
Compare
MatKuhr
left a comment
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.
overall approach looks good! Haven't looked at tests yet. The only essential question for me is, if we can/should perform an actual call to TP already during tryGetDestination.
...vice/src/main/java/com/sap/cloud/sdk/cloudplatform/connectivity/DefaultNetworkValidator.java
Outdated
Show resolved
Hide resolved
...ion-service/src/main/java/com/sap/cloud/sdk/cloudplatform/connectivity/NetworkValidator.java
Outdated
Show resolved
Hide resolved
...ion-service/src/main/java/com/sap/cloud/sdk/cloudplatform/connectivity/TransparentProxy.java
Show resolved
Hide resolved
...vice/src/main/java/com/sap/cloud/sdk/cloudplatform/connectivity/DefaultNetworkValidator.java
Show resolved
Hide resolved
...ion-service/src/main/java/com/sap/cloud/sdk/cloudplatform/connectivity/TransparentProxy.java
Outdated
Show resolved
Hide resolved
...ion-service/src/main/java/com/sap/cloud/sdk/cloudplatform/connectivity/TransparentProxy.java
Outdated
Show resolved
Hide resolved
1f09efa to
dd731b9
Compare
524ab93 to
71ed5f5
Compare
...ion-service/src/main/java/com/sap/cloud/sdk/cloudplatform/connectivity/TransparentProxy.java
Fixed
Show fixed
Hide fixed
...ion-service/src/main/java/com/sap/cloud/sdk/cloudplatform/connectivity/TransparentProxy.java
Fixed
Show fixed
Hide fixed
71ed5f5 to
097abd4
Compare
...ion-service/src/main/java/com/sap/cloud/sdk/cloudplatform/connectivity/TransparentProxy.java
Fixed
Show fixed
Hide fixed
...ion-service/src/main/java/com/sap/cloud/sdk/cloudplatform/connectivity/TransparentProxy.java
Fixed
Show fixed
Hide fixed
...tion-service/src/main/java/com/sap/cloud/sdk/cloudplatform/connectivity/NetworkVerifier.java
Outdated
Show resolved
Hide resolved
...ion-service/src/main/java/com/sap/cloud/sdk/cloudplatform/connectivity/TransparentProxy.java
Outdated
Show resolved
Hide resolved
...ion-service/src/main/java/com/sap/cloud/sdk/cloudplatform/connectivity/TransparentProxy.java
Outdated
Show resolved
Hide resolved
...ion-service/src/main/java/com/sap/cloud/sdk/cloudplatform/connectivity/TransparentProxy.java
Show resolved
Hide resolved
...ion-service/src/main/java/com/sap/cloud/sdk/cloudplatform/connectivity/TransparentProxy.java
Show resolved
Hide resolved
...ion-service/src/main/java/com/sap/cloud/sdk/cloudplatform/connectivity/TransparentProxy.java
Outdated
Show resolved
Hide resolved
...ion-service/src/main/java/com/sap/cloud/sdk/cloudplatform/connectivity/TransparentProxy.java
Show resolved
Hide resolved
...ion-service/src/main/java/com/sap/cloud/sdk/cloudplatform/connectivity/TransparentProxy.java
Outdated
Show resolved
Hide resolved
1f74bb8 to
35ad515
Compare
...ion-service/src/main/java/com/sap/cloud/sdk/cloudplatform/connectivity/TransparentProxy.java
Outdated
Show resolved
Hide resolved
MatKuhr
left a comment
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.
Looks good from my side 👍
Thanks for all the work on this, I think we have a solid solution now and can improve it in the future as well e.g. with more features
...ion-service/src/main/java/com/sap/cloud/sdk/cloudplatform/connectivity/TransparentProxy.java
Outdated
Show resolved
Hide resolved
...ion-service/src/main/java/com/sap/cloud/sdk/cloudplatform/connectivity/TransparentProxy.java
Show resolved
Hide resolved
...ion-service/src/main/java/com/sap/cloud/sdk/cloudplatform/connectivity/TransparentProxy.java
Show resolved
Hide resolved
...ion-service/src/main/java/com/sap/cloud/sdk/cloudplatform/connectivity/TransparentProxy.java
Show resolved
Hide resolved
1916fc7 to
84f972b
Compare
84f972b to
d5a1a3e
Compare
This PR introduces native Cloud SDK integration for the Transparent Proxy (TP) loader, enabling seamless routing of destination requests through a single registered gateway host. This implementation provides a DestinationLoader that intercepts destination lookups and routes them through a configured proxy gateway.