Implement SPIFFE TLS dialing
Closed this issue · 0 comments
azdagron commented
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).