Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 234 for rootCA (0.18 sec)

  1. istioctl/pkg/proxyconfig/testdata/config_dump.json

                  }
                }
              }
            },
            {
              "name": "ROOTCA",
              "last_updated": "2023-05-06T05:41:32.118Z",
              "secret": {
                "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.Secret",
                "name": "ROOTCA",
                "validation_context": {
                  "trusted_ca": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 03 23:08:06 UTC 2024
    - 54.8K bytes
    - Viewed (0)
  2. pkg/bootstrap/option/instances_test.go

    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 20:38:02 UTC 2024
    - 22.4K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/gateway_test.go

    							DefaultValidationContext: &auth.CertificateValidationContext{},
    							ValidationContextSdsSecretConfig: &auth.SdsSecretConfig{
    								Name: "ROOTCA",
    								SdsConfig: &core.ConfigSource{
    									InitialFetchTimeout: durationpb.New(time.Second * 0),
    									ResourceApiVersion:  core.ApiVersion_V3,
    									ConfigSourceSpecifier: &core.ConfigSource_ApiConfigSource{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 144K bytes
    - Viewed (0)
  4. security/pkg/nodeagent/cache/secretcache.go

    		ns.RootCert = sc.mergeTrustAnchorBytes(ns.RootCert)
    	} else {
    		// If periodic cert refresh resulted in discovery of a new root, trigger a ROOTCA request to refresh trust anchor
    		oldRoot := sc.cache.GetRoot()
    		if !bytes.Equal(oldRoot, ns.RootCert) {
    			cacheLog.Info("Root cert has changed, start rotating root cert")
    			// We store the oldRoot only for comparison and not for serving
    			sc.cache.SetRoot(ns.RootCert)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 04 08:29:46 UTC 2024
    - 28.2K bytes
    - Viewed (0)
  5. pkg/security/security.go

    	GkeWorkloadRootCertFilePath = WorkloadIdentityCredentialsPath + "/ca_certificates.pem"
    
    	// SystemRootCerts is special case input for root cert configuration to use system root certificates.
    	SystemRootCerts = "SYSTEM"
    
    	// RootCertReqResourceName is resource name of discovery request for root certificate.
    	RootCertReqResourceName = "ROOTCA"
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 19.1K bytes
    - Viewed (0)
  6. pkg/adsc/adsc.go

    	SecretManager security.SecretManager
    
    	// For getting the certificate, using same code as SDS server.
    	// Either the JWTPath or the certs must be present.
    	JWTPath string
    
    	// XDSSAN is the expected SAN of the XDS server. If not set, the ProxyConfig.DiscoveryAddress is used.
    	XDSSAN string
    
    	// XDSRootCAFile explicitly set the root CA to be used for the XDS connection.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Feb 05 22:18:49 UTC 2024
    - 35K bytes
    - Viewed (0)
  7. security/pkg/nodeagent/sds/sdsservice_test.go

    		cert.ExpectNoResponse(t)
    
    		root := s.Connect()
    		s.Verify(root.RequestResponseAck(t, &discovery.DiscoveryRequest{ResourceNames: []string{rootResourceName}}), expectRoot)
    		root.ExpectNoResponse(t)
    		cert.ExpectNoResponse(t)
    	})
    	t.Run("push cert", func(t *testing.T) {
    		s := setupSDS(t)
    		cert := s.Connect()
    		root := s.Connect()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 17 20:12:58 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  8. pilot/pkg/networking/core/cluster_tls_test.go

    		CaCertificates:    "root-cert.pem",
    		ClientCertificate: "cert-chain.pem",
    		PrivateKey:        "key.pem",
    		SubjectAltNames:   []string{"custom.foo.com"},
    		Sni:               "custom.foo.com",
    	}
    	simpleTLSSettingsWithCerts := &networking.ClientTLSSettings{
    		Mode:            networking.ClientTLSSettings_SIMPLE,
    		CaCertificates:  "root-cert.pem",
    		SubjectAltNames: []string{"custom.foo.com"},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 03:53:05 UTC 2024
    - 60.9K bytes
    - Viewed (0)
  9. istioctl/pkg/writer/compare/testdata/configdump.json

    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 12 10:02:09 UTC 2024
    - 52K bytes
    - Viewed (0)
  10. pkg/controller/serviceaccount/tokens_controller_test.go

    			controller, err := NewTokensController(informers.Core().V1().ServiceAccounts(), informers.Core().V1().Secrets(), client, TokensControllerOptions{TokenGenerator: generator, RootCA: []byte("CA Data"), MaxRetries: tc.MaxRetries})
    			if err != nil {
    				t.Fatalf("error creating Tokens controller: %v", err)
    			}
    
    			if tc.ExistingServiceAccount != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 14 00:05:53 UTC 2023
    - 21.5K bytes
    - Viewed (0)
Back to top