blob: 6cac0a7cfab0751cc0f456ef0f99d18b8c505e3c [file] [log] [blame]
Vnaumov064012f2017-11-22 12:42:58 +03001---
2summary:
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
7features:
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
17fixes:
18 - https://mirantis.jira.com/browse/PROD-16157