spiffe/go-spiffe

Implement SPIFFE TLS dialing

Closed this issue · 0 comments

The spiffetls package is used to facilitate SPIFFE-authenticated TLS connectivity between peers leveraging the Workload API. It essentially ties together the configuration produced by the tlsconfig package with the sources available in the workloadapi package.

This issue is to implement the dialing functionality, as scaffolded in dial.go and option.go (the dialing related options, that is).

This issue depends on #64 and #69.