Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestAuthz_Conditions (0.17 sec)

  1. tests/integration/security/authz_test.go

    								Check: check.And(check.NoErrorAndStatus(wantCode), check.BodyContains(body)),
    							}
    
    							from.CallOrFail(t, opts)
    						})
    					}
    				})
    		})
    }
    
    func TestAuthz_Conditions(t *testing.T) {
    	framework.NewTest(t).
    		Run(func(t framework.TestContext) {
    			allowed := apps.Ns1.A
    			denied := apps.Ns2.A
    
    			from := allowed.Append(denied)
    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