Versions in this module Expand all Collapse all v0 v0.7.0 Oct 19, 2024 Changes in this version + const ADD + const DELETE + const RETRY + const Rotate + func NewSecurityOptions() *security.Options + type CaClient interface + Close func() error + CsrSend func(csrPEM []byte, certValidsec int64, identity string) ([]string, error) + FetchCert func(identity string) (*istiosecurity.SecretItem, error) + type SecretManager struct + func NewSecretManager() (*SecretManager, error) + func (s *SecretManager) Run(stop <-chan struct{}) + func (s *SecretManager) SendCertRequest(identity string, op int) + func (s *SecretManager) StoreCert(identity string, newCert *istiosecurity.SecretItem)