Skip to content

Commit

Permalink
Merge pull request #79 from yandex-cloud/78-error-payloadserviceget-u…
Browse files Browse the repository at this point in the history
…nimplemented

Fix PayloadService endpoint
  • Loading branch information
DavyJohnes committed Apr 15, 2022
2 parents 1cf14c4 + b7621e4 commit e250fe8
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 @@ -301,11 +301,16 @@ const SERVICE_ENDPOINTS_LIST: ServiceEndpointsList = [
},
{
serviceIds: [
'yandex.cloud.lockbox.v1.PayloadService',
'yandex.cloud.lockbox.v1.SecretService',
],
endpoint: 'lockbox.api.cloud.yandex.net:443',
},
{
serviceIds: [
'yandex.cloud.lockbox.v1.PayloadService',
],
endpoint: 'payload.lockbox.api.cloud.yandex.net:443',
},
{
serviceIds: [
'yandex.cloud.marketplace.v1.metering.ImageProductUsageService',
Expand Down

0 comments on commit e250fe8

Please sign in to comment.