| Summary: | LIft port-based restrictions on outbound connections | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Andy Grimm <agrimm> |
| Component: | Containers | Assignee: | Jhon Honce <jhonce> |
| Status: | CLOSED NOTABUG | QA Contact: | libra bugs <libra-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 2.x | CC: | derrick.karimi, ilnextbus, jgoulding, peter |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-10-28 23:36:42 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Andy Grimm
2013-10-08 17:45:31 UTC
The Red Hat security team feels unrestricted outbound connections is too dangerous. The OpenShift Operations team has agreed with them. So how can I allow outgoing connection from Openshift app to external service on non-standard port for legitimate purposes? Hi, +1 for Peter's question. I really would like to understand what is the difference between outgoing port 8081 and 8082 ? Outgoing port 8082 is wide open but 8081 is closed, for example : # telnet 81.218.41.96 8082 Trying 81.218.41.96... Connected to 81.218.41.96. Escape character is '^]'. GET /index.html HTTP/1.1 200 OK X-Powered-By: Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition 4.0 Java/Oracle Corporation/1.7) Server: GlassFish Server Open Source Edition 4.0 Accept-Ranges: bytes but telnet to the same ip on port 8081 : # telnet 81.218.41.96 8081 Trying 81.218.41.96... telnet: connect to address 81.218.41.96: Permission denied Thanks. If you won't open outbound ports by default, please provide a way we can request outbound ports to be open. I want telnet port 23 outbound open please. |