Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 51 for transport_api_version (0.26 sec)

  1. pilot/pkg/networking/core/gateway_test.go

    									ApiConfigSource: &core.ApiConfigSource{
    										ApiType:                   core.ApiConfigSource_GRPC,
    										SetNodeOnFirstMessageOnly: true,
    										TransportApiVersion:       core.ApiVersion_V3,
    										GrpcServices: []*core.GrpcService{
    											{
    												TargetSpecifier: &core.GrpcService_EnvoyGrpc_{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 144K bytes
    - Viewed (0)
  2. pilot/pkg/security/authz/builder/testdata/http/custom-grpc-provider-no-namespace-out2.yaml

        envoyGrpc:
          authority: my-custom-ext-authz.foo.svc.cluster.local
          clusterName: outbound|9000||my-custom-ext-authz.foo.svc.cluster.local
        timeout: 600s
      statusOnError:
        code: Forbidden
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Aug 07 15:18:13 UTC 2023
    - 589 bytes
    - Viewed (0)
  3. pilot/pkg/security/authz/builder/testdata/http/extended-custom-http-provider-out2.yaml

        serverUri:
          cluster: outbound|9000||my-custom-ext-authz.foo.svc.cluster.local
          timeout: 10s
          uri: http://my-custom-ext-authz.foo.svc.cluster.local
      statusOnError:
        code: Forbidden
      transportApiVersion: V3
      withRequestBody:
        allowPartialMessage: true
        maxRequestBytes: 2048
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 25 10:39:25 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  4. pilot/pkg/security/authz/builder/extauthz.go

    		},
    		FilterEnabledMetadata: generateFilterMatcher(wellknown.HTTPRoleBasedAccessControl),
    		TransportApiVersion:   core.ApiVersion_V3,
    		WithRequestBody:       withBodyRequest(config.IncludeRequestBodyInCheck),
    	}
    	tcp := &extauthztcp.ExtAuthz{
    		StatPrefix:            "tcp.",
    		FailureModeAllow:      config.FailOpen,
    		TransportApiVersion:   core.ApiVersion_V3,
    		GrpcService:           grpc,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 20:06:41 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  5. pilot/pkg/security/authz/builder/testdata/http/custom-http-provider-out2.yaml

        serverUri:
          cluster: outbound|9000||my-custom-ext-authz.foo.svc.cluster.local
          timeout: 10s
          uri: http://my-custom-ext-authz.foo.svc.cluster.local
      statusOnError:
        code: Forbidden
      transportApiVersion: V3
      withRequestBody:
        allowPartialMessage: true
        maxRequestBytes: 2048
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 20 12:45:43 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  6. pilot/pkg/networking/core/accesslog.go

    			GrpcService: &core.GrpcService{
    				TargetSpecifier: &core.GrpcService_EnvoyGrpc_{
    					EnvoyGrpc: &core.GrpcService_EnvoyGrpc{
    						ClusterName: EnvoyAccessLogCluster,
    					},
    				},
    			},
    			TransportApiVersion:     core.ApiVersion_V3,
    			FilterStateObjectsToLog: envoyWasmStateToLog,
    		},
    	}
    
    	var filter *accesslog.AccessLogFilter
    	if isListener {
    		filter = addAccessLogFilter()
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 22:20:44 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  7. pilot/pkg/model/telemetry_logging_test.go

    						TargetSpecifier: &core.GrpcService_EnvoyGrpc_{
    							EnvoyGrpc: &core.GrpcService_EnvoyGrpc{
    								ClusterName: fakeCluster,
    								Authority:   fakeAuthority,
    							},
    						},
    					},
    					TransportApiVersion:     core.ApiVersion_V3,
    					FilterStateObjectsToLog: envoyWasmStateToLog,
    				},
    				DisableBuiltinLabels: true,
    				Body: &otlpcommon.AnyValue{
    					Value: &otlpcommon.AnyValue_StringValue{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:30 UTC 2024
    - 54K bytes
    - Viewed (0)
  8. pilot/pkg/model/telemetry_logging.go

    				TargetSpecifier: &core.GrpcService_EnvoyGrpc_{
    					EnvoyGrpc: &core.GrpcService_EnvoyGrpc{
    						ClusterName: cluster,
    						Authority:   hostname,
    					},
    				},
    			},
    			TransportApiVersion:     core.ApiVersion_V3,
    			FilterStateObjectsToLog: filterObjects,
    		},
    	}
    
    	return &accesslog.AccessLog{
    		Name:       TCPEnvoyALSName,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:30 UTC 2024
    - 23K bytes
    - Viewed (0)
  9. pilot/pkg/networking/core/cluster_builder_test.go

    										ApiConfigSource: &core.ApiConfigSource{
    											ApiType:                   core.ApiConfigSource_GRPC,
    											SetNodeOnFirstMessageOnly: true,
    											TransportApiVersion:       core.ApiVersion_V3,
    											GrpcServices: []*core.GrpcService{
    												{
    													TargetSpecifier: &core.GrpcService_EnvoyGrpc_{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 110.4K bytes
    - Viewed (0)
  10. pilot/pkg/security/model/authentication.go

    			ConfigSourceSpecifier: &core.ConfigSource_ApiConfigSource{
    				ApiConfigSource: &core.ApiConfigSource{
    					ApiType:                   core.ApiConfigSource_GRPC,
    					SetNodeOnFirstMessageOnly: true,
    					TransportApiVersion:       core.ApiVersion_V3,
    					GrpcServices: []*core.GrpcService{
    						{
    							TargetSpecifier: &core.GrpcService_EnvoyGrpc_{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 22:11:02 UTC 2024
    - 9.9K bytes
    - Viewed (0)
Back to top