Skip to content

Infisical Provider resource creation failing on sst deploy in github workflow #44

@aanish-tahir

Description

@aanish-tahir

sst deploy fails while creating infisical aws secret sync resource in github workflow on ubuntu host. It works fine when running sst deploy locally.

Error log:
Error: 12 UNIMPLEMENTED: unknown method RegisterPackage for service pulumirpc.ResourceMonitor
    at callErrorFromStatus (/home/runner/actions-runner/_work/nectar-backend/nectar-backend/.sst/platform/node_modules/@grpc/grpc-js/src/call.ts:82:17)
    at Object.onReceiveStatus (/home/runner/actions-runner/_work/nectar-backend/nectar-backend/.sst/platform/node_modules/@grpc/grpc-js/src/client.ts:360:55)
    at Object.onReceiveStatus (/home/runner/actions-runner/_work/nectar-backend/nectar-backend/.sst/platform/node_modules/@grpc/grpc-js/src/client-interceptors.ts:458:34)
    at Object.onReceiveStatus (/home/runner/actions-runner/_work/nectar-backend/nectar-backend/.sst/platform/node_modules/@grpc/grpc-js/src/client-interceptors.ts:419:48)
    at /home/runner/actions-runner/_work/nectar-backend/nectar-backend/.sst/platform/node_modules/@grpc/grpc-js/src/resolving-call.ts:132:24
    at processTicksAndRejections (node:internal/process/task_queues:77:11)
for call at
    at ServiceClientImpl.makeUnaryRequest (/home/runner/actions-runner/_work/nectar-backend/nectar-backend/.sst/platform/node_modules/@grpc/grpc-js/src/client.ts:325:42)
    at ServiceClientImpl.registerPackage (/home/runner/actions-runner/_work/nectar-backend/nectar-backend/.sst/platform/node_modules/@grpc/grpc-js/src/make-client.ts:189:15)
    at resp (/home/runner/actions-runner/_work/nectar-backend/nectar-backend/.sst/platform/node_modules/@sst-provider/infisical/utilities.ts:121:14)
    at new Promise (<anonymous>)
    at Object.<anonymous> (/home/runner/actions-runner/_work/nectar-backend/nectar-backend/.sst/platform/node_modules/@sst-provider/infisical/utilities.ts:120:29)
    at Generator.next (<anonymous>)
    at fulfilled (/home/runner/actions-runner/_work/nectar-backend/nectar-backend/.sst/platform/node_modules/@sst-provider/infisical/bin/utilities.js:7:58)
    at processTicksAndRejections (node:internal/process/task_queues:95:5) {
  code: 12,
  details: 'unknown method RegisterPackage for service pulumirpc.ResourceMonitor',
  metadata: Metadata {
    internalRepr: Map(1) { 'content-type' => [Array] },
    options: {}
  },
  promise: Promise { <rejected> [Circular *1] }
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions