James
James
## Reasoning 💡 Adding the ability to generate and validate a nonce value when authenticating against an Open ID provider. This resolves a "nonce missmatch" error raised when authenticating against...
We have a requirement for short-lived client certs, unfortunately the Kafka Java clients do not support hot-swapping of certs so this requires us to restart the consumers which subsequently trigger...
Replace int.Parse() with int.TryParse() This is to prevent the tool failing with an overflowing value. ## Description If a tag has a suffix which is a numeric value larger than...
**By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.** [//]: # " # PR Title Be aware that we...
**What happened**: Since updating our AKS nodes to `AKSCBLMariner-V2gen2-202405.20.0` we observed that the CNI conflist file `/etc/cni/net.d/10-azure.conflist` is no longer present on the new nodes. This breaks other CNIs which...