Closed maxbrunet closed 6 months ago
Documentation: https://cloud.google.com/iap/docs/tcp-by-host
It could be a boolean option (e.g. USE_IAP_TUNNEL) that populates a ProxyCommand ssh option:
USE_IAP_TUNNEL
ProxyCommand
ProxyCommand gcloud compute start-iap-tunnel %h %p \ --listen-on-stdin \ --region=${PROJECT} \ --zone=${ZONE} --verbosity=warning
@maxbrunet It's been a long time coming but now you can finally use IAP tunnels with DevPod
Documentation: https://cloud.google.com/iap/docs/tcp-by-host
It could be a boolean option (e.g.
USE_IAP_TUNNEL
) that populates aProxyCommand
ssh option: