Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for PERMISSIVE (0.18 sec)

  1. pkg/test/framework/features/allowlist.txt

    security,TestReachability/beta-mtls-permissive/a->ws://b:http
    security,TestReachability/beta-mtls-permissive/a->ws://headless:http
    security,TestReachability/beta-mtls-permissive/a->ws://multiversion:http
    security,TestReachability/beta-mtls-permissive/b->grpc://a:grpc
    security,TestReachability/beta-mtls-permissive/b->grpc://b:grpc
    security,TestReachability/beta-mtls-permissive/b->grpc://headless:grpc
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 18 18:03:23 UTC 2022
    - 103.9K bytes
    - Viewed (0)
  2. tests/integration/pilot/common/routing.go

    		{"auto-tcp-server", "DISABLE", "DISABLE", check.Error()},
    		{"auto-tcp-server", "DISABLE", "PERMISSIVE", check.Error()},
    		{"auto-tcp-server", "DISABLE", "STRICT", check.Error()},
    		{"auto-tcp-server", "ISTIO_MUTUAL", "DISABLE", check.Error()},
    		{"auto-tcp-server", "ISTIO_MUTUAL", "PERMISSIVE", check.Error()},
    		{"auto-tcp-server", "ISTIO_MUTUAL", "STRICT", check.Error()},
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/cluster_test.go

    		nodeType:        model.SidecarProxy,
    		mesh:            mesh,
    		destRule:        destRule,
    		peerAuthn:       peerAuthn,
    	})
    
    	// No policy visible, auto-mTLS should set to PERMISSIVE.
    	// For port 8080, (m)TLS settings is automatically added, thus its cluster should have TLS context.
    	// TlsContext is nil because we use socket match instead
    	g.Expect(getTLSContext(t, clusters[0])).To(BeNil())
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  4. src/cmd/internal/obj/x86/asm6.go

    		//
    		// For 64bit mode only LEAL is allowed to overflow.
    		// It's how https://golang.org/cl/59630 made it.
    		// crypto/sha1/sha1block_amd64.s depends on this feature.
    		//
    		// For 32bit mode rules are more permissive.
    		// If offset fits uint32, it's permitted.
    		// This is allowed for assembly that wants to use 32-bit hex
    		// constants, e.g. LEAL 0x99999999(AX), AX.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  5. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    description: Mutual TLS settings for workload. properties: mode: description: Defines the mTLS mode used for peer authentication. enum: - UNSET - DISABLE - PERMISSIVE - STRICT type: string type: object portLevelMtls: additionalProperties: properties: mode: description: Defines the mTLS mode used for peer authentication. enum: - UNSET - DISABLE - PERMISSIVE - STRICT type: string type: object description: Port specific mutual TLS settings. type: object selector: description: The selector determines the workloads...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
Back to top