Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Authenticator ¶
type Authenticator interface { GetTrustAnchors() *x509.CertPool GetCurrentSignedCert() *SignedCertificate CreateSignedWorkloadCert(id string) (*SignedCertificate, error) }
func GetSidecarAuthenticator ¶
func GetSidecarAuthenticator(id, sentryAddress string) (Authenticator, error)
GetSidecarAuthenticator returns a new authenticator with the extracted trust anchors
Click to show internal directories.
Click to hide internal directories.