Connect Space envs with VPN

Does it possible to work with Jetbrains Space and connect the remote env with a VPN?
So the remote environment could communicate with private services?

0
1 comment

Hello Aviv!

We don't have an out-of-the-box solution here, but you may try the following:

  1. create your own docker image with a VPN client inside for a dev container https://www.jetbrains.com/help/space/set-up-a-dev-evnvironment.html#dev-environment-image
  2. compose a shell script that initiates VPN connection using this client and credentials
  3. add this script to the repository
  4. add those credentials to the user profile https://www.jetbrains.com/help/space/set-up-a-dev-evnvironment.html#provide-personal-data
  5. manually run this script right after the dev environment has started

Please let us know about the results or if you have additional questions.

1

Please sign in to leave a comment.