Skip to content

Commit

Permalink
Merge pull request #159 from yandex-cloud/fix/certificate-content-ser…
Browse files Browse the repository at this point in the history
…vice-endpoint

fix: certificate content service endpoint
  • Loading branch information
DavyJohnes authored Mar 6, 2024
2 parents 65697ea + 7e8d1ed commit eecd014
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 eecd014

Please sign in to comment.