Vnaumov | 064012f | 2017-11-22 12:42:58 +0300 | [diff] [blame] | 1 | --- |
| 2 | summary: |
| 3 | - | |
| 4 | Forward Rundeck main page through Proxy configurations. Default Rundeck service configuration does not allow to get access through external-proxy-address and exposed rundeck port (by default: 14440). |
| 5 | In case of using Devops Portal through external proxy networks, need to define additional configuration, otherwise Rundeck tab will be unavailable. |
| 6 | |
| 7 | features: |
| 8 | - | |
| 9 | * Need to define following configuration on cluster level, then follow instructions in OPS guide: |
| 10 | |
| 11 | .. code-block:: yaml |
| 12 | rundeck_forward_iframe: True |
| 13 | rundeck_iframe_host: "external-proxy-endpoint" |
| 14 | rundeck_iframe_port: "external-proxy-port" |
| 15 | rundeck_iframe_ssl: False |
| 16 | |
| 17 | fixes: |
| 18 | - https://mirantis.jira.com/browse/PROD-16157 |