How can we run this server and block to internally it doesn't access the internet?
My concern is to rely on a external docker image to provide sensitive project keys. If the ONVAULT container get hacked and introduce some way to push those keys to another internet server (like hidden code in the npm dependencies), I would like to not allow the container to connect the internet at all.
Do you know somehow to ensure that security inside the container?
How can we run this server and block to internally it doesn't access the internet?
My concern is to rely on a external docker image to provide sensitive project keys. If the ONVAULT container get hacked and introduce some way to push those keys to another internet server (like hidden code in the npm dependencies), I would like to not allow the container to connect the internet at all.
Do you know somehow to ensure that security inside the container?