Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for CertSigner (0.22 sec)

  1. pkg/security/security.go

    			"The token is accepted if it matches with one of the audiences").Get(), ",")
    )
    
    const (
    	BearerTokenPrefix = "Bearer "
    
    	K8sTokenPrefix = "Istio "
    
    	// CertSigner info
    	CertSigner = "CertSigner"
    
    	// ImpersonatedIdentity declares the identity we are requesting a certificate on behalf of.
    	// This is constrained to only allow identities in CATrustedNodeAccounts, and only to impersonate identities
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 19.1K bytes
    - Viewed (0)
  2. security/pkg/pki/ca/ca.go

    	TTL time.Duration
    
    	// ForCA indicates whether the signed certificate if for CA.
    	// If true, the signed certificate is a CA certificate, otherwise, it is a workload certificate.
    	ForCA bool
    
    	// Cert Signer info
    	CertSigner string
    }
    
    const (
    	// selfSignedCA means the Istio CA uses a self signed certificate.
    	selfSignedCA caTypes = iota
    	// pluggedCertCA means the Istio CA uses a operator-specified key/cert.
    	pluggedCertCA
    )
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Nov 30 19:33:26 UTC 2023
    - 17.2K bytes
    - Viewed (0)
Back to top