Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for MUTUAL (0.42 sec)

  1. pkg/config/validation/validation_test.go

    			},
    			"", "",
    		},
    		{
    			"mutual",
    			&networking.ServerTLSSettings{
    				Mode:              networking.ServerTLSSettings_MUTUAL,
    				ServerCertificate: "Captain Jean-Luc Picard",
    				PrivateKey:        "Khan Noonien Singh",
    				CaCertificates:    "Commander William T. Riker",
    			},
    			"", "",
    		},
    		{
    			"mutual sds",
    			&networking.ServerTLSSettings{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 03:11:45 UTC 2024
    - 196K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/cluster_builder_test.go

    		if found {
    			if alpnOverride.GetStringValue() != "false" {
    				t.Errorf("alpn_override:%s tlsMode:%s, should be false for either TLS mode SIMPLE or MUTUAL", alpnOverride, tlsMode)
    			}
    		} else {
    			t.Errorf("alpn_override metadata should be written for either TLS mode SIMPLE or MUTUAL")
    		}
    	} else if ok {
    		alpnOverride, found := istio.Fields[util.AlpnOverrideMetadataKey]
    		if found {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 110.4K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/gateway_test.go

    										},
    									},
    								},
    							},
    						},
    					},
    				},
    				RequireClientCertificate: proto.BoolFalse,
    			},
    		},
    		{
    			name: "no credential name key and cert tls MUTUAL",
    			server: &networking.Server{
    				Hosts: []string{"httpbin.example.com", "bookinfo.example.com"},
    				Port: &networking.Port{
    					Protocol: string(protocol.HTTPS),
    				},
    				Tls: &networking.ServerTLSSettings{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 144K bytes
    - Viewed (0)
  4. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    string mode: description: 'Optional: Indicates whether connections to this port should be secured using TLS.' enum: - PASSTHROUGH - SIMPLE - MUTUAL - AUTO_PASSTHROUGH - ISTIO_MUTUAL - OPTIONAL_MUTUAL type: string privateKey: description: REQUIRED if mode is `SIMPLE` or `MUTUAL`. type: string serverCertificate: description: REQUIRED if mode is `SIMPLE` or `MUTUAL`. type: string subjectAltNames: description: A list of alternate names to verify the subject identity in the certificate presented by the client....
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  5. pkg/test/framework/features/allowlist.txt

    security,TestReachability/automtls-partial-sidecar-dr-disable/a->http://multiversion:http/vlegacy
    security,TestReachability/automtls-partial-sidecar-dr-mutual
    security,TestReachability/automtls-partial-sidecar-dr-mutual/a->http://multiversion:http/vistio
    security,TestReachability/automtls-partial-sidecar-dr-mutual/a->http://multiversion:http/vlegacy
    security,TestReachability/automtls-partial-sidecar-dr-no-tls
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 18 18:03:23 UTC 2022
    - 103.9K bytes
    - Viewed (0)
  6. pkg/config/validation/validation.go

    		if tls.ServerCertificate == "" {
    			v = AppendValidation(v, fmt.Errorf("MUTUAL TLS requires a server certificate"))
    		}
    		if tls.PrivateKey == "" {
    			v = AppendValidation(v, fmt.Errorf("MUTUAL TLS requires a private key"))
    		}
    		if tls.CaCertificates == "" {
    			v = AppendValidation(v, fmt.Errorf("MUTUAL TLS requires a client CA bundle"))
    		}
    	}
    	if tls.CaCrl != "" {
    		if tls.CredentialName != "" {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  7. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    msd
    
    // mtn : 2014-12-04 MTN Dubai Limited
    mtn
    
    // mtr : 2015-03-12 MTR Corporation Limited
    mtr
    
    // music : 2021-05-04 DotMusic Limited
    music
    
    // mutual : 2015-04-02 Northwestern Mutual MU TLD Registry, LLC
    mutual
    
    // nab : 2015-08-20 National Australia Bank Limited
    nab
    
    // nagoya : 2013-10-24 GMO Registry, Inc.
    nagoya
    
    // natura : 2015-03-12 NATURA COSMÉTICOS S.A.
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  8. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    it's probable that all Bodies abound more or less with Sulphurs. And as Light congregated by a Burning-glass acts most upon sulphureous Bodies, to turn them into Fire and Flame; so, since all Action is mutual, Sulphurs ought to act most upon Light. For that the action between Light and Bodies is mutual, may appear from this Consideration; That the densest Bodies which refract and reflect Light most strongly, grow hottest in the Summer Sun, by the action of the refracted or reflected Light. I have hitherto...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  9. src/runtime/proc.go

    		// Mark the goroutine which called stopTheWorld preemptible so its
    		// stack may be scanned.
    		// This lets a mark worker scan us while we try to stop the world
    		// since otherwise we could get in a mutual preemption deadlock.
    		// We must not modify anything on the G stack because a stack shrink
    		// may occur. A stack shrink is otherwise OK though because in order
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  10. maven-model-builder/src/test/resources/dag.txt

    	quarkus/extensions/grpc/runtime/pom.xml
    	quarkus/test-framework/junit5/pom.xml
    	quarkus/extensions/infinispan-client/runtime/pom.xml
    quarkus/integration-tests/grpc-mutual-auth/pom.xml
    	quarkus/extensions/resteasy-classic/resteasy/runtime/pom.xml
    	quarkus/extensions/resteasy-classic/resteasy-mutiny/runtime/pom.xml
    	quarkus/extensions/grpc/runtime/pom.xml
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jan 15 16:49:26 UTC 2024
    - 224K bytes
    - Viewed (0)
Back to top