John Crim
John Crim
That's great @juho-hanhimaki - thanks for the info. Since much of the code is the same on Linux and Windows, it should be close to working. Based on your comment...
We're using sha256ECDSA as the signature algorithm - again on Linux, I wasn't able to get an ECC cert signed by an ECC cert to work. I am however able...
Thanks @nokjuh . That looks like a bug in `System.Fabric.FabricDeployer.CreateorUpdateOperation.AclCert`. The implementation should be changed to call [ECDsaCertificateExtensions.GetECDsaPrivateKey](https://docs.microsoft.com/en-us/dotnet/api/system.security.cryptography.x509certificates.ecdsacertificateextensions.getecdsaprivatekey?view=netframework-4.8) when the cert has an EC private key. This is probably not...
Thanks for the reply @dragav - we're using .NET Core 3.1.0 on Linux. I get that you have backward compat requirements, but I don't think that should limit SF users...
Thanks @dragav - good points. We are in fact using EC certs for our services, and I agree that the RSA limitation for cluster certs is not critical. It was...
Don't you know you'll catch more bees with honey than taking a dump in the issue tracker? I too am frustrated with issues I report not being addressed, since my...
@WhitWaldo - I'm interested in the call. Is the link public? I see [the Service Fabric Webcast Topics form](https://forms.office.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbR1qRyeuKKz9Ajuj6BlMLRSdUODRXREk1Q0JMUEk4UTYzV0s1N0c1MTFEWSQlQCN0PWcu), but it's not clear whether submitting a topic request is required...
Hi @MSNev - thank you for the reply. You're correct, I'm looking for more than would be included in the JS SDK - I opened this here because I'm not...
Hi @MSNev - lmk if you've gotten a response on this. I'm happy to report the feature request elsewhere if there's a better place for it.
I don't know if https://github.com/microsoft/ApplicationInsights-dotnet/ is any better than this repo for proposing changes to the telemetry model; but in the absence of a better option it might be the...