Horizon: Fix missing firewall rule for ssl backend

When internal tls is enabled, Horizon uses a different port (tcp/443
instead of tcp/80).

Related-Bug: #1961799
Change-Id: I8c2808f0d4ee969315f0dee3cd75b850e4a94fab
(cherry picked from commit d8d59c2cb5)
This commit is contained in:
Takashi Kajinami 2022-05-12 20:58:46 +09:00
parent 4631b4f252
commit 4f55f64051
1 changed files with 4 additions and 1 deletions

View File

@ -172,7 +172,10 @@ outputs:
firewall_rules:
'126 horizon':
dport:
- 80
- if:
- {get_param: EnableInternalTLS}
- 443
- 80
firewall_frontend_rules:
'100 horizon_haproxy_frontend':
dport: