Re: [go-nuts] Re: SPIFFE certificate verification (SVID) failure

2019-04-03 Thread Dheeraj Gedam
Hi Bradley, Thanks for the response. I could get things going with go-spiffe library [ https://github.com/spiffe/go-spiffe]. This library is essentially providing a custom verification method (tls.Config.VerifyPeerCertificate) which takes care of matching SVID. This one suited my need. Regards,

[go-nuts] Re: SPIFFE certificate verification (SVID) failure

2019-04-02 Thread bradleyjames
Have you reached out to the SPIFFE and SPIRE folks? https://github.com/spiffe/spiffe https://github.com/spiffe/spire SPIRE, a reference implementation, is written in go. They may be familiar with the issue. On Monday, April 1, 2019 at 11:51:20 AM UTC-5, Dheeraj Gedam wrote: > > Hi, > > I am