Spotfire® Server and Environment Security

Restrict Network Access for Python Scripts in Containers

By default, the containers in which Python scripts are running have access to network resources given to it.

Python scripts can connect to the network. To restrict external network access for the container, and therefore any scripts running within it, the node manager computer must be configured in such a way that the containers cannot reach the network. One way to do this is by implementing iptables rules that block traffic from Docker containers to outside networks.