Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newAuthzTest (0.22 sec)

  1. tests/integration/security/authz_test.go

    							allow: false,
    						},
    						{
    							ports: []echo.Port{ports.HTTP, ports.HTTP2},
    							path:  "/deny?param=value",
    							allow: false,
    						},
    					}
    
    					for _, c := range cases {
    						newAuthzTest().
    							From(from).
    							To(to).
    							Allow(c.allow).
    							Path(c.path).
    							BuildAndRunForPorts(t, c.ports...)
    					}
    				})
    		})
    }
    
    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