Skip to content

Commit 7bed65b

Browse files
committed
fix(endpoint): add cloudidentity
1 parent 4041060 commit 7bed65b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

volcengine-java-sdk-core/src/main/java/com/volcengine/endpoint/DefaultEndpointProvider.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -713,6 +713,14 @@ public class DefaultEndpointProvider implements EndpointResolver {
713713
ENDPOINT,
714714
createRegionEndpointMap()
715715
));
716+
717+
DEFAULT_ENDPOINT_MAP.put("cloudidentity", new ServiceEndpointInfo(
718+
"cloudidentity",
719+
false,
720+
"",
721+
ENDPOINT,
722+
createRegionEndpointMap()
723+
));
716724
}
717725

718726
// 创建区域端点映射的辅助方法

0 commit comments

Comments
 (0)