This message was deleted.
# google-cloud
s
This message was deleted.
c
was able to accomplish this with the following
Copy code
const topicSubscription = new gcp.pubsub.Subscription('sub', {
  pushConfig: {
    oidcToken: {
      serviceAccountEmail:
        <mailto:'x@appspot.gserviceaccount.com|'x@appspot.gserviceaccount.com>',
    },
    pushEndpoint: apiServiceUrl,
  },
  topic: topic.id,
});