Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BuildAndRun (0.08 sec)

  1. tests/integration/security/authz_test.go

    							}
    
    							newAuthzTest().
    								From(from).
    								To(to).
    								PortName(ports.HTTP.Name).
    								Path(c.path).
    								Allow(c.allow).
    								Headers(c.headers).
    								BuildAndRun(t)
    						})
    					}
    				})
    		})
    }
    
    func TestAuthz_PathNormalization(t *testing.T) {
    	framework.NewTest(t).
    		Run(func(t framework.TestContext) {
    			from := apps.Ns1.A
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 23:36:51 UTC 2024
    - 50.1K bytes
    - Viewed (0)
Back to top