Andrew Casey

Results 280 comments of Andrew Casey

Assuming the above is correct, we probably need: 1. better handling for `CanCreateAuthenticatedEncryptor` failures 2. some sort of retry logic for when the failure is transient As noted in #21096,...

Telemetry: https://github.com/dotnet/aspnetcore/issues/54451

The [default application discriminator](https://github.com/dotnet/aspnetcore/blob/63c8031b6a6af5009b3c5bb4291fcc4c32b06b10/src/DataProtection/DataProtection/src/Internal/HostingApplicationDiscriminator.cs#L35) is the content root path, which can vary between a local instance and a deployed instance (e.g. to App Service). It would be nice if we...

@ProTip I'm not sure I fully understand your comment, so please let me know if I've missed your point. I think you're saying that we could/should resolve key-write races using...

> I think it's a great _option_ to manually handle key generation and rotation however: https://github.com/dotnet/aspnetcore/pull/53539 and possibly https://github.com/dotnet/aspnetcore/pull/53860 are the only changes I'm expecting to aspnetcore to support this...

@lukasz-zoglowek Sorry, you'll have to refresh my memory - a link to the conversation would help. Having said that, https://github.com/dotnet/aspnetcore/pull/54299 should have addressed the fact that those timestamps can be...

Reliability should be substantially better in 9.0 Preview 4. If you continue to see key-not-found errors in Preview 4, please tag me.

Well, those CI failures are clearly unrelated... Let's try a re-run.

https://github.com/dotnet/aspnetcore/pull/54177 should unblock CI when it merges.