Skip to content

Commit c034eb5

Browse files
committed
fix(endpoint): add cloudidentity
1 parent d356ea4 commit c034eb5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

volcenginesdkcore/endpoint/providers/default_provider.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,12 @@ def get_endpoint_for(self, region, suffix=endpoint_suffix):
460460
global_endpoint='',
461461
region_endpoint_map={},
462462
),
463+
'cloudidentity': ServiceEndpointInfo(
464+
service='cloudidentity',
465+
is_global=False,
466+
global_endpoint='',
467+
region_endpoint_map={},
468+
),
463469
}
464470

465471
bootstrap_region = {

0 commit comments

Comments
 (0)