Nabeel S

Results 67 comments of Nabeel S

@ptik31 If you're up for it, I suggest exploring if a different solution exists for this. Specifically: I wonder if the nginx ingress controller adds some kind of metadata to...

I will try to find some time to do this in the next few weeks. I've been researching it and it shouldn't be too hard.

https://github.com/nabsul/kcert/discussions/48

For testing, you can run kcert locally with `dotnet run`. It will automatically use your kubectl credentials to connect to kubernetes. Instead of environment variable I use dotnet user secrets:...

I thought a little more about testing, and I think that won't work actually. You can tun KCert locally as I described, but I don't think renewals will work properly....

This feature was completed by @Zegorax and is now merged into main. It will be in the next release after testing is compelted.

KCert doesn't support external account binding right now, but I read quickly through the docs and it doesn't look too hard to do. No promises on when, but I'll try.

Link to RFC documentation: https://www.rfc-editor.org/rfc/rfc8555.html#section-7.3.4

If you're interested in the learning experience, I'll wait for you to take a first try at implementing this. I'd be happy to answer questions and review pull requests. If...