William T Zhang
William T Zhang
Hello, I'm a student at UT Austin looking for open source projects related to virtualization for my final class project. Could I try tackling this?
Yes; feel free to take this up. I didn't have the bandwidth to solve this issue.
Although not verifying SANs is far from ideal, verifying the certificate at least ensures that the certificate is minted from a trusted CA (in our case, an internal CA). Maybe...
FWIW you can use system certs by setting `caCertificates: system` (which gets translated to sds resource `file-root://system`). Don't think this is documented.
Small Qs: * Not familiar with the async client implementation. Is it possible that especially the gRPC client may take advantage of these settings? * What setting should the Admin...
I played around with creating a derive proc-macro which could help in this case.
Some questions: 1. Does the placement of the constructor arguments and proto field make sense? 2. Any documentation locations I may have missed? 3. Any tests I may have missed?...