import "istio.io/istio/security/pkg/nodeagent/sds"
Package sds implements secret discovery service in NodeAgent.
monitoring.go sdsservice.go server.go
const ( // SecretType is used for secret discovery service to construct response. SecretTypeV3 = "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.Secret" )
func NewXdsServer(stop chan struct{}, gen model.XdsResourceGenerator) *xds.DiscoveryServer
type Server struct {
// contains filtered or unexported fields
}
Server is the gPRC server that exposes SDS through UDS.
func NewServer(options security.Options, workloadSecretCache security.SecretManager) (*Server, error)
NewServer creates and starts the Grpc server for SDS.
Stop closes the gRPC server and debug server.
Package sds imports 23 packages (graph) and is imported by 4 packages. Updated 2021-01-16. Refresh now. Tools for package owners.