Alessandro Pagnin
Alessandro Pagnin
Thanks @chensunny for your suggestions! We will take a look at this.
Hi @seancribbs, Thanks for your contribution! 🙌 I’d suggest adding an integration test to ensure the auth functionality works as expected. You can find the existing integration tests here: https://github.com/wundergraph/cosmo/blob/main/router-tests/events/nats_events_test.go...
Hi @seancribbs, currently there are no tests covering NATS authentication, so there’s a bit of wiring needed. You'll likely need to bring up a NATS server with authentication enabled. There’s...
> The most questionable thing is that we are still looking for all providers/datasources during planning time > > I would prefer to have a single datasource per event or...
Hi @git-hulk , we are taking a look at this. Can you explain your use case in more detail? Also, it would be nice to see an example of how...
Hey @muazhari, thanks for taking the time to give us a proper report. The most common issue we see is a misconfiguration of the provider. It could be that kafka...
Hi @muazhari, I tested the execution config that you sent us, and locally I got it working. ```bash ale@Mac cosmo % curl -s http://localhost:3002/graphql -H 'Content-Type: application/json' -d '{ "query":"mutation($accountId:...
Hi @muazhari, sorry for the delayed reply. I used the following router config: ```yaml version: "1" execution_config: file: path: "./execution_config.json" headers: all: request: - op: "propagate" named: "Authorization" authentication: jwt:...