Alper Dedeoglu

Results 19 comments of Alper Dedeoglu
trafficstars

Checking that already, hoping to fix that issue today. @skrishnan-sap, other branch will also be merged. I spawned a brand new Kyma cluster to test everything from scratch.

Self onboarding portion of the repo must be deprecated.

I am not aware if anything better is planned, but adoption of that part in the repo is low. We have never heard anyone actually tried it. I would personally...

Hi @codeyogi911, `cds.spawn` should help you with your use case as described [here](https://cap.cloud.sap/docs/node.js/cds-tx#cds-spawn). ```js cds.spawn ({ tenant:'t0', every: 1000 /* ms */ }, async (tx) => { const mails =...

@codeyogi911 What kind of SAP Backend are we talking about? Can you explain the exact use case you have? If that is S/4HANA Private Cloud or on-premise, you need to...

Where exactly do you get your JWT from? Do you mean the XSUAA? By Backend API do you mean CAP API or S/4 API?

> Right now as a workaround i get the `jwt` from the bound XSUAA using a `password_grant`. Backend API means S4 API using Destinations and Cloud Connector. And are you...

Ok got it, can you just give the `jwt` with retrieving a token via `client_credentials` and let me know how it goes?