firewall: open REST api to hosts within fleet
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
558b4069d4
commit
73c4f3f15c
|
@ -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 }}' }
|
||||
|
|
Loading…
Reference in New Issue