firewall: open REST api to hosts within fleet

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-02-28 11:35:56 +01:00
parent 558b4069d4
commit 73c4f3f15c
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
1 changed files with 1 additions and 0 deletions

View File

@ -8,3 +8,4 @@
- { port: '{{ beacon_node_listening_port }}', protocol: 'tcp', state: '{{ beacon_node_firewall_libp2p_open | ternary("present", "absent") }}' }
- { port: '{{ beacon_node_discovery_port }}', protocol: 'udp', state: '{{ beacon_node_firewall_libp2p_open | ternary("present", "absent") }}' }
- { port: '{{ beacon_node_metrics_port }}', chain: 'VPN', ipset: 'metrics.hq', state: '{{ beacon_node_firewall_metrics_open | ternary("present", "absent") }}' }
- { port: '{{ beacon_node_rest_port }}', chain: 'VPN', ipset: '{{ env }}.{{ stage }}' }