There was an error while loading. Please reload this page.
1 parent 262a36b commit 7af3e67Copy full SHA for 7af3e67
google/cloud/aiplatform/preview/vertex_ray/dashboard_sdk.py
@@ -56,6 +56,7 @@ def get_job_submission_client_cluster_info(
56
}
57
return oss_dashboard_sdk.get_job_submission_client_cluster_info(
58
address=address,
59
+ _use_tls=True,
60
*args,
61
**kwargs,
62
)
tests/unit/vertex_ray/test_dashboard_sdk.py
@@ -109,5 +109,6 @@ def test_job_submission_client_cluster_info_with_dashboard_address(
109
get_bearer_token_mock.assert_called_once_with()
110
ray_get_job_submission_client_cluster_info_mock.assert_called_once_with(
111
address=tc.ClusterConstants._TEST_VERTEX_RAY_DASHBOARD_ADDRESS,
112
113
headers=tc.ClusterConstants._TEST_HEADERS,
114
0 commit comments