Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 17 for rootCA (0.11 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. 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)
  3. 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)
  4. istioctl/pkg/writer/compare/testdata/configdump_diff.json

    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 12 10:02:09 UTC 2024
    - 51.6K bytes
    - Viewed (0)
  5. pilot/pkg/security/authn/policy_applier_test.go

    			},
    			want: MergedPeerAuthentication{
    				Mode: model.MTLSPermissive,
    			},
    		},
    		{
    			name: "ignore non-emptypb selector in root namespace",
    			configs: []*config.Config{
    				{
    					Meta: config.Meta{
    						Name:      "default",
    						Namespace: "root-namespace",
    					},
    					Spec: &v1beta1.PeerAuthentication{
    						Selector: &type_beta.WorkloadSelector{
    							MatchLabels: map[string]string{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 01 07:32:22 UTC 2023
    - 60.2K bytes
    - Viewed (0)
  6. pilot/pkg/networking/core/sidecar_simulation_test.go

            name: tls
            number: 9080
            protocol: %s
          tls:
            mode: MUTUAL
            privateKey: "httpbinkey.pem"
            serverCertificate: "httpbin.pem"
            caCertificates: "rootCA.pem"
      workloadSelector:
        labels:
          app: foo
    ---
    `, protocol)
    	}
    	expectedTLSContext := func(filterChain *listener.FilterChain) error {
    		tlsContext := &tls.DownstreamTlsContext{}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  7. pkg/kubelet/stats/cri_stats_provider_test.go

    	assert.Equal(cs.WritableLayer.Timestamp, actual.Rootfs.Time.UnixNano())
    	if imageFsInfo != nil {
    		assert.Equal(imageFsInfo.Available, *actual.Rootfs.AvailableBytes)
    		assert.Equal(imageFsInfo.Capacity, *actual.Rootfs.CapacityBytes)
    		assert.Equal(*imageFsInfo.InodesFree, *actual.Rootfs.InodesFree)
    		assert.Equal(*imageFsInfo.Inodes, *actual.Rootfs.Inodes)
    	} else {
    		assert.Nil(actual.Rootfs.AvailableBytes)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/configurations/DefaultConfigurationSpec.groovy

            then:
            thrown InvalidUserDataException
        }
    
        def "creates hierarchy"() {
            def root1 = conf("root1")
            def middle1 = conf("middle1").extendsFrom(root1)
            def root2 = conf("root2")
            def middle2 = conf("middle2").extendsFrom(root2)
            def leaf = conf("leaf1").extendsFrom(middle1, middle2)
    
            when:
            def hierarchy = leaf.hierarchy
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 17:30:13 UTC 2024
    - 64.8K bytes
    - Viewed (0)
  9. pkg/kubelet/eviction/helpers.go

    				var usage *resource.Quantity
    				switch resourceToReclaim {
    				case v1.ResourceEphemeralStorage:
    					if containerStats.Rootfs != nil && containerStats.Rootfs.UsedBytes != nil && containerStats.Logs != nil && containerStats.Logs.UsedBytes != nil {
    						usage = resource.NewQuantity(int64(*containerStats.Rootfs.UsedBytes+*containerStats.Logs.UsedBytes), resource.BinarySI)
    					}
    				case v1.ResourceMemory:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 01 18:46:33 UTC 2023
    - 53.6K bytes
    - Viewed (0)
  10. pilot/pkg/model/push_context_test.go

    		},
    	}
    	rootNS := config.Config{
    		Meta: config.Meta{
    			Name:             "zzz",
    			Namespace:        "zzz",
    			GroupVersionKind: gvk.VirtualService,
    		},
    		Spec: &networking.VirtualService{
    			Hosts: []string{"rootNS.com"},
    		},
    	}
    
    	for _, c := range []config.Config{rule1, rule2, rule3, rule2Gw, rule3Gw, rootNS} {
    		if _, err := configStore.Create(c); err != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 95.3K bytes
    - Viewed (0)
Back to top