Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 33 for ConfigType (0.28 sec)

  1. pilot/pkg/networking/grpcgen/lds.go

    		if rules != nil && len(rules.Policies) > 0 {
    			rbac := &rbachttp.RBAC{
    				Rules: rules,
    			}
    			fc = append(fc,
    				&hcm.HttpFilter{
    					Name:       RBACHTTPFilterNameDeny,
    					ConfigType: &hcm.HttpFilter_TypedConfig{TypedConfig: protoconv.MessageToAny(rbac)},
    				})
    		}
    		arules := buildRBAC(node, push, nameSuffix, tlsContext, rbacpb.RBAC_ALLOW, policies.Allow)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 22:20:44 UTC 2024
    - 14.6K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/envoyfilter/listener_patch.go

    					userFilter.ConfigType.(*listener.Filter_TypedConfig).TypedConfig.TypeUrl = filter.GetTypedConfig().TypeUrl
    				}
    				if retVal, err = util.MergeAnyWithAny(filter.GetTypedConfig(), userFilter.GetTypedConfig()); err != nil {
    					retVal = filter.GetTypedConfig()
    				}
    			}
    			filter.Name = filterName
    			if retVal != nil {
    				filter.ConfigType = &listener.Filter_TypedConfig{TypedConfig: retVal}
    			}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 17 15:39:29 UTC 2024
    - 26.7K bytes
    - Viewed (0)
  3. pilot/pkg/xds/endpoints/ep_filters_test.go

    						{Address: "40.0.0.1", Weight: 6},
    					},
    					Weight: 6,
    				},
    			},
    			wantWorkloadMetadata: []string{
    				";ns;example;;cluster4",
    			},
    		},
    	}
    
    	for configType, cases := range mtlsCases {
    		t.Run(configType, func(t *testing.T) {
    			for name, pa := range cases {
    				t.Run(name, func(t *testing.T) {
    					cfgs := pa.Configs
    					if pa.Config.Name != "" {
    						cfgs = append(cfgs, pa.Config)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 01:17:58 UTC 2024
    - 26.8K bytes
    - Viewed (0)
  4. security/pkg/nodeagent/sds/sdsservice.go

    						Specifier: &core.DataSource_InlineBytes{
    							InlineBytes: s.CertificateChain,
    						},
    					},
    					PrivateKeyProvider: &tls.PrivateKeyProvider{
    						ProviderName: "cryptomb",
    						ConfigType: &tls.PrivateKeyProvider_TypedConfig{
    							TypedConfig: msg,
    						},
    						Fallback: crypto.GetFallback().GetValue(),
    					},
    				},
    			}
    		case *mesh.PrivateKeyProvider_Qat:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat May 25 00:20:04 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  5. pilot/pkg/networking/core/listener_waypoint.go

    			StartChildSpan:       false,
    			SuppressDebugHeaders: ph.SuppressDebugHeaders,
    		}),
    	}
    	return []*listener.Filter{
    		{
    			Name:       wellknown.HTTPConnectionManager,
    			ConfigType: &listener.Filter_TypedConfig{TypedConfig: protoconv.MessageToAny(h)},
    		},
    	}
    }
    
    func (lb *ListenerBuilder) buildConnectTerminateListener(routes []*route.Route) *listener.Listener {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 27.6K bytes
    - Viewed (0)
  6. pilot/pkg/networking/core/route/retry/retry.go

    	}
    
    	if in.RetryRemoteLocalities != nil && in.RetryRemoteLocalities.GetValue() {
    		out.RetryPriority = &route.RetryPolicy_RetryPriority{
    			Name: "envoy.retry_priorities.previous_priorities",
    			ConfigType: &route.RetryPolicy_RetryPriority_TypedConfig{
    				TypedConfig: defaultRetryPriorityTypedConfig,
    			},
    		}
    	}
    
    	return out
    }
    
    func parseRetryOn(retryOn string) (string, []uint32) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 5K bytes
    - Viewed (0)
  7. pilot/pkg/networking/core/listener_builder.go

    	accessLogBuilder.setTCPAccessLog(push, node, tcpProxy, istionetworking.ListenerClassSidecarOutbound, nil)
    	filterStack = append(filterStack, &listener.Filter{
    		Name:       wellknown.TCPProxy,
    		ConfigType: &listener.Filter_TypedConfig{TypedConfig: protoconv.MessageToAny(tcpProxy)},
    	})
    
    	return filterStack
    }
    
    func parseDuration(s string) *durationpb.Duration {
    	if s == "" {
    		return nil
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 17.9K bytes
    - Viewed (0)
  8. pilot/pkg/xds/sds.go

    						Specifier: &core.DataSource_InlineBytes{
    							InlineBytes: certInfo.Cert,
    						},
    					},
    					PrivateKeyProvider: &envoytls.PrivateKeyProvider{
    						ProviderName: "cryptomb",
    						ConfigType: &envoytls.PrivateKeyProvider_TypedConfig{
    							TypedConfig: msg,
    						},
    						Fallback: crypto.GetFallback().GetValue(),
    					},
    				},
    			},
    		})
    	case *mesh.PrivateKeyProvider_Qat:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 15 23:04:36 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  9. pilot/pkg/networking/core/cluster_tls.go

    	},
    }
    
    var internalUpstreamSocket = &core.TransportSocket{
    	Name: "envoy.transport_sockets.internal_upstream",
    	ConfigType: &core.TransportSocket_TypedConfig{TypedConfig: protoconv.MessageToAny(&internalupstream.InternalUpstreamTransport{
    		PassthroughMetadata: []*internalupstream.InternalUpstreamTransport_MetadataValueSource{
    			{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 19:09:43 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  10. pilot/pkg/model/telemetry.go

    				f := &hcm.HttpFilter{
    					Name:       xds.StatsFilterName,
    					ConfigType: &hcm.HttpFilter_TypedConfig{TypedConfig: waypointStatsConfig},
    				}
    				res = append(res, f)
    			} else {
    				if statsCfg := generateStatsConfig(class, cfg); statsCfg != nil {
    					f := &hcm.HttpFilter{
    						Name:       xds.StatsFilterName,
    						ConfigType: &hcm.HttpFilter_TypedConfig{TypedConfig: statsCfg},
    					}
    					res = append(res, f)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 18:14:09 UTC 2024
    - 35.2K bytes
    - Viewed (0)
Back to top