xds-protos 1.59.3__py3-none-any.whl → 1.63.0rc1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- envoy/config/accesslog/v3/accesslog_pb2.py +13 -13
- envoy/config/bootstrap/v3/bootstrap_pb2.py +52 -40
- envoy/config/cluster/v3/cluster_pb2.py +66 -65
- envoy/config/cluster/v3/filter_pb2.py +4 -3
- envoy/config/cluster/v3/outlier_detection_pb2.py +2 -2
- envoy/config/common/matcher/v3/matcher_pb2.py +31 -34
- envoy/config/core/v3/address_pb2.py +20 -19
- envoy/config/core/v3/base_pb2.py +34 -32
- envoy/config/core/v3/http_service_pb2.py +32 -0
- envoy/config/core/v3/http_uri_pb2.py +3 -3
- envoy/config/core/v3/protocol_pb2.py +30 -30
- envoy/config/core/v3/substitution_format_string_pb2.py +5 -3
- envoy/config/endpoint/v3/endpoint_components_pb2.py +14 -12
- envoy/config/endpoint/v3/endpoint_pb2.py +7 -7
- envoy/config/filter/network/kafka_broker/v2alpha1/kafka_broker_pb2.py +13 -3
- envoy/config/listener/v3/listener_pb2.py +20 -18
- envoy/config/route/v3/route_components_pb2.py +134 -126
- envoy/config/route/v3/route_pb2.py +6 -6
- envoy/config/tap/v3/common_pb2.py +28 -27
- envoy/config/trace/v3/dynamic_ot_pb2.py +7 -4
- envoy/config/trace/v3/opencensus_pb2.py +26 -4
- envoy/config/trace/v3/opentelemetry_pb2.py +10 -3
- envoy/config/upstream/__init__.py +0 -0
- envoy/config/upstream/local_address_selector/__init__.py +0 -0
- envoy/config/upstream/local_address_selector/v3/__init__.py +0 -0
- envoy/config/upstream/local_address_selector/v3/default_local_address_selector_pb2.py +27 -0
- envoy/data/accesslog/v3/accesslog_pb2.py +19 -19
- envoy/data/core/v3/health_check_event_pb2.py +18 -17
- envoy/data/tap/v3/common_pb2.py +8 -3
- envoy/data/tap/v3/http_pb2.py +8 -7
- envoy/data/tap/v3/transport_pb2.py +13 -18
- envoy/extensions/access_loggers/open_telemetry/v3/logs_service_pb2.py +2 -2
- envoy/extensions/bootstrap/internal_listener/v3/internal_listener_pb2.py +4 -5
- envoy/extensions/common/matching/v3/extension_matcher_pb2.py +5 -6
- envoy/extensions/filters/common/set_filter_state/__init__.py +0 -0
- envoy/extensions/filters/common/set_filter_state/v3/__init__.py +0 -0
- envoy/extensions/filters/common/set_filter_state/v3/value_pb2.py +37 -0
- envoy/extensions/filters/http/aws_request_signing/v3/aws_request_signing_pb2.py +6 -4
- envoy/extensions/filters/http/basic_auth/__init__.py +0 -0
- envoy/extensions/filters/http/basic_auth/v3/__init__.py +0 -0
- envoy/extensions/filters/http/basic_auth/v3/basic_auth_pb2.py +31 -0
- envoy/extensions/filters/http/composite/v3/composite_pb2.py +16 -8
- envoy/extensions/filters/http/compressor/v3/compressor_pb2.py +6 -6
- envoy/extensions/filters/http/credential_injector/__init__.py +0 -0
- envoy/extensions/filters/http/credential_injector/v3/__init__.py +0 -0
- envoy/extensions/filters/http/credential_injector/v3/credential_injector_pb2.py +32 -0
- envoy/extensions/filters/http/ext_authz/v3/ext_authz_pb2.py +18 -17
- envoy/extensions/filters/http/ext_proc/v3/ext_proc_pb2.py +10 -11
- envoy/extensions/filters/http/ext_proc/v3/processing_mode_pb2.py +8 -9
- envoy/extensions/filters/http/geoip/v3/geoip_pb2.py +4 -26
- envoy/extensions/filters/http/grpc_field_extraction/__init__.py +0 -0
- envoy/extensions/filters/http/grpc_field_extraction/v3/__init__.py +0 -0
- envoy/extensions/filters/http/grpc_field_extraction/v3/config_pb2.py +43 -0
- envoy/extensions/filters/http/grpc_http1_bridge/v3/config_pb2.py +3 -3
- envoy/extensions/filters/http/header_mutation/v3/header_mutation_pb2.py +3 -3
- envoy/extensions/filters/http/json_to_metadata/__init__.py +0 -0
- envoy/extensions/filters/http/json_to_metadata/v3/__init__.py +0 -0
- envoy/extensions/filters/http/json_to_metadata/v3/json_to_metadata_pb2.py +51 -0
- envoy/extensions/filters/http/jwt_authn/v3/config_pb2.py +38 -34
- envoy/extensions/filters/http/local_ratelimit/v3/local_rate_limit_pb2.py +4 -3
- envoy/extensions/filters/http/oauth2/v3/oauth_pb2.py +13 -11
- envoy/extensions/filters/http/proto_message_logging/__init__.py +0 -0
- envoy/extensions/filters/http/proto_message_logging/v3/__init__.py +0 -0
- envoy/extensions/filters/http/proto_message_logging/v3/config_pb2.py +47 -0
- envoy/extensions/filters/http/ratelimit/v3/rate_limit_pb2.py +34 -34
- envoy/extensions/filters/http/router/v3/router_pb2.py +8 -5
- envoy/extensions/filters/http/set_filter_state/__init__.py +0 -0
- envoy/extensions/filters/http/set_filter_state/v3/__init__.py +0 -0
- envoy/extensions/filters/http/set_filter_state/v3/set_filter_state_pb2.py +28 -0
- envoy/extensions/filters/http/set_metadata/v3/set_metadata_pb2.py +12 -4
- envoy/extensions/filters/http/stateful_session/v3/stateful_session_pb2.py +4 -4
- envoy/extensions/filters/http/tap/v3/tap_pb2.py +2 -2
- envoy/extensions/filters/listener/tls_inspector/v3/tls_inspector_pb2.py +6 -3
- envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager_pb2.py +52 -52
- envoy/extensions/filters/network/redis_proxy/v3/redis_proxy_pb2.py +20 -14
- envoy/extensions/filters/network/set_filter_state/__init__.py +0 -0
- envoy/extensions/filters/network/set_filter_state/v3/__init__.py +0 -0
- envoy/extensions/filters/network/set_filter_state/v3/set_filter_state_pb2.py +28 -0
- envoy/extensions/filters/network/zookeeper_proxy/v3/zookeeper_proxy_pb2.py +6 -6
- envoy/extensions/filters/udp/udp_proxy/session/__init__.py +0 -0
- envoy/extensions/filters/udp/udp_proxy/session/dynamic_forward_proxy/__init__.py +0 -0
- envoy/extensions/filters/udp/udp_proxy/session/dynamic_forward_proxy/v3/__init__.py +0 -0
- envoy/extensions/filters/udp/udp_proxy/session/dynamic_forward_proxy/v3/dynamic_forward_proxy_pb2.py +36 -0
- envoy/extensions/filters/udp/udp_proxy/session/http_capsule/__init__.py +0 -0
- envoy/extensions/filters/udp/udp_proxy/session/http_capsule/v3/__init__.py +0 -0
- envoy/extensions/filters/udp/udp_proxy/session/http_capsule/v3/http_capsule_pb2.py +27 -0
- envoy/extensions/filters/udp/udp_proxy/v3/udp_proxy_pb2.py +30 -5
- envoy/extensions/geoip_providers/__init__.py +0 -0
- envoy/extensions/geoip_providers/common/__init__.py +0 -0
- envoy/extensions/geoip_providers/common/v3/__init__.py +0 -0
- envoy/extensions/geoip_providers/common/v3/common_pb2.py +50 -0
- envoy/extensions/geoip_providers/maxmind/__init__.py +0 -0
- envoy/extensions/geoip_providers/maxmind/v3/__init__.py +0 -0
- envoy/extensions/geoip_providers/maxmind/v3/maxmind_pb2.py +38 -0
- envoy/extensions/http/header_validators/envoy_default/v3/header_validator_pb2.py +10 -10
- envoy/extensions/injected_credentials/__init__.py +0 -0
- envoy/extensions/injected_credentials/generic/__init__.py +0 -0
- envoy/extensions/injected_credentials/generic/v3/__init__.py +0 -0
- envoy/extensions/injected_credentials/generic/v3/generic_pb2.py +34 -0
- envoy/extensions/injected_credentials/oauth2/__init__.py +0 -0
- envoy/extensions/injected_credentials/oauth2/v3/__init__.py +0 -0
- envoy/extensions/injected_credentials/oauth2/v3/oauth2_pb2.py +43 -0
- envoy/extensions/load_balancing_policies/least_request/v3/least_request_pb2.py +2 -2
- envoy/extensions/load_balancing_policies/ring_hash/v3/ring_hash_pb2.py +5 -5
- envoy/extensions/load_balancing_policies/subset/v3/subset_pb2.py +10 -10
- envoy/extensions/resource_monitors/downstream_connections/v3/downstream_connections_pb2.py +4 -5
- envoy/extensions/router/__init__.py +0 -0
- envoy/extensions/router/cluster_specifiers/__init__.py +0 -0
- envoy/extensions/router/cluster_specifiers/lua/__init__.py +0 -0
- envoy/extensions/router/cluster_specifiers/lua/v3/__init__.py +0 -0
- envoy/extensions/router/cluster_specifiers/lua/v3/lua_pb2.py +31 -0
- envoy/extensions/stat_sinks/open_telemetry/v3/open_telemetry_pb2.py +2 -2
- envoy/extensions/tracers/__init__.py +0 -0
- envoy/extensions/tracers/opentelemetry/__init__.py +0 -0
- envoy/extensions/tracers/opentelemetry/resource_detectors/__init__.py +0 -0
- envoy/extensions/tracers/opentelemetry/resource_detectors/v3/__init__.py +0 -0
- envoy/extensions/tracers/opentelemetry/resource_detectors/v3/dynatrace_resource_detector_pb2.py +27 -0
- envoy/extensions/tracers/opentelemetry/resource_detectors/v3/environment_resource_detector_pb2.py +27 -0
- envoy/extensions/tracers/opentelemetry/samplers/__init__.py +0 -0
- envoy/extensions/tracers/opentelemetry/samplers/v3/__init__.py +0 -0
- envoy/extensions/tracers/opentelemetry/samplers/v3/always_on_sampler_pb2.py +27 -0
- envoy/extensions/transport_sockets/tls/v3/common_pb2.py +16 -16
- envoy/extensions/transport_sockets/tls/v3/tls_pb2.py +16 -16
- envoy/extensions/upstreams/http/udp/__init__.py +0 -0
- envoy/extensions/upstreams/http/udp/v3/__init__.py +0 -0
- envoy/extensions/upstreams/http/udp/v3/udp_connection_pool_pb2.py +27 -0
- envoy/service/auth/v3/attribute_context_pb2.py +16 -16
- envoy/service/ext_proc/v3/external_processor_pb2.py +34 -35
- envoy/service/extension/v3/config_discovery_pb2_grpc.py +15 -9
- envoy/service/rate_limit_quota/v3/rlqs_pb2_grpc.py +24 -0
- envoy/service/status/v3/csds_pb2.py +16 -16
- envoy/type/matcher/v3/value_pb2.py +10 -6
- xds/type/matcher/v3/cel_pb2.py +2 -2
- {xds_protos-1.59.3.dist-info → xds_protos-1.63.0rc1.dist-info}/METADATA +2 -2
- {xds_protos-1.59.3.dist-info → xds_protos-1.63.0rc1.dist-info}/RECORD +137 -70
- {xds_protos-1.59.3.dist-info → xds_protos-1.63.0rc1.dist-info}/WHEEL +1 -1
- {xds_protos-1.59.3.dist-info → xds_protos-1.63.0rc1.dist-info}/top_level.txt +0 -0
@@ -12,21 +12,20 @@ _sym_db = _symbol_database.Default()
|
|
12
12
|
|
13
13
|
|
14
14
|
from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb2
|
15
|
-
from xds.annotations.v3 import status_pb2 as xds_dot_annotations_dot_v3_dot_status__pb2
|
16
15
|
from udpa.annotations import status_pb2 as udpa_dot_annotations_dot_status__pb2
|
17
16
|
from validate import validate_pb2 as validate_dot_validate__pb2
|
18
17
|
|
19
18
|
|
20
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nGenvoy/extensions/bootstrap/internal_listener/v3/internal_listener.proto\x12/envoy.extensions.bootstrap.internal_listener.v3\x1a\x1egoogle/protobuf/wrappers.proto\x1a\
|
19
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nGenvoy/extensions/bootstrap/internal_listener/v3/internal_listener.proto\x12/envoy.extensions.bootstrap.internal_listener.v3\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1dudpa/annotations/status.proto\x1a\x17validate/validate.proto\"T\n\x10InternalListener\x12@\n\x0e\x62uffer_size_kb\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueB\n\xfa\x42\x07*\x05\x18\x80@(\x01\x42\xcc\x01\n=io.envoyproxy.envoy.extensions.bootstrap.internal_listener.v3B\x15InternalListenerProtoP\x01Zjgithub.com/envoyproxy/go-control-plane/envoy/extensions/bootstrap/internal_listener/v3;internal_listenerv3\xba\x80\xc8\xd1\x06\x02\x10\x02\x62\x06proto3')
|
21
20
|
|
22
21
|
_globals = globals()
|
23
22
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
24
23
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'envoy.extensions.bootstrap.internal_listener.v3.internal_listener_pb2', _globals)
|
25
24
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
26
25
|
DESCRIPTOR._options = None
|
27
|
-
DESCRIPTOR._serialized_options = b'\n=io.envoyproxy.envoy.extensions.bootstrap.internal_listener.v3B\025InternalListenerProtoP\001Zjgithub.com/envoyproxy/go-control-plane/envoy/extensions/bootstrap/internal_listener/v3;internal_listenerv3\272\200\310\321\006\002\020\002
|
26
|
+
DESCRIPTOR._serialized_options = b'\n=io.envoyproxy.envoy.extensions.bootstrap.internal_listener.v3B\025InternalListenerProtoP\001Zjgithub.com/envoyproxy/go-control-plane/envoy/extensions/bootstrap/internal_listener/v3;internal_listenerv3\272\200\310\321\006\002\020\002'
|
28
27
|
_INTERNALLISTENER.fields_by_name['buffer_size_kb']._options = None
|
29
28
|
_INTERNALLISTENER.fields_by_name['buffer_size_kb']._serialized_options = b'\372B\007*\005\030\200@(\001'
|
30
|
-
_globals['_INTERNALLISTENER']._serialized_start=
|
31
|
-
_globals['_INTERNALLISTENER']._serialized_end=
|
29
|
+
_globals['_INTERNALLISTENER']._serialized_start=212
|
30
|
+
_globals['_INTERNALLISTENER']._serialized_end=296
|
32
31
|
# @@protoc_insertion_point(module_scope)
|
@@ -13,14 +13,13 @@ _sym_db = _symbol_database.Default()
|
|
13
13
|
|
14
14
|
from envoy.config.common.matcher.v3 import matcher_pb2 as envoy_dot_config_dot_common_dot_matcher_dot_v3_dot_matcher__pb2
|
15
15
|
from envoy.config.core.v3 import extension_pb2 as envoy_dot_config_dot_core_dot_v3_dot_extension__pb2
|
16
|
-
from xds.annotations.v3 import status_pb2 as xds_dot_annotations_dot_v3_dot_status__pb2
|
17
16
|
from xds.type.matcher.v3 import matcher_pb2 as xds_dot_type_dot_matcher_dot_v3_dot_matcher__pb2
|
18
17
|
from envoy.annotations import deprecation_pb2 as envoy_dot_annotations_dot_deprecation__pb2
|
19
18
|
from udpa.annotations import status_pb2 as udpa_dot_annotations_dot_status__pb2
|
20
19
|
from validate import validate_pb2 as validate_dot_validate__pb2
|
21
20
|
|
22
21
|
|
23
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n;envoy/extensions/common/matching/v3/extension_matcher.proto\x12#envoy.extensions.common.matching.v3\x1a,envoy/config/common/matcher/v3/matcher.proto\x1a$envoy/config/core/v3/extension.proto\x1a
|
22
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n;envoy/extensions/common/matching/v3/extension_matcher.proto\x12#envoy.extensions.common.matching.v3\x1a,envoy/config/common/matcher/v3/matcher.proto\x1a$envoy/config/core/v3/extension.proto\x1a!xds/type/matcher/v3/matcher.proto\x1a#envoy/annotations/deprecation.proto\x1a\x1dudpa/annotations/status.proto\x1a\x17validate/validate.proto\"\xe0\x01\n\x14\x45xtensionWithMatcher\x12\x45\n\x07matcher\x18\x01 \x01(\x0b\x32\'.envoy.config.common.matcher.v3.MatcherB\x0b\x18\x01\x92\xc7\x86\xd8\x04\x03\x33.0\x12\x31\n\x0bxds_matcher\x18\x03 \x01(\x0b\x32\x1c.xds.type.matcher.v3.Matcher\x12N\n\x10\x65xtension_config\x18\x02 \x01(\x0b\x32*.envoy.config.core.v3.TypedExtensionConfigB\x08\xfa\x42\x05\x8a\x01\x02\x10\x01\"Q\n\x1c\x45xtensionWithMatcherPerRoute\x12\x31\n\x0bxds_matcher\x18\x01 \x01(\x0b\x32\x1c.xds.type.matcher.v3.MatcherB\xab\x01\n1io.envoyproxy.envoy.extensions.common.matching.v3B\x15\x45xtensionMatcherProtoP\x01ZUgithub.com/envoyproxy/go-control-plane/envoy/extensions/common/matching/v3;matchingv3\xba\x80\xc8\xd1\x06\x02\x10\x02\x62\x06proto3')
|
24
23
|
|
25
24
|
_globals = globals()
|
26
25
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -32,8 +31,8 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
32
31
|
_EXTENSIONWITHMATCHER.fields_by_name['matcher']._serialized_options = b'\030\001\222\307\206\330\004\0033.0'
|
33
32
|
_EXTENSIONWITHMATCHER.fields_by_name['extension_config']._options = None
|
34
33
|
_EXTENSIONWITHMATCHER.fields_by_name['extension_config']._serialized_options = b'\372B\005\212\001\002\020\001'
|
35
|
-
_EXTENSIONWITHMATCHER.
|
36
|
-
_EXTENSIONWITHMATCHER.
|
37
|
-
_globals['
|
38
|
-
_globals['
|
34
|
+
_globals['_EXTENSIONWITHMATCHER']._serialized_start=313
|
35
|
+
_globals['_EXTENSIONWITHMATCHER']._serialized_end=537
|
36
|
+
_globals['_EXTENSIONWITHMATCHERPERROUTE']._serialized_start=539
|
37
|
+
_globals['_EXTENSIONWITHMATCHERPERROUTE']._serialized_end=620
|
39
38
|
# @@protoc_insertion_point(module_scope)
|
File without changes
|
File without changes
|
@@ -0,0 +1,37 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# source: envoy/extensions/filters/common/set_filter_state/v3/value.proto
|
4
|
+
"""Generated protocol buffer code."""
|
5
|
+
from google.protobuf import descriptor as _descriptor
|
6
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
7
|
+
from google.protobuf import symbol_database as _symbol_database
|
8
|
+
from google.protobuf.internal import builder as _builder
|
9
|
+
# @@protoc_insertion_point(imports)
|
10
|
+
|
11
|
+
_sym_db = _symbol_database.Default()
|
12
|
+
|
13
|
+
|
14
|
+
from envoy.config.core.v3 import substitution_format_string_pb2 as envoy_dot_config_dot_core_dot_v3_dot_substitution__format__string__pb2
|
15
|
+
from udpa.annotations import status_pb2 as udpa_dot_annotations_dot_status__pb2
|
16
|
+
from validate import validate_pb2 as validate_dot_validate__pb2
|
17
|
+
|
18
|
+
|
19
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n?envoy/extensions/filters/common/set_filter_state/v3/value.proto\x12\x33\x65nvoy.extensions.filters.common.set_filter_state.v3\x1a\x35\x65nvoy/config/core/v3/substitution_format_string.proto\x1a\x1dudpa/annotations/status.proto\x1a\x17validate/validate.proto\"\x85\x03\n\x10\x46ilterStateValue\x12\x1d\n\nobject_key\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01H\x00\x12\x13\n\x0b\x66\x61\x63tory_key\x18\x06 \x01(\t\x12G\n\rformat_string\x18\x02 \x01(\x0b\x32..envoy.config.core.v3.SubstitutionFormatStringH\x01\x12\x11\n\tread_only\x18\x03 \x01(\x08\x12v\n\x14shared_with_upstream\x18\x04 \x01(\x0e\x32X.envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue.SharedWithUpstream\x12\x15\n\rskip_if_empty\x18\x05 \x01(\x08\"8\n\x12SharedWithUpstream\x12\x08\n\x04NONE\x10\x00\x12\x08\n\x04ONCE\x10\x01\x12\x0e\n\nTRANSITIVE\x10\x02\x42\n\n\x03key\x12\x03\xf8\x42\x01\x42\x0c\n\x05value\x12\x03\xf8\x42\x01\x42\xc8\x01\nAio.envoyproxy.envoy.extensions.filters.common.set_filter_state.v3B\nValueProtoP\x01Zmgithub.com/envoyproxy/go-control-plane/envoy/extensions/filters/common/set_filter_state/v3;set_filter_statev3\xba\x80\xc8\xd1\x06\x02\x10\x02\x62\x06proto3')
|
20
|
+
|
21
|
+
_globals = globals()
|
22
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
23
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'envoy.extensions.filters.common.set_filter_state.v3.value_pb2', _globals)
|
24
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
25
|
+
DESCRIPTOR._options = None
|
26
|
+
DESCRIPTOR._serialized_options = b'\nAio.envoyproxy.envoy.extensions.filters.common.set_filter_state.v3B\nValueProtoP\001Zmgithub.com/envoyproxy/go-control-plane/envoy/extensions/filters/common/set_filter_state/v3;set_filter_statev3\272\200\310\321\006\002\020\002'
|
27
|
+
_FILTERSTATEVALUE.oneofs_by_name['key']._options = None
|
28
|
+
_FILTERSTATEVALUE.oneofs_by_name['key']._serialized_options = b'\370B\001'
|
29
|
+
_FILTERSTATEVALUE.oneofs_by_name['value']._options = None
|
30
|
+
_FILTERSTATEVALUE.oneofs_by_name['value']._serialized_options = b'\370B\001'
|
31
|
+
_FILTERSTATEVALUE.fields_by_name['object_key']._options = None
|
32
|
+
_FILTERSTATEVALUE.fields_by_name['object_key']._serialized_options = b'\372B\004r\002\020\001'
|
33
|
+
_globals['_FILTERSTATEVALUE']._serialized_start=232
|
34
|
+
_globals['_FILTERSTATEVALUE']._serialized_end=621
|
35
|
+
_globals['_FILTERSTATEVALUE_SHAREDWITHUPSTREAM']._serialized_start=539
|
36
|
+
_globals['_FILTERSTATEVALUE_SHAREDWITHUPSTREAM']._serialized_end=595
|
37
|
+
# @@protoc_insertion_point(module_scope)
|
@@ -17,7 +17,7 @@ from udpa.annotations import versioning_pb2 as udpa_dot_annotations_dot_versioni
|
|
17
17
|
from validate import validate_pb2 as validate_dot_validate__pb2
|
18
18
|
|
19
19
|
|
20
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nNenvoy/extensions/filters/http/aws_request_signing/v3/aws_request_signing.proto\x12\x34\x65nvoy.extensions.filters.http.aws_request_signing.v3\x1a\"envoy/type/matcher/v3/string.proto\x1a\x1dudpa/annotations/status.proto\x1a!udpa/annotations/versioning.proto\x1a\x17validate/validate.proto\"\
|
20
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nNenvoy/extensions/filters/http/aws_request_signing/v3/aws_request_signing.proto\x12\x34\x65nvoy.extensions.filters.http.aws_request_signing.v3\x1a\"envoy/type/matcher/v3/string.proto\x1a\x1dudpa/annotations/status.proto\x1a!udpa/annotations/versioning.proto\x1a\x17validate/validate.proto\"\xbc\x03\n\x11\x41wsRequestSigning\x12\x1d\n\x0cservice_name\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x12\x17\n\x06region\x18\x02 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x12\x14\n\x0chost_rewrite\x18\x03 \x01(\t\x12\x1c\n\x14use_unsigned_payload\x18\x04 \x01(\x08\x12\x44\n\x16match_excluded_headers\x18\x05 \x03(\x0b\x32$.envoy.type.matcher.v3.StringMatcher\x12s\n\x11signing_algorithm\x18\x06 \x01(\x0e\x32X.envoy.extensions.filters.http.aws_request_signing.v3.AwsRequestSigning.SigningAlgorithm\"1\n\x10SigningAlgorithm\x12\r\n\tAWS_SIGV4\x10\x00\x12\x0e\n\nAWS_SIGV4A\x10\x01:M\x9a\xc5\x88\x1eH\nFenvoy.config.filter.http.aws_request_signing.v2alpha.AwsRequestSigning\"\x9f\x01\n\x19\x41wsRequestSigningPerRoute\x12\x64\n\x13\x61ws_request_signing\x18\x01 \x01(\x0b\x32G.envoy.extensions.filters.http.aws_request_signing.v3.AwsRequestSigning\x12\x1c\n\x0bstat_prefix\x18\x02 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x42\xd9\x01\nBio.envoyproxy.envoy.extensions.filters.http.aws_request_signing.v3B\x16\x41wsRequestSigningProtoP\x01Zqgithub.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/aws_request_signing/v3;aws_request_signingv3\xba\x80\xc8\xd1\x06\x02\x10\x02\x62\x06proto3')
|
21
21
|
|
22
22
|
_globals = globals()
|
23
23
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -34,7 +34,9 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
34
34
|
_AWSREQUESTSIGNINGPERROUTE.fields_by_name['stat_prefix']._options = None
|
35
35
|
_AWSREQUESTSIGNINGPERROUTE.fields_by_name['stat_prefix']._serialized_options = b'\372B\004r\002\020\001'
|
36
36
|
_globals['_AWSREQUESTSIGNING']._serialized_start=264
|
37
|
-
_globals['_AWSREQUESTSIGNING']._serialized_end=
|
38
|
-
_globals['
|
39
|
-
_globals['
|
37
|
+
_globals['_AWSREQUESTSIGNING']._serialized_end=708
|
38
|
+
_globals['_AWSREQUESTSIGNING_SIGNINGALGORITHM']._serialized_start=580
|
39
|
+
_globals['_AWSREQUESTSIGNING_SIGNINGALGORITHM']._serialized_end=629
|
40
|
+
_globals['_AWSREQUESTSIGNINGPERROUTE']._serialized_start=711
|
41
|
+
_globals['_AWSREQUESTSIGNINGPERROUTE']._serialized_end=870
|
40
42
|
# @@protoc_insertion_point(module_scope)
|
File without changes
|
File without changes
|
@@ -0,0 +1,31 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# source: envoy/extensions/filters/http/basic_auth/v3/basic_auth.proto
|
4
|
+
"""Generated protocol buffer code."""
|
5
|
+
from google.protobuf import descriptor as _descriptor
|
6
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
7
|
+
from google.protobuf import symbol_database as _symbol_database
|
8
|
+
from google.protobuf.internal import builder as _builder
|
9
|
+
# @@protoc_insertion_point(imports)
|
10
|
+
|
11
|
+
_sym_db = _symbol_database.Default()
|
12
|
+
|
13
|
+
|
14
|
+
from envoy.config.core.v3 import base_pb2 as envoy_dot_config_dot_core_dot_v3_dot_base__pb2
|
15
|
+
from udpa.annotations import sensitive_pb2 as udpa_dot_annotations_dot_sensitive__pb2
|
16
|
+
from udpa.annotations import status_pb2 as udpa_dot_annotations_dot_status__pb2
|
17
|
+
|
18
|
+
|
19
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n<envoy/extensions/filters/http/basic_auth/v3/basic_auth.proto\x12+envoy.extensions.filters.http.basic_auth.v3\x1a\x1f\x65nvoy/config/core/v3/base.proto\x1a udpa/annotations/sensitive.proto\x1a\x1dudpa/annotations/status.proto\"D\n\tBasicAuth\x12\x37\n\x05users\x18\x01 \x01(\x0b\x32 .envoy.config.core.v3.DataSourceB\x06\xb8\xb7\x8b\xa4\x02\x01\x42\xb6\x01\n9io.envoyproxy.envoy.extensions.filters.http.basic_auth.v3B\x0e\x42\x61sicAuthProtoP\x01Z_github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/basic_auth/v3;basic_authv3\xba\x80\xc8\xd1\x06\x02\x10\x02\x62\x06proto3')
|
20
|
+
|
21
|
+
_globals = globals()
|
22
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
23
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'envoy.extensions.filters.http.basic_auth.v3.basic_auth_pb2', _globals)
|
24
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
25
|
+
DESCRIPTOR._options = None
|
26
|
+
DESCRIPTOR._serialized_options = b'\n9io.envoyproxy.envoy.extensions.filters.http.basic_auth.v3B\016BasicAuthProtoP\001Z_github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/basic_auth/v3;basic_authv3\272\200\310\321\006\002\020\002'
|
27
|
+
_BASICAUTH.fields_by_name['users']._options = None
|
28
|
+
_BASICAUTH.fields_by_name['users']._serialized_options = b'\270\267\213\244\002\001'
|
29
|
+
_globals['_BASICAUTH']._serialized_start=207
|
30
|
+
_globals['_BASICAUTH']._serialized_end=275
|
31
|
+
# @@protoc_insertion_point(module_scope)
|
@@ -11,12 +11,14 @@ from google.protobuf.internal import builder as _builder
|
|
11
11
|
_sym_db = _symbol_database.Default()
|
12
12
|
|
13
13
|
|
14
|
+
from envoy.config.core.v3 import config_source_pb2 as envoy_dot_config_dot_core_dot_v3_dot_config__source__pb2
|
14
15
|
from envoy.config.core.v3 import extension_pb2 as envoy_dot_config_dot_core_dot_v3_dot_extension__pb2
|
15
|
-
from
|
16
|
+
from udpa.annotations import migrate_pb2 as udpa_dot_annotations_dot_migrate__pb2
|
16
17
|
from udpa.annotations import status_pb2 as udpa_dot_annotations_dot_status__pb2
|
18
|
+
from validate import validate_pb2 as validate_dot_validate__pb2
|
17
19
|
|
18
20
|
|
19
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n:envoy/extensions/filters/http/composite/v3/composite.proto\x12*envoy.extensions.filters.http.composite.v3\x1a$envoy/config/core/v3/extension.proto\x1a\
|
21
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n:envoy/extensions/filters/http/composite/v3/composite.proto\x12*envoy.extensions.filters.http.composite.v3\x1a(envoy/config/core/v3/config_source.proto\x1a$envoy/config/core/v3/extension.proto\x1a\x1eudpa/annotations/migrate.proto\x1a\x1dudpa/annotations/status.proto\x1a\x17validate/validate.proto\"\x0b\n\tComposite\"m\n\rDynamicConfig\x12\x15\n\x04name\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x12\x45\n\x10\x63onfig_discovery\x18\x02 \x01(\x0b\x32+.envoy.config.core.v3.ExtensionConfigSource\"\xd4\x01\n\x13\x45xecuteFilterAction\x12U\n\x0ctyped_config\x18\x01 \x01(\x0b\x32*.envoy.config.core.v3.TypedExtensionConfigB\x13\xf2\x98\xfe\x8f\x05\r\x12\x0b\x63onfig_type\x12\x66\n\x0e\x64ynamic_config\x18\x02 \x01(\x0b\x32\x39.envoy.extensions.filters.http.composite.v3.DynamicConfigB\x13\xf2\x98\xfe\x8f\x05\r\x12\x0b\x63onfig_typeB\xb3\x01\n8io.envoyproxy.envoy.extensions.filters.http.composite.v3B\x0e\x43ompositeProtoP\x01Z]github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/composite/v3;compositev3\xba\x80\xc8\xd1\x06\x02\x10\x02\x62\x06proto3')
|
20
22
|
|
21
23
|
_globals = globals()
|
22
24
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -24,10 +26,16 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'envoy.extensions.filters.ht
|
|
24
26
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
25
27
|
DESCRIPTOR._options = None
|
26
28
|
DESCRIPTOR._serialized_options = b'\n8io.envoyproxy.envoy.extensions.filters.http.composite.v3B\016CompositeProtoP\001Z]github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/composite/v3;compositev3\272\200\310\321\006\002\020\002'
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
29
|
+
_DYNAMICCONFIG.fields_by_name['name']._options = None
|
30
|
+
_DYNAMICCONFIG.fields_by_name['name']._serialized_options = b'\372B\004r\002\020\001'
|
31
|
+
_EXECUTEFILTERACTION.fields_by_name['typed_config']._options = None
|
32
|
+
_EXECUTEFILTERACTION.fields_by_name['typed_config']._serialized_options = b'\362\230\376\217\005\r\022\013config_type'
|
33
|
+
_EXECUTEFILTERACTION.fields_by_name['dynamic_config']._options = None
|
34
|
+
_EXECUTEFILTERACTION.fields_by_name['dynamic_config']._serialized_options = b'\362\230\376\217\005\r\022\013config_type'
|
35
|
+
_globals['_COMPOSITE']._serialized_start=274
|
36
|
+
_globals['_COMPOSITE']._serialized_end=285
|
37
|
+
_globals['_DYNAMICCONFIG']._serialized_start=287
|
38
|
+
_globals['_DYNAMICCONFIG']._serialized_end=396
|
39
|
+
_globals['_EXECUTEFILTERACTION']._serialized_start=399
|
40
|
+
_globals['_EXECUTEFILTERACTION']._serialized_end=611
|
33
41
|
# @@protoc_insertion_point(module_scope)
|
@@ -20,7 +20,7 @@ from udpa.annotations import versioning_pb2 as udpa_dot_annotations_dot_versioni
|
|
20
20
|
from validate import validate_pb2 as validate_dot_validate__pb2
|
21
21
|
|
22
22
|
|
23
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n<envoy/extensions/filters/http/compressor/v3/compressor.proto\x12+envoy.extensions.filters.http.compressor.v3\x1a\x1f\x65nvoy/config/core/v3/base.proto\x1a$envoy/config/core/v3/extension.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a#envoy/annotations/deprecation.proto\x1a\x1dudpa/annotations/status.proto\x1a!udpa/annotations/versioning.proto\x1a\x17validate/validate.proto\"\x99\t\n\nCompressor\x12\x41\n\x0e\x63ontent_length\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueB\x0b\x18\x01\x92\xc7\x86\xd8\x04\x03\x33.0\x12!\n\x0c\x63ontent_type\x18\x02 \x03(\tB\x0b\x18\x01\x92\xc7\x86\xd8\x04\x03\x33.0\x12+\n\x16\x64isable_on_etag_header\x18\x03 \x01(\x08\x42\x0b\x18\x01\x92\xc7\x86\xd8\x04\x03\x33.0\x12\x32\n\x1dremove_accept_encoding_header\x18\x04 \x01(\x08\x42\x0b\x18\x01\x92\xc7\x86\xd8\x04\x03\x33.0\x12N\n\x0fruntime_enabled\x18\x05 \x01(\x0b\x32(.envoy.config.core.v3.RuntimeFeatureFlagB\x0b\x18\x01\x92\xc7\x86\xd8\x04\x03\x33.0\x12P\n\x12\x63ompressor_library\x18\x06 \x01(\x0b\x32*.envoy.config.core.v3.TypedExtensionConfigB\x08\xfa\x42\x05\x8a\x01\x02\x10\x01\x12p\n\x18request_direction_config\x18\x07 \x01(\x0b\x32N.envoy.extensions.filters.http.compressor.v3.Compressor.RequestDirectionConfig\x12r\n\x19response_direction_config\x18\x08 \x01(\x0b\x32O.envoy.extensions.filters.http.compressor.v3.Compressor.ResponseDirectionConfig\x12\x14\n\x0c\x63hoose_first\x18\t \x01(\x08\x1a\xa2\x01\n\x15\x43ommonDirectionConfig\x12\x39\n\x07\x65nabled\x18\x01 \x01(\x0b\x32(.envoy.config.core.v3.RuntimeFeatureFlag\x12\x38\n\x12min_content_length\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.UInt32Value\x12\x14\n\x0c\x63ontent_type\x18\x03 \x03(\t\x1a~\n\x16RequestDirectionConfig\x12\x64\n\rcommon_config\x18\x01 \x01(\x0b\x32M.envoy.extensions.filters.http.compressor.v3.Compressor.CommonDirectionConfig\x1a\xc6\x01\n\x17ResponseDirectionConfig\x12\x64\n\rcommon_config\x18\x01 \x01(\x0b\x32M.envoy.extensions.filters.http.compressor.v3.Compressor.CommonDirectionConfig\x12\x1e\n\x16\x64isable_on_etag_header\x18\x02 \x01(\x08\x12%\n\x1dremove_accept_encoding_header\x18\x03 \x01(\x08:8\x9a\xc5\x88\x1e\x33\n1envoy.config.filter.http.compressor.v2.Compressor\"\
|
23
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n<envoy/extensions/filters/http/compressor/v3/compressor.proto\x12+envoy.extensions.filters.http.compressor.v3\x1a\x1f\x65nvoy/config/core/v3/base.proto\x1a$envoy/config/core/v3/extension.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a#envoy/annotations/deprecation.proto\x1a\x1dudpa/annotations/status.proto\x1a!udpa/annotations/versioning.proto\x1a\x17validate/validate.proto\"\x99\t\n\nCompressor\x12\x41\n\x0e\x63ontent_length\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueB\x0b\x18\x01\x92\xc7\x86\xd8\x04\x03\x33.0\x12!\n\x0c\x63ontent_type\x18\x02 \x03(\tB\x0b\x18\x01\x92\xc7\x86\xd8\x04\x03\x33.0\x12+\n\x16\x64isable_on_etag_header\x18\x03 \x01(\x08\x42\x0b\x18\x01\x92\xc7\x86\xd8\x04\x03\x33.0\x12\x32\n\x1dremove_accept_encoding_header\x18\x04 \x01(\x08\x42\x0b\x18\x01\x92\xc7\x86\xd8\x04\x03\x33.0\x12N\n\x0fruntime_enabled\x18\x05 \x01(\x0b\x32(.envoy.config.core.v3.RuntimeFeatureFlagB\x0b\x18\x01\x92\xc7\x86\xd8\x04\x03\x33.0\x12P\n\x12\x63ompressor_library\x18\x06 \x01(\x0b\x32*.envoy.config.core.v3.TypedExtensionConfigB\x08\xfa\x42\x05\x8a\x01\x02\x10\x01\x12p\n\x18request_direction_config\x18\x07 \x01(\x0b\x32N.envoy.extensions.filters.http.compressor.v3.Compressor.RequestDirectionConfig\x12r\n\x19response_direction_config\x18\x08 \x01(\x0b\x32O.envoy.extensions.filters.http.compressor.v3.Compressor.ResponseDirectionConfig\x12\x14\n\x0c\x63hoose_first\x18\t \x01(\x08\x1a\xa2\x01\n\x15\x43ommonDirectionConfig\x12\x39\n\x07\x65nabled\x18\x01 \x01(\x0b\x32(.envoy.config.core.v3.RuntimeFeatureFlag\x12\x38\n\x12min_content_length\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.UInt32Value\x12\x14\n\x0c\x63ontent_type\x18\x03 \x03(\t\x1a~\n\x16RequestDirectionConfig\x12\x64\n\rcommon_config\x18\x01 \x01(\x0b\x32M.envoy.extensions.filters.http.compressor.v3.Compressor.CommonDirectionConfig\x1a\xc6\x01\n\x17ResponseDirectionConfig\x12\x64\n\rcommon_config\x18\x01 \x01(\x0b\x32M.envoy.extensions.filters.http.compressor.v3.Compressor.CommonDirectionConfig\x12\x1e\n\x16\x64isable_on_etag_header\x18\x02 \x01(\x08\x12%\n\x1dremove_accept_encoding_header\x18\x03 \x01(\x08:8\x9a\xc5\x88\x1e\x33\n1envoy.config.filter.http.compressor.v2.Compressor\"_\n\x1aResponseDirectionOverrides\x12\x41\n\x1dremove_accept_encoding_header\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\"\x81\x01\n\x13\x43ompressorOverrides\x12j\n\x19response_direction_config\x18\x01 \x01(\x0b\x32G.envoy.extensions.filters.http.compressor.v3.ResponseDirectionOverrides\"\x99\x01\n\x12\x43ompressorPerRoute\x12\x1b\n\x08\x64isabled\x18\x01 \x01(\x08\x42\x07\xfa\x42\x04j\x02\x08\x01H\x00\x12U\n\toverrides\x18\x02 \x01(\x0b\x32@.envoy.extensions.filters.http.compressor.v3.CompressorOverridesH\x00\x42\x0f\n\x08override\x12\x03\xf8\x42\x01\x42\xb7\x01\n9io.envoyproxy.envoy.extensions.filters.http.compressor.v3B\x0f\x43ompressorProtoP\x01Z_github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/compressor/v3;compressorv3\xba\x80\xc8\xd1\x06\x02\x10\x02\x62\x06proto3')
|
24
24
|
|
25
25
|
_globals = globals()
|
26
26
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -55,9 +55,9 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
55
55
|
_globals['_COMPRESSOR_RESPONSEDIRECTIONCONFIG']._serialized_start=1262
|
56
56
|
_globals['_COMPRESSOR_RESPONSEDIRECTIONCONFIG']._serialized_end=1460
|
57
57
|
_globals['_RESPONSEDIRECTIONOVERRIDES']._serialized_start=1520
|
58
|
-
_globals['_RESPONSEDIRECTIONOVERRIDES']._serialized_end=
|
59
|
-
_globals['_COMPRESSOROVERRIDES']._serialized_start=
|
60
|
-
_globals['_COMPRESSOROVERRIDES']._serialized_end=
|
61
|
-
_globals['_COMPRESSORPERROUTE']._serialized_start=
|
62
|
-
_globals['_COMPRESSORPERROUTE']._serialized_end=
|
58
|
+
_globals['_RESPONSEDIRECTIONOVERRIDES']._serialized_end=1615
|
59
|
+
_globals['_COMPRESSOROVERRIDES']._serialized_start=1618
|
60
|
+
_globals['_COMPRESSOROVERRIDES']._serialized_end=1747
|
61
|
+
_globals['_COMPRESSORPERROUTE']._serialized_start=1750
|
62
|
+
_globals['_COMPRESSORPERROUTE']._serialized_end=1903
|
63
63
|
# @@protoc_insertion_point(module_scope)
|
File without changes
|
File without changes
|
@@ -0,0 +1,32 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# source: envoy/extensions/filters/http/credential_injector/v3/credential_injector.proto
|
4
|
+
"""Generated protocol buffer code."""
|
5
|
+
from google.protobuf import descriptor as _descriptor
|
6
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
7
|
+
from google.protobuf import symbol_database as _symbol_database
|
8
|
+
from google.protobuf.internal import builder as _builder
|
9
|
+
# @@protoc_insertion_point(imports)
|
10
|
+
|
11
|
+
_sym_db = _symbol_database.Default()
|
12
|
+
|
13
|
+
|
14
|
+
from envoy.config.core.v3 import extension_pb2 as envoy_dot_config_dot_core_dot_v3_dot_extension__pb2
|
15
|
+
from xds.annotations.v3 import status_pb2 as xds_dot_annotations_dot_v3_dot_status__pb2
|
16
|
+
from udpa.annotations import status_pb2 as udpa_dot_annotations_dot_status__pb2
|
17
|
+
from validate import validate_pb2 as validate_dot_validate__pb2
|
18
|
+
|
19
|
+
|
20
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nNenvoy/extensions/filters/http/credential_injector/v3/credential_injector.proto\x12\x34\x65nvoy.extensions.filters.http.credential_injector.v3\x1a$envoy/config/core/v3/extension.proto\x1a\x1fxds/annotations/v3/status.proto\x1a\x1dudpa/annotations/status.proto\x1a\x17validate/validate.proto\"\x8e\x01\n\x12\x43redentialInjector\x12\x11\n\toverwrite\x18\x01 \x01(\x08\x12\x1b\n\x13\x66\x61il_if_not_present\x18\x02 \x01(\x08\x12H\n\ncredential\x18\x03 \x01(\x0b\x32*.envoy.config.core.v3.TypedExtensionConfigB\x08\xfa\x42\x05\x8a\x01\x02\x10\x01\x42\xe2\x01\nBio.envoyproxy.envoy.extensions.filters.http.credential_injector.v3B\x17\x43redentialInjectorProtoP\x01Zqgithub.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/credential_injector/v3;credential_injectorv3\xba\x80\xc8\xd1\x06\x02\x10\x02\xd2\xc6\xa4\xe1\x06\x02\x08\x01\x62\x06proto3')
|
21
|
+
|
22
|
+
_globals = globals()
|
23
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
24
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'envoy.extensions.filters.http.credential_injector.v3.credential_injector_pb2', _globals)
|
25
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
26
|
+
DESCRIPTOR._options = None
|
27
|
+
DESCRIPTOR._serialized_options = b'\nBio.envoyproxy.envoy.extensions.filters.http.credential_injector.v3B\027CredentialInjectorProtoP\001Zqgithub.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/credential_injector/v3;credential_injectorv3\272\200\310\321\006\002\020\002\322\306\244\341\006\002\010\001'
|
28
|
+
_CREDENTIALINJECTOR.fields_by_name['credential']._options = None
|
29
|
+
_CREDENTIALINJECTOR.fields_by_name['credential']._serialized_options = b'\372B\005\212\001\002\020\001'
|
30
|
+
_globals['_CREDENTIALINJECTOR']._serialized_start=264
|
31
|
+
_globals['_CREDENTIALINJECTOR']._serialized_end=406
|
32
|
+
# @@protoc_insertion_point(module_scope)
|
@@ -18,6 +18,7 @@ from envoy.config.core.v3 import http_uri_pb2 as envoy_dot_config_dot_core_dot_v
|
|
18
18
|
from envoy.type.matcher.v3 import metadata_pb2 as envoy_dot_type_dot_matcher_dot_v3_dot_metadata__pb2
|
19
19
|
from envoy.type.matcher.v3 import string_pb2 as envoy_dot_type_dot_matcher_dot_v3_dot_string__pb2
|
20
20
|
from envoy.type.v3 import http_status_pb2 as envoy_dot_type_dot_v3_dot_http__status__pb2
|
21
|
+
from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb2
|
21
22
|
from envoy.annotations import deprecation_pb2 as envoy_dot_annotations_dot_deprecation__pb2
|
22
23
|
from udpa.annotations import sensitive_pb2 as udpa_dot_annotations_dot_sensitive__pb2
|
23
24
|
from udpa.annotations import status_pb2 as udpa_dot_annotations_dot_status__pb2
|
@@ -25,7 +26,7 @@ from udpa.annotations import versioning_pb2 as udpa_dot_annotations_dot_versioni
|
|
25
26
|
from validate import validate_pb2 as validate_dot_validate__pb2
|
26
27
|
|
27
28
|
|
28
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n:envoy/extensions/filters/http/ext_authz/v3/ext_authz.proto\x12*envoy.extensions.filters.http.ext_authz.v3\x1a\x1f\x65nvoy/config/core/v3/base.proto\x1a(envoy/config/core/v3/config_source.proto\x1a\'envoy/config/core/v3/grpc_service.proto\x1a#envoy/config/core/v3/http_uri.proto\x1a$envoy/type/matcher/v3/metadata.proto\x1a\"envoy/type/matcher/v3/string.proto\x1a\x1f\x65nvoy/type/v3/http_status.proto\x1a#envoy/annotations/deprecation.proto\x1a udpa/annotations/sensitive.proto\x1a\x1dudpa/annotations/status.proto\x1a!udpa/annotations/versioning.proto\x1a\x17validate/validate.proto\"\
|
29
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n:envoy/extensions/filters/http/ext_authz/v3/ext_authz.proto\x12*envoy.extensions.filters.http.ext_authz.v3\x1a\x1f\x65nvoy/config/core/v3/base.proto\x1a(envoy/config/core/v3/config_source.proto\x1a\'envoy/config/core/v3/grpc_service.proto\x1a#envoy/config/core/v3/http_uri.proto\x1a$envoy/type/matcher/v3/metadata.proto\x1a\"envoy/type/matcher/v3/string.proto\x1a\x1f\x65nvoy/type/v3/http_status.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a#envoy/annotations/deprecation.proto\x1a udpa/annotations/sensitive.proto\x1a\x1dudpa/annotations/status.proto\x1a!udpa/annotations/versioning.proto\x1a\x17validate/validate.proto\"\x9f\t\n\x08\x45xtAuthz\x12\x39\n\x0cgrpc_service\x18\x01 \x01(\x0b\x32!.envoy.config.core.v3.GrpcServiceH\x00\x12O\n\x0chttp_service\x18\x03 \x01(\x0b\x32\x37.envoy.extensions.filters.http.ext_authz.v3.HttpServiceH\x00\x12I\n\x15transport_api_version\x18\x0c \x01(\x0e\x32 .envoy.config.core.v3.ApiVersionB\x08\xfa\x42\x05\x82\x01\x02\x10\x01\x12\x1a\n\x12\x66\x61ilure_mode_allow\x18\x02 \x01(\x08\x12%\n\x1d\x66\x61ilure_mode_allow_header_add\x18\x13 \x01(\x08\x12U\n\x11with_request_body\x18\x05 \x01(\x0b\x32:.envoy.extensions.filters.http.ext_authz.v3.BufferSettings\x12\x19\n\x11\x63lear_route_cache\x18\x06 \x01(\x08\x12\x32\n\x0fstatus_on_error\x18\x07 \x01(\x0b\x32\x19.envoy.type.v3.HttpStatus\x12#\n\x1bmetadata_context_namespaces\x18\x08 \x03(\t\x12)\n!typed_metadata_context_namespaces\x18\x10 \x03(\t\x12)\n!route_metadata_context_namespaces\x18\x15 \x03(\t\x12/\n\'route_typed_metadata_context_namespaces\x18\x16 \x03(\t\x12\x46\n\x0e\x66ilter_enabled\x18\t \x01(\x0b\x32..envoy.config.core.v3.RuntimeFractionalPercent\x12G\n\x17\x66ilter_enabled_metadata\x18\x0e \x01(\x0b\x32&.envoy.type.matcher.v3.MetadataMatcher\x12\x41\n\x0f\x64\x65ny_at_disable\x18\x0b \x01(\x0b\x32(.envoy.config.core.v3.RuntimeFeatureFlag\x12 \n\x18include_peer_certificate\x18\n \x01(\x08\x12\x13\n\x0bstat_prefix\x18\r \x01(\t\x12%\n\x1d\x62ootstrap_metadata_labels_key\x18\x0f \x01(\t\x12\x41\n\x0f\x61llowed_headers\x18\x11 \x01(\x0b\x32(.envoy.type.matcher.v3.ListStringMatcher\x12\x1b\n\x13include_tls_session\x18\x12 \x01(\x08\x12\x41\n\x1d\x63harge_cluster_response_stats\x18\x14 \x01(\x0b\x32\x1a.google.protobuf.BoolValue:5\x9a\xc5\x88\x1e\x30\n.envoy.config.filter.http.ext_authz.v2.ExtAuthzB\n\n\x08servicesJ\x04\x08\x04\x10\x05R\tuse_alpha\"\xa7\x01\n\x0e\x42ufferSettings\x12\"\n\x11max_request_bytes\x18\x01 \x01(\rB\x07\xfa\x42\x04*\x02 \x00\x12\x1d\n\x15\x61llow_partial_message\x18\x02 \x01(\x08\x12\x15\n\rpack_as_bytes\x18\x03 \x01(\x08:;\x9a\xc5\x88\x1e\x36\n4envoy.config.filter.http.ext_authz.v2.BufferSettings\"\xeb\x02\n\x0bHttpService\x12\x31\n\nserver_uri\x18\x01 \x01(\x0b\x32\x1d.envoy.config.core.v3.HttpUri\x12\x13\n\x0bpath_prefix\x18\x02 \x01(\t\x12_\n\x15\x61uthorization_request\x18\x07 \x01(\x0b\x32@.envoy.extensions.filters.http.ext_authz.v3.AuthorizationRequest\x12\x61\n\x16\x61uthorization_response\x18\x08 \x01(\x0b\x32\x41.envoy.extensions.filters.http.ext_authz.v3.AuthorizationResponse:8\x9a\xc5\x88\x1e\x33\n1envoy.config.filter.http.ext_authz.v2.HttpServiceJ\x04\x08\x03\x10\x04J\x04\x08\x04\x10\x05J\x04\x08\x05\x10\x06J\x04\x08\x06\x10\x07\"\xe4\x01\n\x14\x41uthorizationRequest\x12N\n\x0f\x61llowed_headers\x18\x01 \x01(\x0b\x32(.envoy.type.matcher.v3.ListStringMatcherB\x0b\x18\x01\x92\xc7\x86\xd8\x04\x03\x33.0\x12\x39\n\x0eheaders_to_add\x18\x02 \x03(\x0b\x32!.envoy.config.core.v3.HeaderValue:A\x9a\xc5\x88\x1e<\n:envoy.config.filter.http.ext_authz.v2.AuthorizationRequest\"\xed\x03\n\x15\x41uthorizationResponse\x12J\n\x18\x61llowed_upstream_headers\x18\x01 \x01(\x0b\x32(.envoy.type.matcher.v3.ListStringMatcher\x12T\n\"allowed_upstream_headers_to_append\x18\x03 \x01(\x0b\x32(.envoy.type.matcher.v3.ListStringMatcher\x12H\n\x16\x61llowed_client_headers\x18\x02 \x01(\x0b\x32(.envoy.type.matcher.v3.ListStringMatcher\x12S\n!allowed_client_headers_on_success\x18\x04 \x01(\x0b\x32(.envoy.type.matcher.v3.ListStringMatcher\x12O\n\x1d\x64ynamic_metadata_from_headers\x18\x05 \x01(\x0b\x32(.envoy.type.matcher.v3.ListStringMatcher:B\x9a\xc5\x88\x1e=\n;envoy.config.filter.http.ext_authz.v2.AuthorizationResponse\"\xde\x01\n\x10\x45xtAuthzPerRoute\x12\x1b\n\x08\x64isabled\x18\x01 \x01(\x08\x42\x07\xfa\x42\x04j\x02\x08\x01H\x00\x12]\n\x0e\x63heck_settings\x18\x02 \x01(\x0b\x32\x39.envoy.extensions.filters.http.ext_authz.v3.CheckSettingsB\x08\xfa\x42\x05\x8a\x01\x02\x10\x01H\x00:=\x9a\xc5\x88\x1e\x38\n6envoy.config.filter.http.ext_authz.v2.ExtAuthzPerRouteB\x0f\n\x08override\x12\x03\xf8\x42\x01\"\xfa\x02\n\rCheckSettings\x12t\n\x12\x63ontext_extensions\x18\x01 \x03(\x0b\x32P.envoy.extensions.filters.http.ext_authz.v3.CheckSettings.ContextExtensionsEntryB\x06\xb8\xb7\x8b\xa4\x02\x01\x12&\n\x1e\x64isable_request_body_buffering\x18\x02 \x01(\x08\x12U\n\x11with_request_body\x18\x03 \x01(\x0b\x32:.envoy.extensions.filters.http.ext_authz.v3.BufferSettings\x1a\x38\n\x16\x43ontextExtensionsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01::\x9a\xc5\x88\x1e\x35\n3envoy.config.filter.http.ext_authz.v2.CheckSettingsB\xb2\x01\n8io.envoyproxy.envoy.extensions.filters.http.ext_authz.v3B\rExtAuthzProtoP\x01Z]github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/ext_authz/v3;ext_authzv3\xba\x80\xc8\xd1\x06\x02\x10\x02\x62\x06proto3')
|
29
30
|
|
30
31
|
_globals = globals()
|
31
32
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -63,20 +64,20 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
63
64
|
_CHECKSETTINGS.fields_by_name['context_extensions']._serialized_options = b'\270\267\213\244\002\001'
|
64
65
|
_CHECKSETTINGS._options = None
|
65
66
|
_CHECKSETTINGS._serialized_options = b'\232\305\210\0365\n3envoy.config.filter.http.ext_authz.v2.CheckSettings'
|
66
|
-
_globals['_EXTAUTHZ']._serialized_start=
|
67
|
-
_globals['_EXTAUTHZ']._serialized_end=
|
68
|
-
_globals['_BUFFERSETTINGS']._serialized_start=
|
69
|
-
_globals['_BUFFERSETTINGS']._serialized_end=
|
70
|
-
_globals['_HTTPSERVICE']._serialized_start=
|
71
|
-
_globals['_HTTPSERVICE']._serialized_end=
|
72
|
-
_globals['_AUTHORIZATIONREQUEST']._serialized_start=
|
73
|
-
_globals['_AUTHORIZATIONREQUEST']._serialized_end=
|
74
|
-
_globals['_AUTHORIZATIONRESPONSE']._serialized_start=
|
75
|
-
_globals['_AUTHORIZATIONRESPONSE']._serialized_end=
|
76
|
-
_globals['_EXTAUTHZPERROUTE']._serialized_start=
|
77
|
-
_globals['_EXTAUTHZPERROUTE']._serialized_end=
|
78
|
-
_globals['_CHECKSETTINGS']._serialized_start=
|
79
|
-
_globals['_CHECKSETTINGS']._serialized_end=
|
80
|
-
_globals['_CHECKSETTINGS_CONTEXTEXTENSIONSENTRY']._serialized_start=
|
81
|
-
_globals['_CHECKSETTINGS_CONTEXTEXTENSIONSENTRY']._serialized_end=
|
67
|
+
_globals['_EXTAUTHZ']._serialized_start=561
|
68
|
+
_globals['_EXTAUTHZ']._serialized_end=1744
|
69
|
+
_globals['_BUFFERSETTINGS']._serialized_start=1747
|
70
|
+
_globals['_BUFFERSETTINGS']._serialized_end=1914
|
71
|
+
_globals['_HTTPSERVICE']._serialized_start=1917
|
72
|
+
_globals['_HTTPSERVICE']._serialized_end=2280
|
73
|
+
_globals['_AUTHORIZATIONREQUEST']._serialized_start=2283
|
74
|
+
_globals['_AUTHORIZATIONREQUEST']._serialized_end=2511
|
75
|
+
_globals['_AUTHORIZATIONRESPONSE']._serialized_start=2514
|
76
|
+
_globals['_AUTHORIZATIONRESPONSE']._serialized_end=3007
|
77
|
+
_globals['_EXTAUTHZPERROUTE']._serialized_start=3010
|
78
|
+
_globals['_EXTAUTHZPERROUTE']._serialized_end=3232
|
79
|
+
_globals['_CHECKSETTINGS']._serialized_start=3235
|
80
|
+
_globals['_CHECKSETTINGS']._serialized_end=3613
|
81
|
+
_globals['_CHECKSETTINGS_CONTEXTEXTENSIONSENTRY']._serialized_start=3497
|
82
|
+
_globals['_CHECKSETTINGS_CONTEXTEXTENSIONSENTRY']._serialized_end=3553
|
82
83
|
# @@protoc_insertion_point(module_scope)
|
@@ -17,19 +17,18 @@ from envoy.extensions.filters.http.ext_proc.v3 import processing_mode_pb2 as env
|
|
17
17
|
from envoy.type.matcher.v3 import string_pb2 as envoy_dot_type_dot_matcher_dot_v3_dot_string__pb2
|
18
18
|
from google.protobuf import duration_pb2 as google_dot_protobuf_dot_duration__pb2
|
19
19
|
from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2
|
20
|
-
from xds.annotations.v3 import status_pb2 as xds_dot_annotations_dot_v3_dot_status__pb2
|
21
20
|
from udpa.annotations import status_pb2 as udpa_dot_annotations_dot_status__pb2
|
22
21
|
from validate import validate_pb2 as validate_dot_validate__pb2
|
23
22
|
|
24
23
|
|
25
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n8envoy/extensions/filters/http/ext_proc/v3/ext_proc.proto\x12)envoy.extensions.filters.http.ext_proc.v3\x1a:envoy/config/common/mutation_rules/v3/mutation_rules.proto\x1a\'envoy/config/core/v3/grpc_service.proto\x1a?envoy/extensions/filters/http/ext_proc/v3/processing_mode.proto\x1a\"envoy/type/matcher/v3/string.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\
|
24
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n8envoy/extensions/filters/http/ext_proc/v3/ext_proc.proto\x12)envoy.extensions.filters.http.ext_proc.v3\x1a:envoy/config/common/mutation_rules/v3/mutation_rules.proto\x1a\'envoy/config/core/v3/grpc_service.proto\x1a?envoy/extensions/filters/http/ext_proc/v3/processing_mode.proto\x1a\"envoy/type/matcher/v3/string.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1dudpa/annotations/status.proto\x1a\x17validate/validate.proto\"\xf5\x05\n\x11\x45xternalProcessor\x12\x41\n\x0cgrpc_service\x18\x01 \x01(\x0b\x32!.envoy.config.core.v3.GrpcServiceB\x08\xfa\x42\x05\x8a\x01\x02\x10\x01\x12\x1a\n\x12\x66\x61ilure_mode_allow\x18\x02 \x01(\x08\x12R\n\x0fprocessing_mode\x18\x03 \x01(\x0b\x32\x39.envoy.extensions.filters.http.ext_proc.v3.ProcessingMode\x12\x12\n\nasync_mode\x18\x04 \x01(\x08\x12\x1a\n\x12request_attributes\x18\x05 \x03(\t\x12\x1b\n\x13response_attributes\x18\x06 \x03(\t\x12\x41\n\x0fmessage_timeout\x18\x07 \x01(\x0b\x32\x19.google.protobuf.DurationB\r\xfa\x42\n\xaa\x01\x07\"\x03\x08\x90\x1c\x32\x00\x12\x13\n\x0bstat_prefix\x18\x08 \x01(\t\x12R\n\x0emutation_rules\x18\t \x01(\x0b\x32:.envoy.config.common.mutation_rules.v3.HeaderMutationRules\x12\x45\n\x13max_message_timeout\x18\n \x01(\x0b\x32\x19.google.protobuf.DurationB\r\xfa\x42\n\xaa\x01\x07\"\x03\x08\x90\x1c\x32\x00\x12!\n\x19\x64isable_clear_route_cache\x18\x0b \x01(\x08\x12W\n\rforward_rules\x18\x0c \x01(\x0b\x32@.envoy.extensions.filters.http.ext_proc.v3.HeaderForwardingRules\x12\x30\n\x0f\x66ilter_metadata\x18\r \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x1b\n\x13\x61llow_mode_override\x18\x0e \x01(\x08\x12\"\n\x1a\x64isable_immediate_response\x18\x0f \x01(\x08\"\xa0\x01\n\x15HeaderForwardingRules\x12\x41\n\x0f\x61llowed_headers\x18\x01 \x01(\x0b\x32(.envoy.type.matcher.v3.ListStringMatcher\x12\x44\n\x12\x64isallowed_headers\x18\x02 \x01(\x0b\x32(.envoy.type.matcher.v3.ListStringMatcher\"\x91\x01\n\x0f\x45xtProcPerRoute\x12\x1b\n\x08\x64isabled\x18\x01 \x01(\x08\x42\x07\xfa\x42\x04j\x02\x08\x01H\x00\x12P\n\toverrides\x18\x02 \x01(\x0b\x32;.envoy.extensions.filters.http.ext_proc.v3.ExtProcOverridesH\x00\x42\x0f\n\x08override\x12\x03\xf8\x42\x01\"\xec\x01\n\x10\x45xtProcOverrides\x12R\n\x0fprocessing_mode\x18\x01 \x01(\x0b\x32\x39.envoy.extensions.filters.http.ext_proc.v3.ProcessingMode\x12\x12\n\nasync_mode\x18\x02 \x01(\x08\x12\x1a\n\x12request_attributes\x18\x03 \x03(\t\x12\x1b\n\x13response_attributes\x18\x04 \x03(\t\x12\x37\n\x0cgrpc_service\x18\x05 \x01(\x0b\x32!.envoy.config.core.v3.GrpcServiceB\xae\x01\n7io.envoyproxy.envoy.extensions.filters.http.ext_proc.v3B\x0c\x45xtProcProtoP\x01Z[github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/ext_proc/v3;ext_procv3\xba\x80\xc8\xd1\x06\x02\x10\x02\x62\x06proto3')
|
26
25
|
|
27
26
|
_globals = globals()
|
28
27
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
29
28
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'envoy.extensions.filters.http.ext_proc.v3.ext_proc_pb2', _globals)
|
30
29
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
31
30
|
DESCRIPTOR._options = None
|
32
|
-
DESCRIPTOR._serialized_options = b'\n7io.envoyproxy.envoy.extensions.filters.http.ext_proc.v3B\014ExtProcProtoP\001Z[github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/ext_proc/v3;ext_procv3\272\200\310\321\006\002\020\002
|
31
|
+
DESCRIPTOR._serialized_options = b'\n7io.envoyproxy.envoy.extensions.filters.http.ext_proc.v3B\014ExtProcProtoP\001Z[github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/ext_proc/v3;ext_procv3\272\200\310\321\006\002\020\002'
|
33
32
|
_EXTERNALPROCESSOR.fields_by_name['grpc_service']._options = None
|
34
33
|
_EXTERNALPROCESSOR.fields_by_name['grpc_service']._serialized_options = b'\372B\005\212\001\002\020\001'
|
35
34
|
_EXTERNALPROCESSOR.fields_by_name['message_timeout']._options = None
|
@@ -40,12 +39,12 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
40
39
|
_EXTPROCPERROUTE.oneofs_by_name['override']._serialized_options = b'\370B\001'
|
41
40
|
_EXTPROCPERROUTE.fields_by_name['disabled']._options = None
|
42
41
|
_EXTPROCPERROUTE.fields_by_name['disabled']._serialized_options = b'\372B\004j\002\010\001'
|
43
|
-
_globals['_EXTERNALPROCESSOR']._serialized_start=
|
44
|
-
_globals['_EXTERNALPROCESSOR']._serialized_end=
|
45
|
-
_globals['_HEADERFORWARDINGRULES']._serialized_start=
|
46
|
-
_globals['_HEADERFORWARDINGRULES']._serialized_end=
|
47
|
-
_globals['_EXTPROCPERROUTE']._serialized_start=
|
48
|
-
_globals['_EXTPROCPERROUTE']._serialized_end=
|
49
|
-
_globals['_EXTPROCOVERRIDES']._serialized_start=
|
50
|
-
_globals['_EXTPROCOVERRIDES']._serialized_end=
|
42
|
+
_globals['_EXTERNALPROCESSOR']._serialized_start=424
|
43
|
+
_globals['_EXTERNALPROCESSOR']._serialized_end=1181
|
44
|
+
_globals['_HEADERFORWARDINGRULES']._serialized_start=1184
|
45
|
+
_globals['_HEADERFORWARDINGRULES']._serialized_end=1344
|
46
|
+
_globals['_EXTPROCPERROUTE']._serialized_start=1347
|
47
|
+
_globals['_EXTPROCPERROUTE']._serialized_end=1492
|
48
|
+
_globals['_EXTPROCOVERRIDES']._serialized_start=1495
|
49
|
+
_globals['_EXTPROCOVERRIDES']._serialized_end=1731
|
51
50
|
# @@protoc_insertion_point(module_scope)
|
@@ -11,19 +11,18 @@ from google.protobuf.internal import builder as _builder
|
|
11
11
|
_sym_db = _symbol_database.Default()
|
12
12
|
|
13
13
|
|
14
|
-
from xds.annotations.v3 import status_pb2 as xds_dot_annotations_dot_v3_dot_status__pb2
|
15
14
|
from udpa.annotations import status_pb2 as udpa_dot_annotations_dot_status__pb2
|
16
15
|
from validate import validate_pb2 as validate_dot_validate__pb2
|
17
16
|
|
18
17
|
|
19
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n?envoy/extensions/filters/http/ext_proc/v3/processing_mode.proto\x12)envoy.extensions.filters.http.ext_proc.v3\x1a\
|
18
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n?envoy/extensions/filters/http/ext_proc/v3/processing_mode.proto\x12)envoy.extensions.filters.http.ext_proc.v3\x1a\x1dudpa/annotations/status.proto\x1a\x17validate/validate.proto\"\xb2\x06\n\x0eProcessingMode\x12o\n\x13request_header_mode\x18\x01 \x01(\x0e\x32H.envoy.extensions.filters.http.ext_proc.v3.ProcessingMode.HeaderSendModeB\x08\xfa\x42\x05\x82\x01\x02\x10\x01\x12p\n\x14response_header_mode\x18\x02 \x01(\x0e\x32H.envoy.extensions.filters.http.ext_proc.v3.ProcessingMode.HeaderSendModeB\x08\xfa\x42\x05\x82\x01\x02\x10\x01\x12k\n\x11request_body_mode\x18\x03 \x01(\x0e\x32\x46.envoy.extensions.filters.http.ext_proc.v3.ProcessingMode.BodySendModeB\x08\xfa\x42\x05\x82\x01\x02\x10\x01\x12l\n\x12response_body_mode\x18\x04 \x01(\x0e\x32\x46.envoy.extensions.filters.http.ext_proc.v3.ProcessingMode.BodySendModeB\x08\xfa\x42\x05\x82\x01\x02\x10\x01\x12p\n\x14request_trailer_mode\x18\x05 \x01(\x0e\x32H.envoy.extensions.filters.http.ext_proc.v3.ProcessingMode.HeaderSendModeB\x08\xfa\x42\x05\x82\x01\x02\x10\x01\x12q\n\x15response_trailer_mode\x18\x06 \x01(\x0e\x32H.envoy.extensions.filters.http.ext_proc.v3.ProcessingMode.HeaderSendModeB\x08\xfa\x42\x05\x82\x01\x02\x10\x01\"1\n\x0eHeaderSendMode\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x00\x12\x08\n\x04SEND\x10\x01\x12\x08\n\x04SKIP\x10\x02\"J\n\x0c\x42odySendMode\x12\x08\n\x04NONE\x10\x00\x12\x0c\n\x08STREAMED\x10\x01\x12\x0c\n\x08\x42UFFERED\x10\x02\x12\x14\n\x10\x42UFFERED_PARTIAL\x10\x03\x42\xb5\x01\n7io.envoyproxy.envoy.extensions.filters.http.ext_proc.v3B\x13ProcessingModeProtoP\x01Z[github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/ext_proc/v3;ext_procv3\xba\x80\xc8\xd1\x06\x02\x10\x02\x62\x06proto3')
|
20
19
|
|
21
20
|
_globals = globals()
|
22
21
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
23
22
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'envoy.extensions.filters.http.ext_proc.v3.processing_mode_pb2', _globals)
|
24
23
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
25
24
|
DESCRIPTOR._options = None
|
26
|
-
DESCRIPTOR._serialized_options = b'\n7io.envoyproxy.envoy.extensions.filters.http.ext_proc.v3B\023ProcessingModeProtoP\001Z[github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/ext_proc/v3;ext_procv3\272\200\310\321\006\002\020\002
|
25
|
+
DESCRIPTOR._serialized_options = b'\n7io.envoyproxy.envoy.extensions.filters.http.ext_proc.v3B\023ProcessingModeProtoP\001Z[github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/ext_proc/v3;ext_procv3\272\200\310\321\006\002\020\002'
|
27
26
|
_PROCESSINGMODE.fields_by_name['request_header_mode']._options = None
|
28
27
|
_PROCESSINGMODE.fields_by_name['request_header_mode']._serialized_options = b'\372B\005\202\001\002\020\001'
|
29
28
|
_PROCESSINGMODE.fields_by_name['response_header_mode']._options = None
|
@@ -36,10 +35,10 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
36
35
|
_PROCESSINGMODE.fields_by_name['request_trailer_mode']._serialized_options = b'\372B\005\202\001\002\020\001'
|
37
36
|
_PROCESSINGMODE.fields_by_name['response_trailer_mode']._options = None
|
38
37
|
_PROCESSINGMODE.fields_by_name['response_trailer_mode']._serialized_options = b'\372B\005\202\001\002\020\001'
|
39
|
-
_globals['_PROCESSINGMODE']._serialized_start=
|
40
|
-
_globals['_PROCESSINGMODE']._serialized_end=
|
41
|
-
_globals['_PROCESSINGMODE_HEADERSENDMODE']._serialized_start=
|
42
|
-
_globals['_PROCESSINGMODE_HEADERSENDMODE']._serialized_end=
|
43
|
-
_globals['_PROCESSINGMODE_BODYSENDMODE']._serialized_start=
|
44
|
-
_globals['_PROCESSINGMODE_BODYSENDMODE']._serialized_end=
|
38
|
+
_globals['_PROCESSINGMODE']._serialized_start=167
|
39
|
+
_globals['_PROCESSINGMODE']._serialized_end=985
|
40
|
+
_globals['_PROCESSINGMODE_HEADERSENDMODE']._serialized_start=860
|
41
|
+
_globals['_PROCESSINGMODE_HEADERSENDMODE']._serialized_end=909
|
42
|
+
_globals['_PROCESSINGMODE_BODYSENDMODE']._serialized_start=911
|
43
|
+
_globals['_PROCESSINGMODE_BODYSENDMODE']._serialized_end=985
|
45
44
|
# @@protoc_insertion_point(module_scope)
|
@@ -17,7 +17,7 @@ from udpa.annotations import status_pb2 as udpa_dot_annotations_dot_status__pb2
|
|
17
17
|
from validate import validate_pb2 as validate_dot_validate__pb2
|
18
18
|
|
19
19
|
|
20
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n2envoy/extensions/filters/http/geoip/v3/geoip.proto\x12&envoy.extensions.filters.http.geoip.v3\x1a$envoy/config/core/v3/extension.proto\x1a\x1fxds/annotations/v3/status.proto\x1a\x1dudpa/annotations/status.proto\x1a\x17validate/validate.proto\"\
|
20
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n2envoy/extensions/filters/http/geoip/v3/geoip.proto\x12&envoy.extensions.filters.http.geoip.v3\x1a$envoy/config/core/v3/extension.proto\x1a\x1fxds/annotations/v3/status.proto\x1a\x1dudpa/annotations/status.proto\x1a\x17validate/validate.proto\"\xc7\x01\n\x05Geoip\x12K\n\nxff_config\x18\x01 \x01(\x0b\x32\x37.envoy.extensions.filters.http.geoip.v3.Geoip.XffConfig\x12\x46\n\x08provider\x18\x03 \x01(\x0b\x32*.envoy.config.core.v3.TypedExtensionConfigB\x08\xfa\x42\x05\x8a\x01\x02\x10\x01\x1a)\n\tXffConfig\x12\x1c\n\x14xff_num_trusted_hops\x18\x01 \x01(\rB\xab\x01\n4io.envoyproxy.envoy.extensions.filters.http.geoip.v3B\nGeoipProtoP\x01ZUgithub.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/geoip/v3;geoipv3\xba\x80\xc8\xd1\x06\x02\x10\x02\xd2\xc6\xa4\xe1\x06\x02\x08\x01\x62\x06proto3')
|
21
21
|
|
22
22
|
_globals = globals()
|
23
23
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -25,32 +25,10 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'envoy.extensions.filters.ht
|
|
25
25
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
26
26
|
DESCRIPTOR._options = None
|
27
27
|
DESCRIPTOR._serialized_options = b'\n4io.envoyproxy.envoy.extensions.filters.http.geoip.v3B\nGeoipProtoP\001ZUgithub.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/geoip/v3;geoipv3\272\200\310\321\006\002\020\002\322\306\244\341\006\002\010\001'
|
28
|
-
_GEOIP_GEOLOCATIONHEADERSTOADD.fields_by_name['country']._options = None
|
29
|
-
_GEOIP_GEOLOCATIONHEADERSTOADD.fields_by_name['country']._serialized_options = b'\372B\010r\006\300\001\001\320\001\001'
|
30
|
-
_GEOIP_GEOLOCATIONHEADERSTOADD.fields_by_name['city']._options = None
|
31
|
-
_GEOIP_GEOLOCATIONHEADERSTOADD.fields_by_name['city']._serialized_options = b'\372B\010r\006\300\001\001\320\001\001'
|
32
|
-
_GEOIP_GEOLOCATIONHEADERSTOADD.fields_by_name['region']._options = None
|
33
|
-
_GEOIP_GEOLOCATIONHEADERSTOADD.fields_by_name['region']._serialized_options = b'\372B\010r\006\300\001\001\320\001\001'
|
34
|
-
_GEOIP_GEOLOCATIONHEADERSTOADD.fields_by_name['asn']._options = None
|
35
|
-
_GEOIP_GEOLOCATIONHEADERSTOADD.fields_by_name['asn']._serialized_options = b'\372B\010r\006\300\001\001\320\001\001'
|
36
|
-
_GEOIP_GEOLOCATIONHEADERSTOADD.fields_by_name['is_anon']._options = None
|
37
|
-
_GEOIP_GEOLOCATIONHEADERSTOADD.fields_by_name['is_anon']._serialized_options = b'\372B\010r\006\300\001\001\320\001\001'
|
38
|
-
_GEOIP_GEOLOCATIONHEADERSTOADD.fields_by_name['anon_vpn']._options = None
|
39
|
-
_GEOIP_GEOLOCATIONHEADERSTOADD.fields_by_name['anon_vpn']._serialized_options = b'\372B\010r\006\300\001\001\320\001\001'
|
40
|
-
_GEOIP_GEOLOCATIONHEADERSTOADD.fields_by_name['anon_hosting']._options = None
|
41
|
-
_GEOIP_GEOLOCATIONHEADERSTOADD.fields_by_name['anon_hosting']._serialized_options = b'\372B\010r\006\300\001\001\320\001\001'
|
42
|
-
_GEOIP_GEOLOCATIONHEADERSTOADD.fields_by_name['anon_tor']._options = None
|
43
|
-
_GEOIP_GEOLOCATIONHEADERSTOADD.fields_by_name['anon_tor']._serialized_options = b'\372B\010r\006\300\001\001\320\001\001'
|
44
|
-
_GEOIP_GEOLOCATIONHEADERSTOADD.fields_by_name['anon_proxy']._options = None
|
45
|
-
_GEOIP_GEOLOCATIONHEADERSTOADD.fields_by_name['anon_proxy']._serialized_options = b'\372B\010r\006\300\001\001\320\001\001'
|
46
|
-
_GEOIP.fields_by_name['geo_headers_to_add']._options = None
|
47
|
-
_GEOIP.fields_by_name['geo_headers_to_add']._serialized_options = b'\372B\005\212\001\002\020\001'
|
48
28
|
_GEOIP.fields_by_name['provider']._options = None
|
49
29
|
_GEOIP.fields_by_name['provider']._serialized_options = b'\372B\005\212\001\002\020\001'
|
50
30
|
_globals['_GEOIP']._serialized_start=222
|
51
|
-
_globals['_GEOIP']._serialized_end=
|
52
|
-
_globals['
|
53
|
-
_globals['
|
54
|
-
_globals['_GEOIP_XFFCONFIG']._serialized_start=789
|
55
|
-
_globals['_GEOIP_XFFCONFIG']._serialized_end=830
|
31
|
+
_globals['_GEOIP']._serialized_end=421
|
32
|
+
_globals['_GEOIP_XFFCONFIG']._serialized_start=380
|
33
|
+
_globals['_GEOIP_XFFCONFIG']._serialized_end=421
|
56
34
|
# @@protoc_insertion_point(module_scope)
|
File without changes
|
File without changes
|
@@ -0,0 +1,43 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# source: envoy/extensions/filters/http/grpc_field_extraction/v3/config.proto
|
4
|
+
"""Generated protocol buffer code."""
|
5
|
+
from google.protobuf import descriptor as _descriptor
|
6
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
7
|
+
from google.protobuf import symbol_database as _symbol_database
|
8
|
+
from google.protobuf.internal import builder as _builder
|
9
|
+
# @@protoc_insertion_point(imports)
|
10
|
+
|
11
|
+
_sym_db = _symbol_database.Default()
|
12
|
+
|
13
|
+
|
14
|
+
from envoy.config.core.v3 import base_pb2 as envoy_dot_config_dot_core_dot_v3_dot_base__pb2
|
15
|
+
from udpa.annotations import status_pb2 as udpa_dot_annotations_dot_status__pb2
|
16
|
+
from validate import validate_pb2 as validate_dot_validate__pb2
|
17
|
+
|
18
|
+
|
19
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nCenvoy/extensions/filters/http/grpc_field_extraction/v3/config.proto\x12\x36\x65nvoy.extensions.filters.http.grpc_field_extraction.v3\x1a\x1f\x65nvoy/config/core/v3/base.proto\x1a\x1dudpa/annotations/status.proto\x1a\x17validate/validate.proto\"\xf2\x02\n\x19GrpcFieldExtractionConfig\x12\x42\n\x0e\x64\x65scriptor_set\x18\x01 \x01(\x0b\x32 .envoy.config.core.v3.DataSourceB\x08\xfa\x42\x05\x8a\x01\x02\x10\x01\x12\x89\x01\n\x15\x65xtractions_by_method\x18\x02 \x03(\x0b\x32j.envoy.extensions.filters.http.grpc_field_extraction.v3.GrpcFieldExtractionConfig.ExtractionsByMethodEntry\x1a\x84\x01\n\x18\x45xtractionsByMethodEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12W\n\x05value\x18\x02 \x01(\x0b\x32H.envoy.extensions.filters.http.grpc_field_extraction.v3.FieldExtractions:\x02\x38\x01\"\xb4\x02\n\x10\x46ieldExtractions\x12\x88\x01\n\x19request_field_extractions\x18\x01 \x03(\x0b\x32\x65.envoy.extensions.filters.http.grpc_field_extraction.v3.FieldExtractions.RequestFieldExtractionsEntry\x1a\x94\x01\n\x1cRequestFieldExtractionsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x63\n\x05value\x18\x02 \x01(\x0b\x32T.envoy.extensions.filters.http.grpc_field_extraction.v3.RequestFieldValueDisposition:\x02\x38\x01\"I\n\x1cRequestFieldValueDisposition\x12\x1a\n\x10\x64ynamic_metadata\x18\x01 \x01(\tH\x00\x42\r\n\x0b\x64ispositionB\xd4\x01\nDio.envoyproxy.envoy.extensions.filters.http.grpc_field_extraction.v3B\x0b\x43onfigProtoP\x01Zugithub.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/grpc_field_extraction/v3;grpc_field_extractionv3\xba\x80\xc8\xd1\x06\x02\x10\x02\x62\x06proto3')
|
20
|
+
|
21
|
+
_globals = globals()
|
22
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
23
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'envoy.extensions.filters.http.grpc_field_extraction.v3.config_pb2', _globals)
|
24
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
25
|
+
DESCRIPTOR._options = None
|
26
|
+
DESCRIPTOR._serialized_options = b'\nDio.envoyproxy.envoy.extensions.filters.http.grpc_field_extraction.v3B\013ConfigProtoP\001Zugithub.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/grpc_field_extraction/v3;grpc_field_extractionv3\272\200\310\321\006\002\020\002'
|
27
|
+
_GRPCFIELDEXTRACTIONCONFIG_EXTRACTIONSBYMETHODENTRY._options = None
|
28
|
+
_GRPCFIELDEXTRACTIONCONFIG_EXTRACTIONSBYMETHODENTRY._serialized_options = b'8\001'
|
29
|
+
_GRPCFIELDEXTRACTIONCONFIG.fields_by_name['descriptor_set']._options = None
|
30
|
+
_GRPCFIELDEXTRACTIONCONFIG.fields_by_name['descriptor_set']._serialized_options = b'\372B\005\212\001\002\020\001'
|
31
|
+
_FIELDEXTRACTIONS_REQUESTFIELDEXTRACTIONSENTRY._options = None
|
32
|
+
_FIELDEXTRACTIONS_REQUESTFIELDEXTRACTIONSENTRY._serialized_options = b'8\001'
|
33
|
+
_globals['_GRPCFIELDEXTRACTIONCONFIG']._serialized_start=217
|
34
|
+
_globals['_GRPCFIELDEXTRACTIONCONFIG']._serialized_end=587
|
35
|
+
_globals['_GRPCFIELDEXTRACTIONCONFIG_EXTRACTIONSBYMETHODENTRY']._serialized_start=455
|
36
|
+
_globals['_GRPCFIELDEXTRACTIONCONFIG_EXTRACTIONSBYMETHODENTRY']._serialized_end=587
|
37
|
+
_globals['_FIELDEXTRACTIONS']._serialized_start=590
|
38
|
+
_globals['_FIELDEXTRACTIONS']._serialized_end=898
|
39
|
+
_globals['_FIELDEXTRACTIONS_REQUESTFIELDEXTRACTIONSENTRY']._serialized_start=750
|
40
|
+
_globals['_FIELDEXTRACTIONS_REQUESTFIELDEXTRACTIONSENTRY']._serialized_end=898
|
41
|
+
_globals['_REQUESTFIELDVALUEDISPOSITION']._serialized_start=900
|
42
|
+
_globals['_REQUESTFIELDVALUEDISPOSITION']._serialized_end=973
|
43
|
+
# @@protoc_insertion_point(module_scope)
|