i am trying to connect to a VM through a IAP tunnel, and i need to first open the tunnel I am able to do it with gcloud CLI, however i would like to do it through a python script, possibly without having to resort to run bash command with the subprocess library
Does anybody know if there is a python library that allows me to open a IAP tunnel?
Thanks