Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for requestAuthentications (0.14 sec)

  1. pilot/pkg/model/push_context.go

    		}
    	}
    	// add services from RequestAuthentication.JwtRules.JwksUri
    	if features.JwksFetchMode != jwt.Istiod {
    		forWorkload := PolicyMatcherForProxy(proxy)
    		jwtPolicies := ps.AuthnPolicies.GetJwtPoliciesForWorkload(forWorkload)
    		for _, cfg := range jwtPolicies {
    			rules := cfg.Spec.(*v1beta1.RequestAuthentication).JwtRules
    			for _, r := range rules {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 09:02:11 UTC 2024
    - 91.8K bytes
    - Viewed (0)
  2. tests/integration/ambient/baseline_test.go

    				opt.HTTP.Path = "/"
    				opt.HTTP.Headers = headers.New().
    					WithAuthz(jwt.TokenIssuer1).
    					Build()
    				opt.Check = check.OK()
    			})
    
    			t.NewSubTest("deny with sub-3 token due to ignored RequestAuthentication").Run(func(t framework.TestContext) {
    				opt := opt.DeepCopy()
    				opt.HTTP.Path = "/"
    				opt.HTTP.Headers = headers.New().
    					WithAuthz(jwt.TokenIssuer3).
    					Build()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 78.4K bytes
    - Viewed (0)
Back to top