Hello, I’m doing discovery to move our internally hosted website to Netlify for a large company in the banking sector.
We have an internal Artifactory instance not exposed to the internet that you must access trough vpn to download packages from our private NPM registry.
I understand we can provide an npmrc file that will allow the builders to authenticate to the registry, we already have those injected in our projects at build time. What I am wondering is wether it is possible to have the builders connect to our vpn before starting the dependency install?
Also in that case, how are credentials for the vpn managed? Is there a secrets vault that the builders can pull from during installation to ensure that we do not need to commit vpn credentials in our repo?
Any current clients doing something similar?