Nathan
Nathan
We also see this issue. We use Regional GKE clusters so don't have much control over k8s API latency. We use some fairly short lived (1hr) client certificates generated by...
I am also running up against this (though I am using `ajv-draft-04`). Did you ever find a solution?
We currently use the resharper cli in a hook to format our solution, which works well for line wrapping (and is free to use) however it is very very slow...
I was also seeing a lot of certificates to update. The majority of my certificates were being created using annotations on Ingress objects which [doesn't populate the `privateKey` property at...
I should probably mention that this means we cannot use --reproducible for our builds because the containers running the build are being killed by k8s on our dev cluster and...
Given the SCIM spec asks for case insensitive attributes it is probably good to have some tests to cover this https://tools.ietf.org/html/rfc7643#section-2.1
I also ran into an issue trying to debug a .NET6 unit test project (while upgrading from .NET5) where Rider couldn't load symbols and so never hit my breakpoints. I...