package
0.0.0-20180612135327-062eff57d0b2
Repository: https://github.com/signalfx/istio.git
Documentation: pkg.go.dev
# Functions
NewSDSServer creates the SDSServer that registers SecretDiscoveryServiceServer, a gRPC server.
NewSecretServer instantiates a SecretServer according to the configuration.
# Constants
CertFilePermission is the permission bits for certificate file.
KeyFilePermission is the permission bits for private key file.
1.
0.
SecretName defines the type of the secrets to fetch from the SDS server.
SecretTypeURL defines the type URL for Envoy secret proto.
# Structs
Config contains the SecretServer configuration.
SDSServer implements api.SecretDiscoveryServiceServer that listens on a list of Unix Domain Sockets.
SecretFileServer is an implementation of SecretServer that writes the key/cert into file system.
# Interfaces
SecretServer is for implementing the communication from the node agent to the workload.
# Type aliases
SecretServerMode is the mode SecretServer runs.