diff --git a/sdk/python/kfp/_client.py b/sdk/python/kfp/_client.py index de8bb08c8f0..190d942f0fa 100644 --- a/sdk/python/kfp/_client.py +++ b/sdk/python/kfp/_client.py @@ -152,7 +152,7 @@ def _is_iap_host(self, host, client_id): def _is_inverse_proxy_host(self, host): if host: - return re.match(r'\S+dot-datalab-vm\S+.googleusercontent.com/{0,1}$', host) + return re.match(r'\S+.googleusercontent.com/{0,1}$', host) return False def _is_ipython(self):