Per Bornsjö

Results 42 comments of Per Bornsjö

Of course :) I'm just gonna add the code in this post and you can pick the parts you like. The idea is like this: When you create a new...

Yeah, I think you are right. I’ll take a look at this and make the necessary adjustments to the code. Thanks for pointing this out :)

I have updated the code above and added the abillity to specify a singing key rollover period. It will search the different versions of the certificate and preferable use the...

Thank you for the feedback. I have made the suggested changes to the code above. Sorting is now handled by the function retrieving the certificate versions instead of relying on...

Also note that if you using the code above, a good practice would be to go into azure key vault and mark the old certificate version as disabled when you...

@sguryev GetCertificateVersionsAsync will retrieve up to 25 versions of the certificate. When using this extension, a best practice would be to remove the expired version from azure key vault after...

@gcbenjamin It really depends on your security requirements and how much you are willing to spend on certificates :) As a base I would say: 1 year renewal for certificate....

Hi @PeterOrneholm It sounds like a great idea to publish it as a NuGet. I don’t have time to do it but if you want to host it as part...

@kaicode I did try ES 7.16.2 and I was getting errors when importing MAIN SNAPSHOT to a clean instance. First I had to turn of xpack security since it's is...

I think I might have figured out what's going on. When the cluster starts, it recreates all pods. Since Snomed API pod starts faster then the ElasticSearch pod, it crashes....