Skip to content

Commit

Permalink
fix: certificate content service endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaymatrosov committed Mar 5, 2024
1 parent 65697ea commit 7e8d1ed
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/service-endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -338,11 +338,16 @@ export const SERVICE_ENDPOINTS_LIST: ServiceEndpointsList = [
},
{
serviceIds: [
'yandex.cloud.certificatemanager.v1.CertificateContentService',
'yandex.cloud.certificatemanager.v1.CertificateService',
],
endpoint: 'certificate-manager.api.cloud.yandex.net:443',
},
{
serviceIds: [
'yandex.cloud.certificatemanager.v1.CertificateContentService',
],
endpoint: 'data.certificate-manager.api.cloud.yandex.net:443',
},
{
serviceIds: [
'yandex.cloud.datasphere.v1.AppTokenService',
Expand Down

0 comments on commit 7e8d1ed

Please sign in to comment.