*What* As a mobile developer within an enterprise, I may be restricted from accessing an existing service on OpenShift from my mobile application. In the linked JIRA, we allowed the developer to set a DMZ URL on the mobile client screen. This configuration should be documented. We should also call out in the documentation that if this value is set, it will be used for all services within the config.
Developers will need to understand how they can set this value and what it is for.
* Why*
Enterprise architecture may have a DMZ in place due to security considerations. We need to be able to support the mobile developer and allow them to route their requests to OpenShift behind DMZ
* How*
Document what the dmz url is for and what will happen once it is set. We should also provide examples of how to set it:
- via the CLI using the new command or via plain oc cli using oc replace - via the UI
Documentation should give a brief overview of when this is needed. The implementation in regards to how the enterprise routes the request from the public facing URL to the backend service is not our concern |
|