Documentation ¶
Index ¶
Constants ¶
View Source
const (
IdentitiesAnnotationKey = "istio.cert-manager.io/identities"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server is the implementation of the istio CreateCertificate service
func New ¶
func New(log logr.Logger, cmOptions *options.CertManagerOptions, kubeOptions *options.KubeOptions, readyz *healthz.Check, ) *Server
func (*Server) CreateCertificate ¶
func (s *Server) CreateCertificate(ctx context.Context, icr *securityapi.IstioCertificateRequest) (*securityapi.IstioCertificateResponse, error)
CreateCertificate is the istio grpc API func, to authenticate, authorize, and sign CSRs requests from istio clients.
Click to show internal directories.
Click to hide internal directories.