Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for TestPassThroughFilterChain (0.47 sec)

  1. tests/integration/security/pass_through_filter_chain_test.go

    	"istio.io/istio/pkg/test/framework/components/echo/echotest"
    	"istio.io/istio/pkg/test/framework/components/echo/match"
    )
    
    // TestPassThroughFilterChain tests the authN and authZ policy on the pass through filter chain.
    func TestPassThroughFilterChain(t *testing.T) {
    	framework.
    		NewTest(t).
    		Run(func(t framework.TestContext) {
    			type expect struct {
    				port echo.Port
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  2. tests/integration/security/util/framework.go

    				Protocol:     protocol.TCP,
    				WorkloadPort: 8093,
    			},
    			{
    				Name:         "tcp-8094",
    				Protocol:     protocol.TCP,
    				WorkloadPort: 8094,
    			},
    			// Workload Ports needed by TestPassThroughFilterChain
    			// The port 8084-8089 will be defined only in the workload and not in the k8s service.
    			{
    				Name:         "tcp-8085",
    				ServicePort:  echo.NoServicePort,
    				WorkloadPort: 8085,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 21:29:40 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  3. pkg/test/framework/features/allowlist.txt

    security,TestAuthorization_Audit
    security,TestAuthorizationForHTTPServices
    security,TestIngressRequestAuthentication
    security,TestMtlsHealthCheck
    security,TestMutualTLSMigration
    security,TestPassThroughFilterChain
    security,TestReachability
    security,TestReachability/automtls-partial-sidecar-dr-disable
    security,TestReachability/automtls-partial-sidecar-dr-disable/a->http://multiversion:http/vistio
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 18 18:03:23 UTC 2022
    - 103.9K bytes
    - Viewed (0)
Back to top