Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mode ¶
type Mode uint16
Mode represents the TLS mode of the transport.
func (*Mode) UnmarshalText ¶
UnmarshalText implements encoding.TextUnmarshaler.
type OutboundTLSConfigProvider ¶ added in v1.66.0
type OutboundTLSConfigProvider interface { // ClientTLSConfig returns client TLS config which accepts the provided // server Spiffe IDs. ClientTLSConfig(spiffeIDs []string) (*tls.Config, error) }
OutboundTLSConfigProvider interface exposes method for fetching client TLS certificate.
Click to show internal directories.
Click to hide internal directories.