Nathan Arnott

Results 9 comments of Nathan Arnott

Any word on this? I'm currently stuck trying to run Identity Server 4 behind the SF reverse proxy due to this issue. We are using Nginx as our internet facing...

We ended up using our own custom headers to send this information from Nginx to our application, so that the SF Reverse Proxy wouldn't tamper with them.

This is also an issue when using the reverse proxy and SignalR. The negotation urI it uses looked like this: http://localhost:someport/signalr/negotiate?clientProtocol=1.4&connectionData=[%7B"Name":"MyHub"%7D] The square brackets break it and it returns a...

Yes, that should also work. Just seems like long waiting loops/task delays inside the finalizer would be an anti-pattern, and make it harder to recover if, say, the controller were...

I agree that a UID check would be useful for all these cases.

Is there any word on this? I have Sagas where we're trying to solve the supervisor scenario (see links below) by sending thousands of command messages from the Saga to...

Just ran across this. I have a development, single-node cluster set up that has 20ish devs, each with their own username and vhost. While doing some testing, I accidently scaled...

Renaming the file worked for me, but this took way to long to figure out. Please fix the Choco installer so kubectl-oidc_login.exe exists from the start.

Ah, ok. I couldn't find any documentation on how the args work for the Execute method. I assumed it was similar to how SQL commands do args. Thanks for the...