I am a developer leading a team. I was given a single OpenVPN name & password to connect to a network where I access multiple servers.
The problem I have is that I have to give developers temporary access to individual servers on that network but my VPN is configured for total access. What I have done so far is to set up my own pfSense instance to act as an OpenVPN passthrough. I create a name & password with limited privileges & then revoke it when the project is over. This works but creates new headaches.
Is it possible to do the same thing using Cloudflare Zero trust? IE to have some docker container connected to a VPN network & to have Zero trust tokens(?) for different IPs in that network?