Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for headerNames (0.13 sec)

  1. pilot/pkg/security/authn/policy_applier_test.go

    												InlineString: test.JwtPubKey1,
    											},
    										},
    									},
    									Forward: true,
    									ClaimToHeaders: []*envoy_jwt.JwtClaimToHeader{
    										{HeaderName: "x-jwt-key1", ClaimName: "value1"},
    										{HeaderName: "x-jwt-key2", ClaimName: "value2"},
    									},
    									PayloadInMetadata: "https://secret.foo.com",
    								},
    							},
    							BypassCorsPreflight: true,
    						}),
    				},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 01 07:32:22 UTC 2023
    - 60.2K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/route/route.go

    		return &route.RouteAction_HashPolicy{
    			PolicySpecifier: &route.RouteAction_HashPolicy_Header_{
    				Header: &route.RouteAction_HashPolicy_Header{
    					HeaderName: consistentHash.GetHttpHeaderName(),
    				},
    			},
    		}
    	case *networking.LoadBalancerSettings_ConsistentHashLB_HttpCookie:
    		cookie := consistentHash.GetHttpCookie()
    		var ttl *durationpb.Duration
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 56.1K bytes
    - Viewed (0)
Back to top