Marcos Candeia
Marcos Candeia
After further investigation, I found that it is not so simple to reuse our already created middlewares because they rely on fasthttp as server middleware. Despite being very similar, we...
Does makes sense to you having app channel middlewares separate from dapr api middlewares @yaron2 ?
Fyi: Despite the fact that I mentioned, it could be possible to reuse our middlewares with some mapping from fasthttp request to fasthttp requestctx, I found some code doing the...
>I would choose this option as a last resort. Separate middleware means more friction for contributors and more maintenance and testing burden for maintainers, and for end users this means...
Hey @ewassef I just opened a PR in your sample branch with the current proposal for the issue [this PR](https://github.com/ewassef/opa-dapr/pull/1/files), could you check? please keep in mind that's not meant...
I want to share some progress and caveats, I managed to execute both tests in parallel with success, the linux AKS tests took ~18 minutes and the windows test took...
Bringing some bad news: I asked the tailscale support team if there is a way to rotate the Auth Keys(to connect the network) using an API Key (to manage the...
Up, I'm still having issues with this.