You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In 8d5ec83#diff-1f65a44a2187458da0f00e0ebbe730e5R142-R145, the logic for self._is_iap_host uses a regex to ensure that the host name is of the form https://<deployment>.endpoints.<project>.cloud.goog/pipeline. This breaks for us, because we use a different hostname, and thus when trying to connect via IAP an auth token is not generated.
We are able to workaround this by overriding the client and def _is_iap_host(self, host, client_id), but just wanted to raise this issue here.
The text was updated successfully, but these errors were encountered:
In 8d5ec83#diff-1f65a44a2187458da0f00e0ebbe730e5R142-R145, the logic for
self._is_iap_host
uses a regex to ensure that the host name is of the formhttps://<deployment>.endpoints.<project>.cloud.goog/pipeline
. This breaks for us, because we use a different hostname, and thus when trying to connect via IAP an auth token is not generated.We are able to workaround this by overriding the client and
def _is_iap_host(self, host, client_id)
, but just wanted to raise this issue here.The text was updated successfully, but these errors were encountered: