Open stormshield-gt opened 8 months ago
If I understand the stack overflow thread correct the VPN issues root cause is that the VPN network segment overlaps with that one docker chooses. The solution for that would be to specify the range for the docker networks outside the range by the VPN see.
If I understand the documentation of testcontainers correct we have to add a vault module for the vault container?
If I understand the stack overflow thread correct the VPN issues root cause is that the VPN network segment overlaps with that one docker chooses. The solution for that would be to specify the range for the docker networks outside the range by the VPN see.
You are right I could get away with a configuration, but the point is that with testcontainers I don't have to.
If I understand the documentation of testcontainers correct, we have to add a vault module for the vault container?
There is already an existing one
It's also really easy to define one locally, I've been used a one tailored to our production needs for months now.
If you want to, you can prepare a pull request to use testcontainers
I have the following problems with the dockertest-server used in the test suite:
Bind for 127.0.0.1:8300 failed: port is already allocated
), I'm obligated to run only a subsetI've successfully used testcontainers with Vault at work and it's really easy to setup. I see a lot of advantages