Skip to content
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

Need a feature which performs an outbound connection #7

Open
cliffano opened this issue Jan 14, 2019 · 1 comment
Open

Need a feature which performs an outbound connection #7

cliffano opened this issue Jan 14, 2019 · 1 comment
Assignees

Comments

@cliffano
Copy link
Collaborator

We need to add the ability to verify that aem-helloworld app can make an outbound connection to an external site (need to figure out what's a good feature to do this, but could be as simple as the app reaching an external site such as google.com).

The value of doing this is for AEM OpenCloud to verify (as part of AEM Test Suite) that it can make outbound connection through a proxy.

Proxy is an AEM OpenCloud configuration, and when it's configured, the expectation is that the outbound connection will be made through the proxy transparently.
When it's not configured, the app should still be able to make a direct outbound connection without the proxy, whether by having the instance in a public subnet, or via a NAT.

@mickleroy
Copy link
Contributor

I recommend adding a new health check to ensure the proxy configuration works as expected.
https://github.com/shinesolutions/aem-healthcheck/tree/master/bundle/src/main/java/com/shinesolutions/healthcheck/hc/impl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants