xds-protos 1.65.4__py3-none-any.whl → 1.66.0rc2__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/admin/v3/server_info_pb2.py +8 -8
- envoy/config/accesslog/v3/accesslog_pb2.py +13 -13
- envoy/config/bootstrap/v3/bootstrap_pb2.py +50 -48
- envoy/config/cluster/v3/cluster_pb2.py +68 -62
- envoy/config/cluster/v3/outlier_detection_pb2.py +4 -3
- envoy/config/core/v3/base_pb2.py +74 -46
- envoy/config/core/v3/config_source_pb2.py +2 -4
- envoy/config/core/v3/grpc_service_pb2.py +28 -28
- envoy/config/core/v3/health_check_pb2.py +24 -23
- envoy/config/core/v3/protocol_pb2.py +32 -30
- envoy/config/endpoint/v3/endpoint_components_pb2.py +4 -4
- envoy/config/endpoint/v3/load_report_pb2.py +20 -11
- envoy/config/listener/v3/listener_pb2.py +18 -18
- envoy/config/listener/v3/quic_config_pb2.py +2 -2
- envoy/config/rbac/v3/rbac_pb2.py +12 -12
- envoy/config/route/v3/route_components_pb2.py +98 -98
- envoy/config/trace/v3/datadog_pb2.py +6 -3
- envoy/config/trace/v3/dynamic_ot_pb2.py +4 -4
- envoy/config/trace/v3/opencensus_pb2.py +17 -17
- envoy/config/trace/v3/zipkin_pb2.py +6 -4
- envoy/data/accesslog/v3/accesslog_pb2.py +26 -26
- envoy/data/core/v3/health_check_event_pb2.py +18 -16
- envoy/data/core/v3/tlv_metadata_pb2.py +31 -0
- envoy/extensions/access_loggers/fluentd/__init__.py +0 -0
- envoy/extensions/access_loggers/fluentd/v3/__init__.py +0 -0
- envoy/extensions/access_loggers/fluentd/v3/fluentd_pb2.py +45 -0
- envoy/extensions/access_loggers/open_telemetry/v3/logs_service_pb2.py +4 -3
- envoy/extensions/common/dynamic_forward_proxy/v3/dns_cache_pb2.py +2 -2
- envoy/extensions/common/ratelimit/v3/ratelimit_pb2.py +7 -5
- envoy/extensions/filters/http/alternate_protocols_cache/v3/alternate_protocols_cache_pb2.py +6 -3
- envoy/extensions/filters/http/aws_lambda/v3/aws_lambda_pb2.py +12 -6
- envoy/extensions/filters/http/aws_request_signing/v3/aws_request_signing_pb2.py +12 -9
- envoy/extensions/filters/http/basic_auth/v3/basic_auth_pb2.py +10 -3
- envoy/extensions/filters/http/cache/v3/cache_pb2.py +4 -4
- envoy/extensions/filters/http/composite/v3/composite_pb2.py +8 -7
- envoy/extensions/filters/http/cors/v3/cors_pb2.py +2 -2
- envoy/extensions/filters/http/credential_injector/v3/credential_injector_pb2.py +2 -2
- envoy/extensions/filters/http/ext_authz/v3/ext_authz_pb2.py +19 -18
- envoy/extensions/filters/http/ext_proc/v3/ext_proc_pb2.py +21 -9
- envoy/extensions/filters/http/gcp_authn/v3/gcp_authn_pb2.py +14 -10
- envoy/extensions/filters/http/grpc_json_transcoder/v3/transcoder_pb2.py +16 -8
- envoy/extensions/filters/http/json_to_metadata/v3/json_to_metadata_pb2.py +14 -13
- envoy/extensions/filters/http/jwt_authn/v3/config_pb2.py +40 -37
- envoy/extensions/filters/http/local_ratelimit/v3/local_rate_limit_pb2.py +2 -2
- envoy/extensions/filters/http/oauth2/v3/oauth_pb2.py +6 -6
- envoy/extensions/filters/http/rbac/v3/rbac_pb2.py +4 -4
- envoy/extensions/filters/http/thrift_to_metadata/__init__.py +0 -0
- envoy/extensions/filters/http/thrift_to_metadata/v3/__init__.py +0 -0
- envoy/extensions/filters/http/thrift_to_metadata/v3/thrift_to_metadata_pb2.py +61 -0
- envoy/extensions/filters/listener/proxy_protocol/v3/proxy_protocol_pb2.py +6 -6
- envoy/extensions/filters/network/ext_authz/v3/ext_authz_pb2.py +2 -2
- envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager_pb2.py +52 -52
- envoy/extensions/http/custom_response/redirect_policy/v3/redirect_policy_pb2.py +3 -3
- envoy/extensions/http/injected_credentials/__init__.py +0 -0
- envoy/extensions/http/injected_credentials/generic/__init__.py +0 -0
- envoy/extensions/http/injected_credentials/generic/v3/__init__.py +0 -0
- envoy/extensions/http/injected_credentials/generic/v3/generic_pb2.py +34 -0
- envoy/extensions/http/injected_credentials/oauth2/__init__.py +0 -0
- envoy/extensions/http/injected_credentials/oauth2/v3/__init__.py +0 -0
- envoy/extensions/http/injected_credentials/oauth2/v3/oauth2_pb2.py +46 -0
- envoy/extensions/load_balancing_policies/least_request/v3/least_request_pb2.py +10 -3
- envoy/extensions/network/dns_resolver/cares/v3/cares_dns_resolver_pb2.py +4 -3
- envoy/extensions/outlier_detection_monitors/__init__.py +0 -0
- envoy/extensions/outlier_detection_monitors/common/__init__.py +0 -0
- envoy/extensions/outlier_detection_monitors/common/v3/__init__.py +0 -0
- envoy/extensions/outlier_detection_monitors/common/v3/error_types_pb2.py +34 -0
- envoy/extensions/outlier_detection_monitors/consecutive_errors/__init__.py +0 -0
- envoy/extensions/outlier_detection_monitors/consecutive_errors/v3/__init__.py +0 -0
- envoy/extensions/outlier_detection_monitors/consecutive_errors/v3/consecutive_errors_pb2.py +34 -0
- envoy/extensions/quic/connection_debug_visitor/__init__.py +0 -0
- envoy/extensions/quic/connection_debug_visitor/v3/__init__.py +0 -0
- envoy/extensions/quic/connection_debug_visitor/v3/connection_debug_visitor_basic_pb2.py +27 -0
- envoy/extensions/quic/server_preferred_address/v3/datasource_pb2.py +36 -0
- envoy/extensions/quic/server_preferred_address/v3/fixed_server_preferred_address_config_pb2.py +6 -3
- envoy/extensions/string_matcher/__init__.py +0 -0
- envoy/extensions/string_matcher/lua/__init__.py +0 -0
- envoy/extensions/string_matcher/lua/v3/__init__.py +0 -0
- envoy/extensions/string_matcher/lua/v3/lua_pb2.py +31 -0
- envoy/extensions/tracers/opentelemetry/resource_detectors/v3/static_config_resource_detector_pb2.py +31 -0
- envoy/extensions/tracers/opentelemetry/samplers/v3/dynatrace_sampler_pb2.py +28 -0
- envoy/extensions/transport_sockets/tls/v3/common_pb2.py +10 -8
- envoy/service/auth/v3/attribute_context_pb2.py +22 -17
- envoy/service/ext_proc/v3/external_processor_pb2.py +40 -33
- envoy/type/matcher/v3/string_pb2.py +6 -5
- {xds_protos-1.65.4.dist-info → xds_protos-1.66.0rc2.dist-info}/METADATA +1 -1
- {xds_protos-1.65.4.dist-info → xds_protos-1.66.0rc2.dist-info}/RECORD +88 -57
- {xds_protos-1.65.4.dist-info → xds_protos-1.66.0rc2.dist-info}/WHEEL +0 -0
- {xds_protos-1.65.4.dist-info → xds_protos-1.66.0rc2.dist-info}/top_level.txt +0 -0
@@ -18,7 +18,7 @@ from udpa.annotations import status_pb2 as udpa_dot_annotations_dot_status__pb2
|
|
18
18
|
from udpa.annotations import versioning_pb2 as udpa_dot_annotations_dot_versioning__pb2
|
19
19
|
|
20
20
|
|
21
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n0envoy/extensions/filters/http/cors/v3/cors.proto\x12%envoy.extensions.filters.http.cors.v3\x1a\x1f\x65nvoy/config/core/v3/base.proto\x1a\"envoy/type/matcher/v3/string.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1dudpa/annotations/status.proto\x1a!udpa/annotations/versioning.proto\"4\n\x04\x43ors:,\x9a\xc5\x88\x1e\'\n%envoy.config.filter.http.cors.v2.Cors\"\
|
21
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n0envoy/extensions/filters/http/cors/v3/cors.proto\x12%envoy.extensions.filters.http.cors.v3\x1a\x1f\x65nvoy/config/core/v3/base.proto\x1a\"envoy/type/matcher/v3/string.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1dudpa/annotations/status.proto\x1a!udpa/annotations/versioning.proto\"4\n\x04\x43ors:,\x9a\xc5\x88\x1e\'\n%envoy.config.filter.http.cors.v2.Cors\"\xfa\x03\n\nCorsPolicy\x12G\n\x19\x61llow_origin_string_match\x18\x01 \x03(\x0b\x32$.envoy.type.matcher.v3.StringMatcher\x12\x15\n\rallow_methods\x18\x02 \x01(\t\x12\x15\n\rallow_headers\x18\x03 \x01(\t\x12\x16\n\x0e\x65xpose_headers\x18\x04 \x01(\t\x12\x0f\n\x07max_age\x18\x05 \x01(\t\x12\x35\n\x11\x61llow_credentials\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x46\n\x0e\x66ilter_enabled\x18\x07 \x01(\x0b\x32..envoy.config.core.v3.RuntimeFractionalPercent\x12\x46\n\x0eshadow_enabled\x18\x08 \x01(\x0b\x32..envoy.config.core.v3.RuntimeFractionalPercent\x12@\n\x1c\x61llow_private_network_access\x18\t \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x43\n\x1f\x66orward_not_matching_preflights\x18\n \x01(\x0b\x32\x1a.google.protobuf.BoolValueB\x9f\x01\n3io.envoyproxy.envoy.extensions.filters.http.cors.v3B\tCorsProtoP\x01ZSgithub.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/cors/v3;corsv3\xba\x80\xc8\xd1\x06\x02\x10\x02\x62\x06proto3')
|
22
22
|
|
23
23
|
_globals = globals()
|
24
24
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -31,5 +31,5 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
31
31
|
_globals['_CORS']._serialized_start=258
|
32
32
|
_globals['_CORS']._serialized_end=310
|
33
33
|
_globals['_CORSPOLICY']._serialized_start=313
|
34
|
-
_globals['_CORSPOLICY']._serialized_end=
|
34
|
+
_globals['_CORSPOLICY']._serialized_end=819
|
35
35
|
# @@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'\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\"\
|
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\"\x9b\x01\n\x12\x43redentialInjector\x12\x11\n\toverwrite\x18\x01 \x01(\x08\x12(\n allow_request_without_credential\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
21
|
|
22
22
|
_globals = globals()
|
23
23
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -28,5 +28,5 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
28
28
|
_CREDENTIALINJECTOR.fields_by_name['credential']._options = None
|
29
29
|
_CREDENTIALINJECTOR.fields_by_name['credential']._serialized_options = b'\372B\005\212\001\002\020\001'
|
30
30
|
_globals['_CREDENTIALINJECTOR']._serialized_start=264
|
31
|
-
_globals['_CREDENTIALINJECTOR']._serialized_end=
|
31
|
+
_globals['_CREDENTIALINJECTOR']._serialized_end=419
|
32
32
|
# @@protoc_insertion_point(module_scope)
|
@@ -11,6 +11,7 @@ from google.protobuf.internal import builder as _builder
|
|
11
11
|
_sym_db = _symbol_database.Default()
|
12
12
|
|
13
13
|
|
14
|
+
from envoy.config.common.mutation_rules.v3 import mutation_rules_pb2 as envoy_dot_config_dot_common_dot_mutation__rules_dot_v3_dot_mutation__rules__pb2
|
14
15
|
from envoy.config.core.v3 import base_pb2 as envoy_dot_config_dot_core_dot_v3_dot_base__pb2
|
15
16
|
from envoy.config.core.v3 import config_source_pb2 as envoy_dot_config_dot_core_dot_v3_dot_config__source__pb2
|
16
17
|
from envoy.config.core.v3 import grpc_service_pb2 as envoy_dot_config_dot_core_dot_v3_dot_grpc__service__pb2
|
@@ -26,7 +27,7 @@ from udpa.annotations import versioning_pb2 as udpa_dot_annotations_dot_versioni
|
|
26
27
|
from validate import validate_pb2 as validate_dot_validate__pb2
|
27
28
|
|
28
29
|
|
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\"\
|
30
|
+
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:envoy/config/common/mutation_rules/v3/mutation_rules.proto\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\"\xc7\x0b\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\x1a\n\x12validate_mutations\x18\x18 \x01(\x08\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\x44\n\x12\x64isallowed_headers\x18\x19 \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\x12\x1a\n\x12\x65ncode_raw_headers\x18\x17 \x01(\x08\x12\x61\n\x1d\x64\x65\x63oder_header_mutation_rules\x18\x1a \x01(\x0b\x32:.envoy.config.common.mutation_rules.v3.HeaderMutationRules\x12\x45\n!enable_dynamic_metadata_ingestion\x18\x1b \x01(\x0b\x32\x1a.google.protobuf.BoolValue:5\x9a\xc5\x88\x1e\x30\n.envoy.config.filter.http.ext_authz.v3.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')
|
30
31
|
|
31
32
|
_globals = globals()
|
32
33
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -37,7 +38,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
37
38
|
_EXTAUTHZ.fields_by_name['transport_api_version']._options = None
|
38
39
|
_EXTAUTHZ.fields_by_name['transport_api_version']._serialized_options = b'\372B\005\202\001\002\020\001'
|
39
40
|
_EXTAUTHZ._options = None
|
40
|
-
_EXTAUTHZ._serialized_options = b'\232\305\210\0360\n.envoy.config.filter.http.ext_authz.
|
41
|
+
_EXTAUTHZ._serialized_options = b'\232\305\210\0360\n.envoy.config.filter.http.ext_authz.v3.ExtAuthz'
|
41
42
|
_BUFFERSETTINGS.fields_by_name['max_request_bytes']._options = None
|
42
43
|
_BUFFERSETTINGS.fields_by_name['max_request_bytes']._serialized_options = b'\372B\004*\002 \000'
|
43
44
|
_BUFFERSETTINGS._options = None
|
@@ -64,20 +65,20 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
64
65
|
_CHECKSETTINGS.fields_by_name['context_extensions']._serialized_options = b'\270\267\213\244\002\001'
|
65
66
|
_CHECKSETTINGS._options = None
|
66
67
|
_CHECKSETTINGS._serialized_options = b'\232\305\210\0365\n3envoy.config.filter.http.ext_authz.v2.CheckSettings'
|
67
|
-
_globals['_EXTAUTHZ']._serialized_start=
|
68
|
-
_globals['_EXTAUTHZ']._serialized_end=
|
69
|
-
_globals['_BUFFERSETTINGS']._serialized_start=
|
70
|
-
_globals['_BUFFERSETTINGS']._serialized_end=
|
71
|
-
_globals['_HTTPSERVICE']._serialized_start=
|
72
|
-
_globals['_HTTPSERVICE']._serialized_end=
|
73
|
-
_globals['_AUTHORIZATIONREQUEST']._serialized_start=
|
74
|
-
_globals['_AUTHORIZATIONREQUEST']._serialized_end=
|
75
|
-
_globals['_AUTHORIZATIONRESPONSE']._serialized_start=
|
76
|
-
_globals['_AUTHORIZATIONRESPONSE']._serialized_end=
|
77
|
-
_globals['_EXTAUTHZPERROUTE']._serialized_start=
|
78
|
-
_globals['_EXTAUTHZPERROUTE']._serialized_end=
|
79
|
-
_globals['_CHECKSETTINGS']._serialized_start=
|
80
|
-
_globals['_CHECKSETTINGS']._serialized_end=
|
81
|
-
_globals['_CHECKSETTINGS_CONTEXTEXTENSIONSENTRY']._serialized_start=
|
82
|
-
_globals['_CHECKSETTINGS_CONTEXTEXTENSIONSENTRY']._serialized_end=
|
68
|
+
_globals['_EXTAUTHZ']._serialized_start=621
|
69
|
+
_globals['_EXTAUTHZ']._serialized_end=2100
|
70
|
+
_globals['_BUFFERSETTINGS']._serialized_start=2103
|
71
|
+
_globals['_BUFFERSETTINGS']._serialized_end=2270
|
72
|
+
_globals['_HTTPSERVICE']._serialized_start=2273
|
73
|
+
_globals['_HTTPSERVICE']._serialized_end=2636
|
74
|
+
_globals['_AUTHORIZATIONREQUEST']._serialized_start=2639
|
75
|
+
_globals['_AUTHORIZATIONREQUEST']._serialized_end=2867
|
76
|
+
_globals['_AUTHORIZATIONRESPONSE']._serialized_start=2870
|
77
|
+
_globals['_AUTHORIZATIONRESPONSE']._serialized_end=3363
|
78
|
+
_globals['_EXTAUTHZPERROUTE']._serialized_start=3366
|
79
|
+
_globals['_EXTAUTHZPERROUTE']._serialized_end=3588
|
80
|
+
_globals['_CHECKSETTINGS']._serialized_start=3591
|
81
|
+
_globals['_CHECKSETTINGS']._serialized_end=3969
|
82
|
+
_globals['_CHECKSETTINGS_CONTEXTEXTENSIONSENTRY']._serialized_start=3853
|
83
|
+
_globals['_CHECKSETTINGS_CONTEXTEXTENSIONSENTRY']._serialized_end=3909
|
83
84
|
# @@protoc_insertion_point(module_scope)
|
@@ -12,16 +12,18 @@ _sym_db = _symbol_database.Default()
|
|
12
12
|
|
13
13
|
|
14
14
|
from envoy.config.common.mutation_rules.v3 import mutation_rules_pb2 as envoy_dot_config_dot_common_dot_mutation__rules_dot_v3_dot_mutation__rules__pb2
|
15
|
+
from envoy.config.core.v3 import base_pb2 as envoy_dot_config_dot_core_dot_v3_dot_base__pb2
|
15
16
|
from envoy.config.core.v3 import grpc_service_pb2 as envoy_dot_config_dot_core_dot_v3_dot_grpc__service__pb2
|
16
17
|
from envoy.extensions.filters.http.ext_proc.v3 import processing_mode_pb2 as envoy_dot_extensions_dot_filters_dot_http_dot_ext__proc_dot_v3_dot_processing__mode__pb2
|
17
18
|
from envoy.type.matcher.v3 import string_pb2 as envoy_dot_type_dot_matcher_dot_v3_dot_string__pb2
|
18
19
|
from google.protobuf import duration_pb2 as google_dot_protobuf_dot_duration__pb2
|
19
20
|
from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2
|
21
|
+
from udpa.annotations import migrate_pb2 as udpa_dot_annotations_dot_migrate__pb2
|
20
22
|
from udpa.annotations import status_pb2 as udpa_dot_annotations_dot_status__pb2
|
21
23
|
from validate import validate_pb2 as validate_dot_validate__pb2
|
22
24
|
|
23
25
|
|
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\"\
|
26
|
+
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\x1f\x65nvoy/config/core/v3/base.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\x1eudpa/annotations/migrate.proto\x1a\x1dudpa/annotations/status.proto\x1a\x17validate/validate.proto\"\x84\t\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\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\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\x12T\n\x10metadata_options\x18\x10 \x01(\x0b\x32:.envoy.extensions.filters.http.ext_proc.v3.MetadataOptions\x12\x1a\n\x12observability_mode\x18\x11 \x01(\x08\x12\x41\n\x19\x64isable_clear_route_cache\x18\x0b \x01(\x08\x42\x1e\xf2\x98\xfe\x8f\x05\x18\x12\x16\x63lear_route_cache_type\x12\x89\x01\n\x12route_cache_action\x18\x12 \x01(\x0e\x32M.envoy.extensions.filters.http.ext_proc.v3.ExternalProcessor.RouteCacheActionB\x1e\xf2\x98\xfe\x8f\x05\x18\x12\x16\x63lear_route_cache_type\x12\x39\n\x16\x64\x65\x66\x65rred_close_timeout\x18\x13 \x01(\x0b\x32\x19.google.protobuf.Duration\"6\n\x10RouteCacheAction\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x00\x12\t\n\x05\x43LEAR\x10\x01\x12\n\n\x06RETAIN\x10\x02J\x04\x08\x04\x10\x05R\nasync_mode\"\xa2\x02\n\x0fMetadataOptions\x12l\n\x15\x66orwarding_namespaces\x18\x01 \x01(\x0b\x32M.envoy.extensions.filters.http.ext_proc.v3.MetadataOptions.MetadataNamespaces\x12k\n\x14receiving_namespaces\x18\x02 \x01(\x0b\x32M.envoy.extensions.filters.http.ext_proc.v3.MetadataOptions.MetadataNamespaces\x1a\x34\n\x12MetadataNamespaces\x12\x0f\n\x07untyped\x18\x01 \x03(\t\x12\r\n\x05typed\x18\x02 \x03(\t\"\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\"\x84\x03\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.GrpcService\x12T\n\x10metadata_options\x18\x06 \x01(\x0b\x32:.envoy.extensions.filters.http.ext_proc.v3.MetadataOptions\x12@\n\x15grpc_initial_metadata\x18\x07 \x03(\x0b\x32!.envoy.config.core.v3.HeaderValueB\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')
|
25
27
|
|
26
28
|
_globals = globals()
|
27
29
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -35,16 +37,26 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
35
37
|
_EXTERNALPROCESSOR.fields_by_name['message_timeout']._serialized_options = b'\372B\n\252\001\007\"\003\010\220\0342\000'
|
36
38
|
_EXTERNALPROCESSOR.fields_by_name['max_message_timeout']._options = None
|
37
39
|
_EXTERNALPROCESSOR.fields_by_name['max_message_timeout']._serialized_options = b'\372B\n\252\001\007\"\003\010\220\0342\000'
|
40
|
+
_EXTERNALPROCESSOR.fields_by_name['disable_clear_route_cache']._options = None
|
41
|
+
_EXTERNALPROCESSOR.fields_by_name['disable_clear_route_cache']._serialized_options = b'\362\230\376\217\005\030\022\026clear_route_cache_type'
|
42
|
+
_EXTERNALPROCESSOR.fields_by_name['route_cache_action']._options = None
|
43
|
+
_EXTERNALPROCESSOR.fields_by_name['route_cache_action']._serialized_options = b'\362\230\376\217\005\030\022\026clear_route_cache_type'
|
38
44
|
_EXTPROCPERROUTE.oneofs_by_name['override']._options = None
|
39
45
|
_EXTPROCPERROUTE.oneofs_by_name['override']._serialized_options = b'\370B\001'
|
40
46
|
_EXTPROCPERROUTE.fields_by_name['disabled']._options = None
|
41
47
|
_EXTPROCPERROUTE.fields_by_name['disabled']._serialized_options = b'\372B\004j\002\010\001'
|
42
|
-
_globals['_EXTERNALPROCESSOR']._serialized_start=
|
43
|
-
_globals['_EXTERNALPROCESSOR']._serialized_end=
|
44
|
-
_globals['
|
45
|
-
_globals['
|
46
|
-
_globals['
|
47
|
-
_globals['
|
48
|
-
_globals['
|
49
|
-
_globals['
|
48
|
+
_globals['_EXTERNALPROCESSOR']._serialized_start=489
|
49
|
+
_globals['_EXTERNALPROCESSOR']._serialized_end=1645
|
50
|
+
_globals['_EXTERNALPROCESSOR_ROUTECACHEACTION']._serialized_start=1573
|
51
|
+
_globals['_EXTERNALPROCESSOR_ROUTECACHEACTION']._serialized_end=1627
|
52
|
+
_globals['_METADATAOPTIONS']._serialized_start=1648
|
53
|
+
_globals['_METADATAOPTIONS']._serialized_end=1938
|
54
|
+
_globals['_METADATAOPTIONS_METADATANAMESPACES']._serialized_start=1886
|
55
|
+
_globals['_METADATAOPTIONS_METADATANAMESPACES']._serialized_end=1938
|
56
|
+
_globals['_HEADERFORWARDINGRULES']._serialized_start=1941
|
57
|
+
_globals['_HEADERFORWARDINGRULES']._serialized_end=2101
|
58
|
+
_globals['_EXTPROCPERROUTE']._serialized_start=2104
|
59
|
+
_globals['_EXTPROCPERROUTE']._serialized_end=2249
|
60
|
+
_globals['_EXTPROCOVERRIDES']._serialized_start=2252
|
61
|
+
_globals['_EXTPROCOVERRIDES']._serialized_end=2640
|
50
62
|
# @@protoc_insertion_point(module_scope)
|
@@ -13,12 +13,14 @@ _sym_db = _symbol_database.Default()
|
|
13
13
|
|
14
14
|
from envoy.config.core.v3 import base_pb2 as envoy_dot_config_dot_core_dot_v3_dot_base__pb2
|
15
15
|
from envoy.config.core.v3 import http_uri_pb2 as envoy_dot_config_dot_core_dot_v3_dot_http__uri__pb2
|
16
|
+
from google.protobuf import duration_pb2 as google_dot_protobuf_dot_duration__pb2
|
16
17
|
from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb2
|
18
|
+
from envoy.annotations import deprecation_pb2 as envoy_dot_annotations_dot_deprecation__pb2
|
17
19
|
from udpa.annotations import status_pb2 as udpa_dot_annotations_dot_status__pb2
|
18
20
|
from validate import validate_pb2 as validate_dot_validate__pb2
|
19
21
|
|
20
22
|
|
21
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n:envoy/extensions/filters/http/gcp_authn/v3/gcp_authn.proto\x12*envoy.extensions.filters.http.gcp_authn.v3\x1a\x1f\x65nvoy/config/core/v3/base.proto\x1a#envoy/config/core/v3/http_uri.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1dudpa/annotations/status.proto\x1a\x17validate/validate.proto\"\
|
23
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n:envoy/extensions/filters/http/gcp_authn/v3/gcp_authn.proto\x12*envoy.extensions.filters.http.gcp_authn.v3\x1a\x1f\x65nvoy/config/core/v3/base.proto\x1a#envoy/config/core/v3/http_uri.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a#envoy/annotations/deprecation.proto\x1a\x1dudpa/annotations/status.proto\x1a\x17validate/validate.proto\"\xff\x02\n\x14GcpAuthnFilterConfig\x12<\n\x08http_uri\x18\x01 \x01(\x0b\x32\x1d.envoy.config.core.v3.HttpUriB\x0b\x18\x01\x92\xc7\x86\xd8\x04\x03\x33.0\x12\x37\n\x0cretry_policy\x18\x02 \x01(\x0b\x32!.envoy.config.core.v3.RetryPolicy\x12R\n\x0c\x63\x61\x63he_config\x18\x03 \x01(\x0b\x32<.envoy.extensions.filters.http.gcp_authn.v3.TokenCacheConfig\x12M\n\x0ctoken_header\x18\x04 \x01(\x0b\x32\x37.envoy.extensions.filters.http.gcp_authn.v3.TokenHeader\x12\x0f\n\x07\x63luster\x18\x05 \x01(\t\x12<\n\x07timeout\x18\x06 \x01(\x0b\x32\x19.google.protobuf.DurationB\x10\xfa\x42\r\xaa\x01\n\x1a\x06\x08\x80\x80\x80\x80\x10\x32\x00\" \n\x08\x41udience\x12\x14\n\x03url\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\"U\n\x10TokenCacheConfig\x12\x41\n\ncache_size\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.UInt64ValueB\x0f\xfa\x42\x0c\x32\n\x18\xff\xff\xff\xff\xff\xff\xff\xff\x7f\"M\n\x0bTokenHeader\x12\x1b\n\x04name\x18\x01 \x01(\tB\r\xfa\x42\nr\x08\x10\x01\xc0\x01\x01\xc8\x01\x00\x12!\n\x0cvalue_prefix\x18\x02 \x01(\tB\x0b\xfa\x42\x08r\x06\xc0\x01\x02\xc8\x01\x00\x42\xb2\x01\n8io.envoyproxy.envoy.extensions.filters.http.gcp_authn.v3B\rGcpAuthnProtoP\x01Z]github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/gcp_authn/v3;gcp_authnv3\xba\x80\xc8\xd1\x06\x02\x10\x02\x62\x06proto3')
|
22
24
|
|
23
25
|
_globals = globals()
|
24
26
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -27,7 +29,9 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
27
29
|
DESCRIPTOR._options = None
|
28
30
|
DESCRIPTOR._serialized_options = b'\n8io.envoyproxy.envoy.extensions.filters.http.gcp_authn.v3B\rGcpAuthnProtoP\001Z]github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/gcp_authn/v3;gcp_authnv3\272\200\310\321\006\002\020\002'
|
29
31
|
_GCPAUTHNFILTERCONFIG.fields_by_name['http_uri']._options = None
|
30
|
-
_GCPAUTHNFILTERCONFIG.fields_by_name['http_uri']._serialized_options = b'\
|
32
|
+
_GCPAUTHNFILTERCONFIG.fields_by_name['http_uri']._serialized_options = b'\030\001\222\307\206\330\004\0033.0'
|
33
|
+
_GCPAUTHNFILTERCONFIG.fields_by_name['timeout']._options = None
|
34
|
+
_GCPAUTHNFILTERCONFIG.fields_by_name['timeout']._serialized_options = b'\372B\r\252\001\n\032\006\010\200\200\200\200\0202\000'
|
31
35
|
_AUDIENCE.fields_by_name['url']._options = None
|
32
36
|
_AUDIENCE.fields_by_name['url']._serialized_options = b'\372B\004r\002\020\001'
|
33
37
|
_TOKENCACHECONFIG.fields_by_name['cache_size']._options = None
|
@@ -36,12 +40,12 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
36
40
|
_TOKENHEADER.fields_by_name['name']._serialized_options = b'\372B\nr\010\020\001\300\001\001\310\001\000'
|
37
41
|
_TOKENHEADER.fields_by_name['value_prefix']._options = None
|
38
42
|
_TOKENHEADER.fields_by_name['value_prefix']._serialized_options = b'\372B\010r\006\300\001\002\310\001\000'
|
39
|
-
_globals['_GCPAUTHNFILTERCONFIG']._serialized_start=
|
40
|
-
_globals['_GCPAUTHNFILTERCONFIG']._serialized_end=
|
41
|
-
_globals['_AUDIENCE']._serialized_start=
|
42
|
-
_globals['_AUDIENCE']._serialized_end=
|
43
|
-
_globals['_TOKENCACHECONFIG']._serialized_start=
|
44
|
-
_globals['_TOKENCACHECONFIG']._serialized_end=
|
45
|
-
_globals['_TOKENHEADER']._serialized_start=
|
46
|
-
_globals['_TOKENHEADER']._serialized_end=
|
43
|
+
_globals['_GCPAUTHNFILTERCONFIG']._serialized_start=334
|
44
|
+
_globals['_GCPAUTHNFILTERCONFIG']._serialized_end=717
|
45
|
+
_globals['_AUDIENCE']._serialized_start=719
|
46
|
+
_globals['_AUDIENCE']._serialized_end=751
|
47
|
+
_globals['_TOKENCACHECONFIG']._serialized_start=753
|
48
|
+
_globals['_TOKENCACHECONFIG']._serialized_end=838
|
49
|
+
_globals['_TOKENHEADER']._serialized_start=840
|
50
|
+
_globals['_TOKENHEADER']._serialized_end=917
|
47
51
|
# @@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'\nFenvoy/extensions/filters/http/grpc_json_transcoder/v3/transcoder.proto\x12\x35\x65nvoy.extensions.filters.http.grpc_json_transcoder.v3\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1dudpa/annotations/status.proto\x1a!udpa/annotations/versioning.proto\x1a\x17validate/validate.proto\"\
|
20
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nFenvoy/extensions/filters/http/grpc_json_transcoder/v3/transcoder.proto\x12\x35\x65nvoy.extensions.filters.http.grpc_json_transcoder.v3\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1dudpa/annotations/status.proto\x1a!udpa/annotations/versioning.proto\x1a\x17validate/validate.proto\"\x88\x0c\n\x12GrpcJsonTranscoder\x12\x1a\n\x10proto_descriptor\x18\x01 \x01(\tH\x00\x12\x1e\n\x14proto_descriptor_bin\x18\x04 \x01(\x0cH\x00\x12\x10\n\x08services\x18\x02 \x03(\t\x12m\n\rprint_options\x18\x03 \x01(\x0b\x32V.envoy.extensions.filters.http.grpc_json_transcoder.v3.GrpcJsonTranscoder.PrintOptions\x12$\n\x1cmatch_incoming_request_route\x18\x05 \x01(\x08\x12 \n\x18ignored_query_parameters\x18\x06 \x03(\t\x12\x14\n\x0c\x61uto_mapping\x18\x07 \x01(\x08\x12\'\n\x1fignore_unknown_query_parameters\x18\x08 \x01(\x08\x12\x1b\n\x13\x63onvert_grpc_status\x18\t \x01(\x08\x12~\n\x11url_unescape_spec\x18\n \x01(\x0e\x32Y.envoy.extensions.filters.http.grpc_json_transcoder.v3.GrpcJsonTranscoder.UrlUnescapeSpecB\x08\xfa\x42\x05\x82\x01\x02\x10\x01\x12!\n\x19query_param_unescape_plus\x18\x0c \x01(\x08\x12&\n\x1ematch_unregistered_custom_verb\x18\r \x01(\x08\x12\x86\x01\n\x1arequest_validation_options\x18\x0b \x01(\x0b\x32\x62.envoy.extensions.filters.http.grpc_json_transcoder.v3.GrpcJsonTranscoder.RequestValidationOptions\x12%\n\x1d\x63\x61se_insensitive_enum_parsing\x18\x0e \x01(\x08\x12\x44\n\x15max_request_body_size\x18\x0f \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueB\x07\xfa\x42\x04*\x02 \x00\x12\x45\n\x16max_response_body_size\x18\x10 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueB\x07\xfa\x42\x04*\x02 \x00\x12(\n capture_unknown_query_parameters\x18\x11 \x01(\x08\x1a\x86\x02\n\x0cPrintOptions\x12\x16\n\x0e\x61\x64\x64_whitespace\x18\x01 \x01(\x08\x12%\n\x1d\x61lways_print_primitive_fields\x18\x02 \x01(\x08\x12\"\n\x1a\x61lways_print_enums_as_ints\x18\x03 \x01(\x08\x12\"\n\x1apreserve_proto_field_names\x18\x04 \x01(\x08\x12 \n\x18stream_newline_delimited\x18\x05 \x01(\x08:M\x9a\xc5\x88\x1eH\nFenvoy.config.filter.http.transcoder.v2.GrpcJsonTranscoder.PrintOptions\x1a\x90\x01\n\x18RequestValidationOptions\x12\x1d\n\x15reject_unknown_method\x18\x01 \x01(\x08\x12\'\n\x1freject_unknown_query_parameters\x18\x02 \x01(\x08\x12,\n$reject_binding_body_field_collisions\x18\x03 \x01(\x08\"j\n\x0fUrlUnescapeSpec\x12\"\n\x1e\x41LL_CHARACTERS_EXCEPT_RESERVED\x10\x00\x12\x1f\n\x1b\x41LL_CHARACTERS_EXCEPT_SLASH\x10\x01\x12\x12\n\x0e\x41LL_CHARACTERS\x10\x02:@\x9a\xc5\x88\x1e;\n9envoy.config.filter.http.transcoder.v2.GrpcJsonTranscoderB\x15\n\x0e\x64\x65scriptor_set\x12\x03\xf8\x42\x01\"\x8d\x02\n\x12UnknownQueryParams\x12_\n\x03key\x18\x01 \x03(\x0b\x32R.envoy.extensions.filters.http.grpc_json_transcoder.v3.UnknownQueryParams.KeyEntry\x1a\x18\n\x06Values\x12\x0e\n\x06values\x18\x01 \x03(\t\x1a|\n\x08KeyEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12_\n\x05value\x18\x02 \x01(\x0b\x32P.envoy.extensions.filters.http.grpc_json_transcoder.v3.UnknownQueryParams.Values:\x02\x38\x01\x42\xd5\x01\nCio.envoyproxy.envoy.extensions.filters.http.grpc_json_transcoder.v3B\x0fTranscoderProtoP\x01Zsgithub.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/grpc_json_transcoder/v3;grpc_json_transcoderv3\xba\x80\xc8\xd1\x06\x02\x10\x02\x62\x06proto3')
|
21
21
|
|
22
22
|
_globals = globals()
|
23
23
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -37,12 +37,20 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
37
37
|
_GRPCJSONTRANSCODER.fields_by_name['max_response_body_size']._serialized_options = b'\372B\004*\002 \000'
|
38
38
|
_GRPCJSONTRANSCODER._options = None
|
39
39
|
_GRPCJSONTRANSCODER._serialized_options = b'\232\305\210\036;\n9envoy.config.filter.http.transcoder.v2.GrpcJsonTranscoder'
|
40
|
+
_UNKNOWNQUERYPARAMS_KEYENTRY._options = None
|
41
|
+
_UNKNOWNQUERYPARAMS_KEYENTRY._serialized_options = b'8\001'
|
40
42
|
_globals['_GRPCJSONTRANSCODER']._serialized_start=253
|
41
|
-
_globals['_GRPCJSONTRANSCODER']._serialized_end=
|
42
|
-
_globals['_GRPCJSONTRANSCODER_PRINTOPTIONS']._serialized_start=
|
43
|
-
_globals['_GRPCJSONTRANSCODER_PRINTOPTIONS']._serialized_end=
|
44
|
-
_globals['_GRPCJSONTRANSCODER_REQUESTVALIDATIONOPTIONS']._serialized_start=
|
45
|
-
_globals['_GRPCJSONTRANSCODER_REQUESTVALIDATIONOPTIONS']._serialized_end=
|
46
|
-
_globals['_GRPCJSONTRANSCODER_URLUNESCAPESPEC']._serialized_start=
|
47
|
-
_globals['_GRPCJSONTRANSCODER_URLUNESCAPESPEC']._serialized_end=
|
43
|
+
_globals['_GRPCJSONTRANSCODER']._serialized_end=1797
|
44
|
+
_globals['_GRPCJSONTRANSCODER_PRINTOPTIONS']._serialized_start=1191
|
45
|
+
_globals['_GRPCJSONTRANSCODER_PRINTOPTIONS']._serialized_end=1453
|
46
|
+
_globals['_GRPCJSONTRANSCODER_REQUESTVALIDATIONOPTIONS']._serialized_start=1456
|
47
|
+
_globals['_GRPCJSONTRANSCODER_REQUESTVALIDATIONOPTIONS']._serialized_end=1600
|
48
|
+
_globals['_GRPCJSONTRANSCODER_URLUNESCAPESPEC']._serialized_start=1602
|
49
|
+
_globals['_GRPCJSONTRANSCODER_URLUNESCAPESPEC']._serialized_end=1708
|
50
|
+
_globals['_UNKNOWNQUERYPARAMS']._serialized_start=1800
|
51
|
+
_globals['_UNKNOWNQUERYPARAMS']._serialized_end=2069
|
52
|
+
_globals['_UNKNOWNQUERYPARAMS_VALUES']._serialized_start=1919
|
53
|
+
_globals['_UNKNOWNQUERYPARAMS_VALUES']._serialized_end=1943
|
54
|
+
_globals['_UNKNOWNQUERYPARAMS_KEYENTRY']._serialized_start=1945
|
55
|
+
_globals['_UNKNOWNQUERYPARAMS_KEYENTRY']._serialized_end=2069
|
48
56
|
# @@protoc_insertion_point(module_scope)
|
@@ -11,12 +11,13 @@ from google.protobuf.internal import builder as _builder
|
|
11
11
|
_sym_db = _symbol_database.Default()
|
12
12
|
|
13
13
|
|
14
|
+
from envoy.type.matcher.v3 import regex_pb2 as envoy_dot_type_dot_matcher_dot_v3_dot_regex__pb2
|
14
15
|
from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2
|
15
16
|
from udpa.annotations import status_pb2 as udpa_dot_annotations_dot_status__pb2
|
16
17
|
from validate import validate_pb2 as validate_dot_validate__pb2
|
17
18
|
|
18
19
|
|
19
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nHenvoy/extensions/filters/http/json_to_metadata/v3/json_to_metadata.proto\x12\x31\x65nvoy.extensions.filters.http.json_to_metadata.v3\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1dudpa/annotations/status.proto\x1a\x17validate/validate.proto\"\
|
20
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nHenvoy/extensions/filters/http/json_to_metadata/v3/json_to_metadata.proto\x12\x31\x65nvoy.extensions.filters.http.json_to_metadata.v3\x1a!envoy/type/matcher/v3/regex.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1dudpa/annotations/status.proto\x1a\x17validate/validate.proto\"\xee\t\n\x0eJsonToMetadata\x12\x63\n\rrequest_rules\x18\x01 \x01(\x0b\x32L.envoy.extensions.filters.http.json_to_metadata.v3.JsonToMetadata.MatchRules\x12\x64\n\x0eresponse_rules\x18\x02 \x01(\x0b\x32L.envoy.extensions.filters.http.json_to_metadata.v3.JsonToMetadata.MatchRules\x1a\x86\x02\n\x0cKeyValuePair\x12\x1a\n\x12metadata_namespace\x18\x01 \x01(\t\x12\x14\n\x03key\x18\x02 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x12\'\n\x05value\x18\x03 \x01(\x0b\x32\x16.google.protobuf.ValueH\x00\x12\x63\n\x04type\x18\x04 \x01(\x0e\x32K.envoy.extensions.filters.http.json_to_metadata.v3.JsonToMetadata.ValueTypeB\x08\xfa\x42\x05\x82\x01\x02\x10\x01\x12(\n preserve_existing_metadata_value\x18\x05 \x01(\x08\x42\x0c\n\nvalue_type\x1a.\n\x08Selector\x12\x16\n\x03key\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01H\x00\x42\n\n\x08selector\x1a\x99\x03\n\x04Rule\x12g\n\tselectors\x18\x01 \x03(\x0b\x32J.envoy.extensions.filters.http.json_to_metadata.v3.JsonToMetadata.SelectorB\x08\xfa\x42\x05\x92\x01\x02\x08\x01\x12\x62\n\non_present\x18\x02 \x01(\x0b\x32N.envoy.extensions.filters.http.json_to_metadata.v3.JsonToMetadata.KeyValuePair\x12\x62\n\non_missing\x18\x03 \x01(\x0b\x32N.envoy.extensions.filters.http.json_to_metadata.v3.JsonToMetadata.KeyValuePair\x12`\n\x08on_error\x18\x04 \x01(\x0b\x32N.envoy.extensions.filters.http.json_to_metadata.v3.JsonToMetadata.KeyValuePair\x1a\x82\x02\n\nMatchRules\x12_\n\x05rules\x18\x01 \x03(\x0b\x32\x46.envoy.extensions.filters.http.json_to_metadata.v3.JsonToMetadata.RuleB\x08\xfa\x42\x05\x92\x01\x02\x08\x01\x12)\n\x13\x61llow_content_types\x18\x02 \x03(\tB\x0c\xfa\x42\t\x92\x01\x06\"\x04r\x02\x10\x01\x12 \n\x18\x61llow_empty_content_type\x18\x03 \x01(\x08\x12\x46\n\x19\x61llow_content_types_regex\x18\x04 \x01(\x0b\x32#.envoy.type.matcher.v3.RegexMatcher\"7\n\tValueType\x12\x12\n\x0ePROTOBUF_VALUE\x10\x00\x12\n\n\x06STRING\x10\x01\x12\n\n\x06NUMBER\x10\x02\x42\xcd\x01\n?io.envoyproxy.envoy.extensions.filters.http.json_to_metadata.v3B\x13JsonToMetadataProtoP\x01Zkgithub.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/json_to_metadata/v3;json_to_metadatav3\xba\x80\xc8\xd1\x06\x02\x10\x02\x62\x06proto3')
|
20
21
|
|
21
22
|
_globals = globals()
|
22
23
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -36,16 +37,16 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
36
37
|
_JSONTOMETADATA_MATCHRULES.fields_by_name['rules']._serialized_options = b'\372B\005\222\001\002\010\001'
|
37
38
|
_JSONTOMETADATA_MATCHRULES.fields_by_name['allow_content_types']._options = None
|
38
39
|
_JSONTOMETADATA_MATCHRULES.fields_by_name['allow_content_types']._serialized_options = b'\372B\t\222\001\006\"\004r\002\020\001'
|
39
|
-
_globals['_JSONTOMETADATA']._serialized_start=
|
40
|
-
_globals['_JSONTOMETADATA']._serialized_end=
|
41
|
-
_globals['_JSONTOMETADATA_KEYVALUEPAIR']._serialized_start=
|
42
|
-
_globals['_JSONTOMETADATA_KEYVALUEPAIR']._serialized_end=
|
43
|
-
_globals['_JSONTOMETADATA_SELECTOR']._serialized_start=
|
44
|
-
_globals['_JSONTOMETADATA_SELECTOR']._serialized_end=
|
45
|
-
_globals['_JSONTOMETADATA_RULE']._serialized_start=
|
46
|
-
_globals['_JSONTOMETADATA_RULE']._serialized_end=
|
47
|
-
_globals['_JSONTOMETADATA_MATCHRULES']._serialized_start=
|
48
|
-
_globals['_JSONTOMETADATA_MATCHRULES']._serialized_end=
|
49
|
-
_globals['_JSONTOMETADATA_VALUETYPE']._serialized_start=
|
50
|
-
_globals['_JSONTOMETADATA_VALUETYPE']._serialized_end=
|
40
|
+
_globals['_JSONTOMETADATA']._serialized_start=249
|
41
|
+
_globals['_JSONTOMETADATA']._serialized_end=1511
|
42
|
+
_globals['_JSONTOMETADATA_KEYVALUEPAIR']._serialized_start=471
|
43
|
+
_globals['_JSONTOMETADATA_KEYVALUEPAIR']._serialized_end=733
|
44
|
+
_globals['_JSONTOMETADATA_SELECTOR']._serialized_start=735
|
45
|
+
_globals['_JSONTOMETADATA_SELECTOR']._serialized_end=781
|
46
|
+
_globals['_JSONTOMETADATA_RULE']._serialized_start=784
|
47
|
+
_globals['_JSONTOMETADATA_RULE']._serialized_end=1193
|
48
|
+
_globals['_JSONTOMETADATA_MATCHRULES']._serialized_start=1196
|
49
|
+
_globals['_JSONTOMETADATA_MATCHRULES']._serialized_end=1454
|
50
|
+
_globals['_JSONTOMETADATA_VALUETYPE']._serialized_start=1456
|
51
|
+
_globals['_JSONTOMETADATA_VALUETYPE']._serialized_end=1511
|
51
52
|
# @@protoc_insertion_point(module_scope)
|
@@ -14,6 +14,7 @@ _sym_db = _symbol_database.Default()
|
|
14
14
|
from envoy.config.core.v3 import base_pb2 as envoy_dot_config_dot_core_dot_v3_dot_base__pb2
|
15
15
|
from envoy.config.core.v3 import http_uri_pb2 as envoy_dot_config_dot_core_dot_v3_dot_http__uri__pb2
|
16
16
|
from envoy.config.route.v3 import route_components_pb2 as envoy_dot_config_dot_route_dot_v3_dot_route__components__pb2
|
17
|
+
from envoy.type.matcher.v3 import string_pb2 as envoy_dot_type_dot_matcher_dot_v3_dot_string__pb2
|
17
18
|
from google.protobuf import duration_pb2 as google_dot_protobuf_dot_duration__pb2
|
18
19
|
from google.protobuf import empty_pb2 as google_dot_protobuf_dot_empty__pb2
|
19
20
|
from udpa.annotations import status_pb2 as udpa_dot_annotations_dot_status__pb2
|
@@ -21,7 +22,7 @@ from udpa.annotations import versioning_pb2 as udpa_dot_annotations_dot_versioni
|
|
21
22
|
from validate import validate_pb2 as validate_dot_validate__pb2
|
22
23
|
|
23
24
|
|
24
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n7envoy/extensions/filters/http/jwt_authn/v3/config.proto\x12*envoy.extensions.filters.http.jwt_authn.v3\x1a\x1f\x65nvoy/config/core/v3/base.proto\x1a#envoy/config/core/v3/http_uri.proto\x1a,envoy/config/route/v3/route_components.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a\x1dudpa/annotations/status.proto\x1a!udpa/annotations/versioning.proto\x1a\x17validate/validate.proto\"\
|
25
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n7envoy/extensions/filters/http/jwt_authn/v3/config.proto\x12*envoy.extensions.filters.http.jwt_authn.v3\x1a\x1f\x65nvoy/config/core/v3/base.proto\x1a#envoy/config/core/v3/http_uri.proto\x1a,envoy/config/route/v3/route_components.proto\x1a\"envoy/type/matcher/v3/string.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a\x1dudpa/annotations/status.proto\x1a!udpa/annotations/versioning.proto\x1a\x17validate/validate.proto\"\xd9\x08\n\x0bJwtProvider\x12\x0e\n\x06issuer\x18\x01 \x01(\t\x12\x11\n\taudiences\x18\x02 \x03(\t\x12\x36\n\x08subjects\x18\x13 \x01(\x0b\x32$.envoy.type.matcher.v3.StringMatcher\x12\x1a\n\x12require_expiration\x18\x14 \x01(\x08\x12/\n\x0cmax_lifetime\x18\x15 \x01(\x0b\x32\x19.google.protobuf.Duration\x12M\n\x0bremote_jwks\x18\x03 \x01(\x0b\x32\x36.envoy.extensions.filters.http.jwt_authn.v3.RemoteJwksH\x00\x12\x36\n\nlocal_jwks\x18\x04 \x01(\x0b\x32 .envoy.config.core.v3.DataSourceH\x00\x12\x0f\n\x07\x66orward\x18\x05 \x01(\x08\x12K\n\x0c\x66rom_headers\x18\x06 \x03(\x0b\x32\x35.envoy.extensions.filters.http.jwt_authn.v3.JwtHeader\x12\x13\n\x0b\x66rom_params\x18\x07 \x03(\t\x12\x14\n\x0c\x66rom_cookies\x18\r \x03(\t\x12+\n\x16\x66orward_payload_header\x18\x08 \x01(\tB\x0b\xfa\x42\x08r\x06\xc0\x01\x01\xc8\x01\x00\x12\"\n\x1apad_forward_payload_header\x18\x0b \x01(\x08\x12\x1b\n\x13payload_in_metadata\x18\t \x01(\t\x12o\n\x1dnormalize_payload_in_metadata\x18\x12 \x01(\x0b\x32H.envoy.extensions.filters.http.jwt_authn.v3.JwtProvider.NormalizePayload\x12\x1a\n\x12header_in_metadata\x18\x0e \x01(\t\x12!\n\x19\x66\x61iled_status_in_metadata\x18\x10 \x01(\t\x12\x1a\n\x12\x63lock_skew_seconds\x18\n \x01(\r\x12T\n\x10jwt_cache_config\x18\x0c \x01(\x0b\x32:.envoy.extensions.filters.http.jwt_authn.v3.JwtCacheConfig\x12V\n\x10\x63laim_to_headers\x18\x0f \x03(\x0b\x32<.envoy.extensions.filters.http.jwt_authn.v3.JwtClaimToHeader\x12\x19\n\x11\x63lear_route_cache\x18\x11 \x01(\x08\x1a\x32\n\x10NormalizePayload\x12\x1e\n\x16space_delimited_claims\x18\x01 \x03(\t:=\x9a\xc5\x88\x1e\x38\n6envoy.config.filter.http.jwt_authn.v2alpha.JwtProviderB\x1c\n\x15jwks_source_specifier\x12\x03\xf8\x42\x01\"(\n\x0eJwtCacheConfig\x12\x16\n\x0ejwt_cache_size\x18\x01 \x01(\r\"\xd8\x02\n\nRemoteJwks\x12\x39\n\x08http_uri\x18\x01 \x01(\x0b\x32\x1d.envoy.config.core.v3.HttpUriB\x08\xfa\x42\x05\x8a\x01\x02\x10\x01\x12G\n\x0e\x63\x61\x63he_duration\x18\x02 \x01(\x0b\x32\x19.google.protobuf.DurationB\x14\xfa\x42\x11\xaa\x01\x0e\x1a\x06\x08\x80\xb4\xc4\xc3!2\x04\x10\xc0\x84=\x12O\n\x0b\x61sync_fetch\x18\x03 \x01(\x0b\x32:.envoy.extensions.filters.http.jwt_authn.v3.JwksAsyncFetch\x12\x37\n\x0cretry_policy\x18\x04 \x01(\x0b\x32!.envoy.config.core.v3.RetryPolicy:<\x9a\xc5\x88\x1e\x37\n5envoy.config.filter.http.jwt_authn.v2alpha.RemoteJwks\"c\n\x0eJwksAsyncFetch\x12\x15\n\rfast_listener\x18\x01 \x01(\x08\x12:\n\x17\x66\x61iled_refetch_duration\x18\x02 \x01(\x0b\x32\x19.google.protobuf.Duration\"\x88\x01\n\tJwtHeader\x12\x1b\n\x04name\x18\x01 \x01(\tB\r\xfa\x42\nr\x08\x10\x01\xc0\x01\x01\xc8\x01\x00\x12!\n\x0cvalue_prefix\x18\x02 \x01(\tB\x0b\xfa\x42\x08r\x06\xc0\x01\x02\xc8\x01\x00:;\x9a\xc5\x88\x1e\x36\n4envoy.config.filter.http.jwt_authn.v2alpha.JwtHeader\"\x8a\x01\n\x15ProviderWithAudiences\x12\x15\n\rprovider_name\x18\x01 \x01(\t\x12\x11\n\taudiences\x18\x02 \x03(\t:G\x9a\xc5\x88\x1e\x42\n@envoy.config.filter.http.jwt_authn.v2alpha.ProviderWithAudiences\"\x82\x04\n\x0eJwtRequirement\x12\x17\n\rprovider_name\x18\x01 \x01(\tH\x00\x12\x63\n\x16provider_and_audiences\x18\x02 \x01(\x0b\x32\x41.envoy.extensions.filters.http.jwt_authn.v3.ProviderWithAudiencesH\x00\x12X\n\x0crequires_any\x18\x03 \x01(\x0b\x32@.envoy.extensions.filters.http.jwt_authn.v3.JwtRequirementOrListH\x00\x12Y\n\x0crequires_all\x18\x04 \x01(\x0b\x32\x41.envoy.extensions.filters.http.jwt_authn.v3.JwtRequirementAndListH\x00\x12\x39\n\x17\x61llow_missing_or_failed\x18\x05 \x01(\x0b\x32\x16.google.protobuf.EmptyH\x00\x12/\n\rallow_missing\x18\x06 \x01(\x0b\x32\x16.google.protobuf.EmptyH\x00:@\x9a\xc5\x88\x1e;\n9envoy.config.filter.http.jwt_authn.v2alpha.JwtRequirementB\x0f\n\rrequires_type\"\xba\x01\n\x14JwtRequirementOrList\x12Z\n\x0crequirements\x18\x01 \x03(\x0b\x32:.envoy.extensions.filters.http.jwt_authn.v3.JwtRequirementB\x08\xfa\x42\x05\x92\x01\x02\x08\x02:F\x9a\xc5\x88\x1e\x41\n?envoy.config.filter.http.jwt_authn.v2alpha.JwtRequirementOrList\"\xbc\x01\n\x15JwtRequirementAndList\x12Z\n\x0crequirements\x18\x01 \x03(\x0b\x32:.envoy.extensions.filters.http.jwt_authn.v3.JwtRequirementB\x08\xfa\x42\x05\x92\x01\x02\x08\x02:G\x9a\xc5\x88\x1e\x42\n@envoy.config.filter.http.jwt_authn.v2alpha.JwtRequirementAndList\"\x99\x02\n\x0fRequirementRule\x12:\n\x05match\x18\x01 \x01(\x0b\x32!.envoy.config.route.v3.RouteMatchB\x08\xfa\x42\x05\x8a\x01\x02\x10\x01\x12N\n\x08requires\x18\x02 \x01(\x0b\x32:.envoy.extensions.filters.http.jwt_authn.v3.JwtRequirementH\x00\x12#\n\x10requirement_name\x18\x03 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01H\x00:A\x9a\xc5\x88\x1e<\n:envoy.config.filter.http.jwt_authn.v2alpha.RequirementRuleB\x12\n\x10requirement_type\"\xb5\x02\n\x0f\x46ilterStateRule\x12\x15\n\x04name\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x12[\n\x08requires\x18\x03 \x03(\x0b\x32I.envoy.extensions.filters.http.jwt_authn.v3.FilterStateRule.RequiresEntry\x1ak\n\rRequiresEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12I\n\x05value\x18\x02 \x01(\x0b\x32:.envoy.extensions.filters.http.jwt_authn.v3.JwtRequirement:\x02\x38\x01:A\x9a\xc5\x88\x1e<\n:envoy.config.filter.http.jwt_authn.v2alpha.FilterStateRule\"\xe7\x05\n\x11JwtAuthentication\x12_\n\tproviders\x18\x01 \x03(\x0b\x32L.envoy.extensions.filters.http.jwt_authn.v3.JwtAuthentication.ProvidersEntry\x12J\n\x05rules\x18\x02 \x03(\x0b\x32;.envoy.extensions.filters.http.jwt_authn.v3.RequirementRule\x12W\n\x12\x66ilter_state_rules\x18\x03 \x01(\x0b\x32;.envoy.extensions.filters.http.jwt_authn.v3.FilterStateRule\x12\x1d\n\x15\x62ypass_cors_preflight\x18\x04 \x01(\x08\x12j\n\x0frequirement_map\x18\x05 \x03(\x0b\x32Q.envoy.extensions.filters.http.jwt_authn.v3.JwtAuthentication.RequirementMapEntry\x12\x1e\n\x16strip_failure_response\x18\x06 \x01(\x08\x1ai\n\x0eProvidersEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x46\n\x05value\x18\x02 \x01(\x0b\x32\x37.envoy.extensions.filters.http.jwt_authn.v3.JwtProvider:\x02\x38\x01\x1aq\n\x13RequirementMapEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12I\n\x05value\x18\x02 \x01(\x0b\x32:.envoy.extensions.filters.http.jwt_authn.v3.JwtRequirement:\x02\x38\x01:C\x9a\xc5\x88\x1e>\n<envoy.config.filter.http.jwt_authn.v2alpha.JwtAuthentication\"p\n\x0ePerRouteConfig\x12\x1b\n\x08\x64isabled\x18\x01 \x01(\x08\x42\x07\xfa\x42\x04j\x02\x08\x01H\x00\x12#\n\x10requirement_name\x18\x02 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01H\x00\x42\x1c\n\x15requirement_specifier\x12\x03\xf8\x42\x01\"S\n\x10JwtClaimToHeader\x12\"\n\x0bheader_name\x18\x01 \x01(\tB\r\xfa\x42\nr\x08\x10\x01\xc0\x01\x01\xc8\x01\x00\x12\x1b\n\nclaim_name\x18\x02 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x42\xb0\x01\n8io.envoyproxy.envoy.extensions.filters.http.jwt_authn.v3B\x0b\x43onfigProtoP\x01Z]github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/jwt_authn/v3;jwt_authnv3\xba\x80\xc8\xd1\x06\x02\x10\x02\x62\x06proto3')
|
25
26
|
|
26
27
|
_globals = globals()
|
27
28
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -35,6 +36,8 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
35
36
|
_JWTPROVIDER.fields_by_name['forward_payload_header']._serialized_options = b'\372B\010r\006\300\001\001\310\001\000'
|
36
37
|
_JWTPROVIDER._options = None
|
37
38
|
_JWTPROVIDER._serialized_options = b'\232\305\210\0368\n6envoy.config.filter.http.jwt_authn.v2alpha.JwtProvider'
|
39
|
+
_REMOTEJWKS.fields_by_name['http_uri']._options = None
|
40
|
+
_REMOTEJWKS.fields_by_name['http_uri']._serialized_options = b'\372B\005\212\001\002\020\001'
|
38
41
|
_REMOTEJWKS.fields_by_name['cache_duration']._options = None
|
39
42
|
_REMOTEJWKS.fields_by_name['cache_duration']._serialized_options = b'\372B\021\252\001\016\032\006\010\200\264\304\303!2\004\020\300\204='
|
40
43
|
_REMOTEJWKS._options = None
|
@@ -85,40 +88,40 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
85
88
|
_JWTCLAIMTOHEADER.fields_by_name['header_name']._serialized_options = b'\372B\nr\010\020\001\300\001\001\310\001\000'
|
86
89
|
_JWTCLAIMTOHEADER.fields_by_name['claim_name']._options = None
|
87
90
|
_JWTCLAIMTOHEADER.fields_by_name['claim_name']._serialized_options = b'\372B\004r\002\020\001'
|
88
|
-
_globals['_JWTPROVIDER']._serialized_start=
|
89
|
-
_globals['_JWTPROVIDER']._serialized_end=
|
90
|
-
_globals['_JWTPROVIDER_NORMALIZEPAYLOAD']._serialized_start=
|
91
|
-
_globals['_JWTPROVIDER_NORMALIZEPAYLOAD']._serialized_end=
|
92
|
-
_globals['_JWTCACHECONFIG']._serialized_start=
|
93
|
-
_globals['_JWTCACHECONFIG']._serialized_end=
|
94
|
-
_globals['_REMOTEJWKS']._serialized_start=
|
95
|
-
_globals['_REMOTEJWKS']._serialized_end=
|
96
|
-
_globals['_JWKSASYNCFETCH']._serialized_start=
|
97
|
-
_globals['_JWKSASYNCFETCH']._serialized_end=
|
98
|
-
_globals['_JWTHEADER']._serialized_start=
|
99
|
-
_globals['_JWTHEADER']._serialized_end=
|
100
|
-
_globals['_PROVIDERWITHAUDIENCES']._serialized_start=
|
101
|
-
_globals['_PROVIDERWITHAUDIENCES']._serialized_end=
|
102
|
-
_globals['_JWTREQUIREMENT']._serialized_start=
|
103
|
-
_globals['_JWTREQUIREMENT']._serialized_end=
|
104
|
-
_globals['_JWTREQUIREMENTORLIST']._serialized_start=
|
105
|
-
_globals['_JWTREQUIREMENTORLIST']._serialized_end=
|
106
|
-
_globals['_JWTREQUIREMENTANDLIST']._serialized_start=
|
107
|
-
_globals['_JWTREQUIREMENTANDLIST']._serialized_end=
|
108
|
-
_globals['_REQUIREMENTRULE']._serialized_start=
|
109
|
-
_globals['_REQUIREMENTRULE']._serialized_end=
|
110
|
-
_globals['_FILTERSTATERULE']._serialized_start=
|
111
|
-
_globals['_FILTERSTATERULE']._serialized_end=
|
112
|
-
_globals['_FILTERSTATERULE_REQUIRESENTRY']._serialized_start=
|
113
|
-
_globals['_FILTERSTATERULE_REQUIRESENTRY']._serialized_end=
|
114
|
-
_globals['_JWTAUTHENTICATION']._serialized_start=
|
115
|
-
_globals['_JWTAUTHENTICATION']._serialized_end=
|
116
|
-
_globals['_JWTAUTHENTICATION_PROVIDERSENTRY']._serialized_start=
|
117
|
-
_globals['_JWTAUTHENTICATION_PROVIDERSENTRY']._serialized_end=
|
118
|
-
_globals['_JWTAUTHENTICATION_REQUIREMENTMAPENTRY']._serialized_start=
|
119
|
-
_globals['_JWTAUTHENTICATION_REQUIREMENTMAPENTRY']._serialized_end=
|
120
|
-
_globals['_PERROUTECONFIG']._serialized_start=
|
121
|
-
_globals['_PERROUTECONFIG']._serialized_end=
|
122
|
-
_globals['_JWTCLAIMTOHEADER']._serialized_start=
|
123
|
-
_globals['_JWTCLAIMTOHEADER']._serialized_end=
|
91
|
+
_globals['_JWTPROVIDER']._serialized_start=408
|
92
|
+
_globals['_JWTPROVIDER']._serialized_end=1521
|
93
|
+
_globals['_JWTPROVIDER_NORMALIZEPAYLOAD']._serialized_start=1378
|
94
|
+
_globals['_JWTPROVIDER_NORMALIZEPAYLOAD']._serialized_end=1428
|
95
|
+
_globals['_JWTCACHECONFIG']._serialized_start=1523
|
96
|
+
_globals['_JWTCACHECONFIG']._serialized_end=1563
|
97
|
+
_globals['_REMOTEJWKS']._serialized_start=1566
|
98
|
+
_globals['_REMOTEJWKS']._serialized_end=1910
|
99
|
+
_globals['_JWKSASYNCFETCH']._serialized_start=1912
|
100
|
+
_globals['_JWKSASYNCFETCH']._serialized_end=2011
|
101
|
+
_globals['_JWTHEADER']._serialized_start=2014
|
102
|
+
_globals['_JWTHEADER']._serialized_end=2150
|
103
|
+
_globals['_PROVIDERWITHAUDIENCES']._serialized_start=2153
|
104
|
+
_globals['_PROVIDERWITHAUDIENCES']._serialized_end=2291
|
105
|
+
_globals['_JWTREQUIREMENT']._serialized_start=2294
|
106
|
+
_globals['_JWTREQUIREMENT']._serialized_end=2808
|
107
|
+
_globals['_JWTREQUIREMENTORLIST']._serialized_start=2811
|
108
|
+
_globals['_JWTREQUIREMENTORLIST']._serialized_end=2997
|
109
|
+
_globals['_JWTREQUIREMENTANDLIST']._serialized_start=3000
|
110
|
+
_globals['_JWTREQUIREMENTANDLIST']._serialized_end=3188
|
111
|
+
_globals['_REQUIREMENTRULE']._serialized_start=3191
|
112
|
+
_globals['_REQUIREMENTRULE']._serialized_end=3472
|
113
|
+
_globals['_FILTERSTATERULE']._serialized_start=3475
|
114
|
+
_globals['_FILTERSTATERULE']._serialized_end=3784
|
115
|
+
_globals['_FILTERSTATERULE_REQUIRESENTRY']._serialized_start=3610
|
116
|
+
_globals['_FILTERSTATERULE_REQUIRESENTRY']._serialized_end=3717
|
117
|
+
_globals['_JWTAUTHENTICATION']._serialized_start=3787
|
118
|
+
_globals['_JWTAUTHENTICATION']._serialized_end=4530
|
119
|
+
_globals['_JWTAUTHENTICATION_PROVIDERSENTRY']._serialized_start=4241
|
120
|
+
_globals['_JWTAUTHENTICATION_PROVIDERSENTRY']._serialized_end=4346
|
121
|
+
_globals['_JWTAUTHENTICATION_REQUIREMENTMAPENTRY']._serialized_start=4348
|
122
|
+
_globals['_JWTAUTHENTICATION_REQUIREMENTMAPENTRY']._serialized_end=4461
|
123
|
+
_globals['_PERROUTECONFIG']._serialized_start=4532
|
124
|
+
_globals['_PERROUTECONFIG']._serialized_end=4644
|
125
|
+
_globals['_JWTCLAIMTOHEADER']._serialized_start=4646
|
126
|
+
_globals['_JWTCLAIMTOHEADER']._serialized_end=4729
|
124
127
|
# @@protoc_insertion_point(module_scope)
|
@@ -20,7 +20,7 @@ from udpa.annotations import status_pb2 as udpa_dot_annotations_dot_status__pb2
|
|
20
20
|
from validate import validate_pb2 as validate_dot_validate__pb2
|
21
21
|
|
22
22
|
|
23
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nGenvoy/extensions/filters/http/local_ratelimit/v3/local_rate_limit.proto\x12\x30\x65nvoy.extensions.filters.http.local_ratelimit.v3\x1a\x1f\x65nvoy/config/core/v3/base.proto\x1a\x34\x65nvoy/extensions/common/ratelimit/v3/ratelimit.proto\x1a\x1f\x65nvoy/type/v3/http_status.proto\x1a envoy/type/v3/token_bucket.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1dudpa/annotations/status.proto\x1a\x17validate/validate.proto\"\
|
23
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nGenvoy/extensions/filters/http/local_ratelimit/v3/local_rate_limit.proto\x12\x30\x65nvoy.extensions.filters.http.local_ratelimit.v3\x1a\x1f\x65nvoy/config/core/v3/base.proto\x1a\x34\x65nvoy/extensions/common/ratelimit/v3/ratelimit.proto\x1a\x1f\x65nvoy/type/v3/http_status.proto\x1a envoy/type/v3/token_bucket.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1dudpa/annotations/status.proto\x1a\x17validate/validate.proto\"\x98\x08\n\x0eLocalRateLimit\x12\x1c\n\x0bstat_prefix\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x12)\n\x06status\x18\x02 \x01(\x0b\x32\x19.envoy.type.v3.HttpStatus\x12\x30\n\x0ctoken_bucket\x18\x03 \x01(\x0b\x32\x1a.envoy.type.v3.TokenBucket\x12\x46\n\x0e\x66ilter_enabled\x18\x04 \x01(\x0b\x32..envoy.config.core.v3.RuntimeFractionalPercent\x12G\n\x0f\x66ilter_enforced\x18\x05 \x01(\x0b\x32..envoy.config.core.v3.RuntimeFractionalPercent\x12\x63\n(request_headers_to_add_when_not_enforced\x18\n \x03(\x0b\x32\'.envoy.config.core.v3.HeaderValueOptionB\x08\xfa\x42\x05\x92\x01\x02\x10\n\x12R\n\x17response_headers_to_add\x18\x06 \x03(\x0b\x32\'.envoy.config.core.v3.HeaderValueOptionB\x08\xfa\x42\x05\x92\x01\x02\x10\n\x12S\n\x0b\x64\x65scriptors\x18\x08 \x03(\x0b\x32>.envoy.extensions.common.ratelimit.v3.LocalRateLimitDescriptor\x12\x16\n\x05stage\x18\t \x01(\rB\x07\xfa\x42\x04*\x02\x18\n\x12\x32\n*local_rate_limit_per_downstream_connection\x18\x0b \x01(\x08\x12]\n\x18local_cluster_rate_limit\x18\x10 \x01(\x0b\x32;.envoy.extensions.common.ratelimit.v3.LocalClusterRateLimit\x12o\n\x1a\x65nable_x_ratelimit_headers\x18\x0c \x01(\x0e\x32\x41.envoy.extensions.common.ratelimit.v3.XRateLimitHeadersRFCVersionB\x08\xfa\x42\x05\x82\x01\x02\x10\x01\x12[\n\x0evh_rate_limits\x18\r \x01(\x0e\x32\x39.envoy.extensions.common.ratelimit.v3.VhRateLimitsOptionsB\x08\xfa\x42\x05\x82\x01\x02\x10\x01\x12G\n#always_consume_default_token_bucket\x18\x0e \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12*\n\"rate_limited_as_resource_exhausted\x18\x0f \x01(\x08\x42\xca\x01\n>io.envoyproxy.envoy.extensions.filters.http.local_ratelimit.v3B\x13LocalRateLimitProtoP\x01Zigithub.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/local_ratelimit/v3;local_ratelimitv3\xba\x80\xc8\xd1\x06\x02\x10\x02\x62\x06proto3')
|
24
24
|
|
25
25
|
_globals = globals()
|
26
26
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -41,5 +41,5 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
41
41
|
_LOCALRATELIMIT.fields_by_name['vh_rate_limits']._options = None
|
42
42
|
_LOCALRATELIMIT.fields_by_name['vh_rate_limits']._serialized_options = b'\372B\005\202\001\002\020\001'
|
43
43
|
_globals['_LOCALRATELIMIT']._serialized_start=368
|
44
|
-
_globals['_LOCALRATELIMIT']._serialized_end=
|
44
|
+
_globals['_LOCALRATELIMIT']._serialized_end=1416
|
45
45
|
# @@protoc_insertion_point(module_scope)
|
@@ -21,7 +21,7 @@ from udpa.annotations import status_pb2 as udpa_dot_annotations_dot_status__pb2
|
|
21
21
|
from validate import validate_pb2 as validate_dot_validate__pb2
|
22
22
|
|
23
23
|
|
24
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n3envoy/extensions/filters/http/oauth2/v3/oauth.proto\x12\'envoy.extensions.filters.http.oauth2.v3\x1a#envoy/config/core/v3/http_uri.proto\x1a,envoy/config/route/v3/route_components.proto\x1a\x36\x65nvoy/extensions/transport_sockets/tls/v3/secret.proto\x1a envoy/type/matcher/v3/path.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1dudpa/annotations/status.proto\x1a\x17validate/validate.proto\"\x99\x04\n\x11OAuth2Credentials\x12\x1a\n\tclient_id\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x12Z\n\x0ctoken_secret\x18\x02 \x01(\x0b\x32:.envoy.extensions.transport_sockets.tls.v3.SdsSecretConfigB\x08\xfa\x42\x05\x8a\x01\x02\x10\x01\x12[\n\x0bhmac_secret\x18\x03 \x01(\x0b\x32:.envoy.extensions.transport_sockets.tls.v3.SdsSecretConfigB\x08\xfa\x42\x05\x8a\x01\x02\x10\x01H\x00\x12\\\n\x0c\x63ookie_names\x18\x04 \x01(\x0b\x32\x46.envoy.extensions.filters.http.oauth2.v3.OAuth2Credentials.CookieNames\x1a\xb8\x01\n\x0b\x43ookieNames\x12!\n\x0c\x62\x65\x61rer_token\x18\x01 \x01(\tB\x0b\xfa\x42\x08r\x06\xc0\x01\x01\xd0\x01\x01\x12\x1f\n\noauth_hmac\x18\x02 \x01(\tB\x0b\xfa\x42\x08r\x06\xc0\x01\x01\xd0\x01\x01\x12\"\n\roauth_expires\x18\x03 \x01(\tB\x0b\xfa\x42\x08r\x06\xc0\x01\x01\xd0\x01\x01\x12\x1d\n\x08id_token\x18\x04 \x01(\tB\x0b\xfa\x42\x08r\x06\xc0\x01\x01\xd0\x01\x01\x12\"\n\rrefresh_token\x18\x05 \x01(\tB\x0b\xfa\x42\x08r\x06\xc0\x01\x01\xd0\x01\x01\x42\x16\n\x0ftoken_formation\x12\x03\xf8\x42\x01\"\
|
24
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n3envoy/extensions/filters/http/oauth2/v3/oauth.proto\x12\'envoy.extensions.filters.http.oauth2.v3\x1a#envoy/config/core/v3/http_uri.proto\x1a,envoy/config/route/v3/route_components.proto\x1a\x36\x65nvoy/extensions/transport_sockets/tls/v3/secret.proto\x1a envoy/type/matcher/v3/path.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1dudpa/annotations/status.proto\x1a\x17validate/validate.proto\"\x99\x04\n\x11OAuth2Credentials\x12\x1a\n\tclient_id\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x12Z\n\x0ctoken_secret\x18\x02 \x01(\x0b\x32:.envoy.extensions.transport_sockets.tls.v3.SdsSecretConfigB\x08\xfa\x42\x05\x8a\x01\x02\x10\x01\x12[\n\x0bhmac_secret\x18\x03 \x01(\x0b\x32:.envoy.extensions.transport_sockets.tls.v3.SdsSecretConfigB\x08\xfa\x42\x05\x8a\x01\x02\x10\x01H\x00\x12\\\n\x0c\x63ookie_names\x18\x04 \x01(\x0b\x32\x46.envoy.extensions.filters.http.oauth2.v3.OAuth2Credentials.CookieNames\x1a\xb8\x01\n\x0b\x43ookieNames\x12!\n\x0c\x62\x65\x61rer_token\x18\x01 \x01(\tB\x0b\xfa\x42\x08r\x06\xc0\x01\x01\xd0\x01\x01\x12\x1f\n\noauth_hmac\x18\x02 \x01(\tB\x0b\xfa\x42\x08r\x06\xc0\x01\x01\xd0\x01\x01\x12\"\n\roauth_expires\x18\x03 \x01(\tB\x0b\xfa\x42\x08r\x06\xc0\x01\x01\xd0\x01\x01\x12\x1d\n\x08id_token\x18\x04 \x01(\tB\x0b\xfa\x42\x08r\x06\xc0\x01\x01\xd0\x01\x01\x12\"\n\rrefresh_token\x18\x05 \x01(\tB\x0b\xfa\x42\x08r\x06\xc0\x01\x01\xd0\x01\x01\x42\x16\n\x0ftoken_formation\x12\x03\xf8\x42\x01\"\xd6\x07\n\x0cOAuth2Config\x12\x35\n\x0etoken_endpoint\x18\x01 \x01(\x0b\x32\x1d.envoy.config.core.v3.HttpUri\x12\'\n\x16\x61uthorization_endpoint\x18\x02 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x12Y\n\x0b\x63redentials\x18\x03 \x01(\x0b\x32:.envoy.extensions.filters.http.oauth2.v3.OAuth2CredentialsB\x08\xfa\x42\x05\x8a\x01\x02\x10\x01\x12\x1d\n\x0credirect_uri\x18\x04 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01\x12K\n\x15redirect_path_matcher\x18\x05 \x01(\x0b\x32\".envoy.type.matcher.v3.PathMatcherB\x08\xfa\x42\x05\x8a\x01\x02\x10\x01\x12\x42\n\x0csignout_path\x18\x06 \x01(\x0b\x32\".envoy.type.matcher.v3.PathMatcherB\x08\xfa\x42\x05\x8a\x01\x02\x10\x01\x12\x1c\n\x14\x66orward_bearer_token\x18\x07 \x01(\x08\x12%\n\x1dpreserve_authorization_header\x18\x10 \x01(\x08\x12\x42\n\x14pass_through_matcher\x18\x08 \x03(\x0b\x32$.envoy.config.route.v3.HeaderMatcher\x12\x13\n\x0b\x61uth_scopes\x18\t \x03(\t\x12\x11\n\tresources\x18\n \x03(\t\x12[\n\tauth_type\x18\x0b \x01(\x0e\x32>.envoy.extensions.filters.http.oauth2.v3.OAuth2Config.AuthTypeB\x08\xfa\x42\x05\x82\x01\x02\x10\x01\x12\x35\n\x11use_refresh_token\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x35\n\x12\x64\x65\x66\x61ult_expires_in\x18\r \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x43\n\x15\x64\x65ny_redirect_matcher\x18\x0e \x03(\x0b\x32$.envoy.config.route.v3.HeaderMatcher\x12\x43\n default_refresh_token_expires_in\x18\x0f \x01(\x0b\x32\x19.google.protobuf.Duration\x12#\n\x1b\x64isable_id_token_set_cookie\x18\x11 \x01(\x08\"0\n\x08\x41uthType\x12\x14\n\x10URL_ENCODED_BODY\x10\x00\x12\x0e\n\nBASIC_AUTH\x10\x01\"O\n\x06OAuth2\x12\x45\n\x06\x63onfig\x18\x01 \x01(\x0b\x32\x35.envoy.extensions.filters.http.oauth2.v3.OAuth2ConfigB\xa6\x01\n5io.envoyproxy.envoy.extensions.filters.http.oauth2.v3B\nOauthProtoP\x01ZWgithub.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/oauth2/v3;oauth2v3\xba\x80\xc8\xd1\x06\x02\x10\x02\x62\x06proto3')
|
25
25
|
|
26
26
|
_globals = globals()
|
27
27
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -64,9 +64,9 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
64
64
|
_globals['_OAUTH2CREDENTIALS_COOKIENAMES']._serialized_start=719
|
65
65
|
_globals['_OAUTH2CREDENTIALS_COOKIENAMES']._serialized_end=903
|
66
66
|
_globals['_OAUTH2CONFIG']._serialized_start=930
|
67
|
-
_globals['_OAUTH2CONFIG']._serialized_end=
|
68
|
-
_globals['_OAUTH2CONFIG_AUTHTYPE']._serialized_start=
|
69
|
-
_globals['_OAUTH2CONFIG_AUTHTYPE']._serialized_end=
|
70
|
-
_globals['_OAUTH2']._serialized_start=
|
71
|
-
_globals['_OAUTH2']._serialized_end=
|
67
|
+
_globals['_OAUTH2CONFIG']._serialized_end=1912
|
68
|
+
_globals['_OAUTH2CONFIG_AUTHTYPE']._serialized_start=1864
|
69
|
+
_globals['_OAUTH2CONFIG_AUTHTYPE']._serialized_end=1912
|
70
|
+
_globals['_OAUTH2']._serialized_start=1914
|
71
|
+
_globals['_OAUTH2']._serialized_end=1993
|
72
72
|
# @@protoc_insertion_point(module_scope)
|
@@ -19,7 +19,7 @@ from udpa.annotations import status_pb2 as udpa_dot_annotations_dot_status__pb2
|
|
19
19
|
from udpa.annotations import versioning_pb2 as udpa_dot_annotations_dot_versioning__pb2
|
20
20
|
|
21
21
|
|
22
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n0envoy/extensions/filters/http/rbac/v3/rbac.proto\x12%envoy.extensions.filters.http.rbac.v3\x1a\x1f\x65nvoy/config/rbac/v3/rbac.proto\x1a\x1fxds/annotations/v3/status.proto\x1a!xds/type/matcher/v3/matcher.proto\x1a\x1eudpa/annotations/migrate.proto\x1a\x1dudpa/annotations/status.proto\x1a!udpa/annotations/versioning.proto\"\
|
22
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n0envoy/extensions/filters/http/rbac/v3/rbac.proto\x12%envoy.extensions.filters.http.rbac.v3\x1a\x1f\x65nvoy/config/rbac/v3/rbac.proto\x1a\x1fxds/annotations/v3/status.proto\x1a!xds/type/matcher/v3/matcher.proto\x1a\x1eudpa/annotations/migrate.proto\x1a\x1dudpa/annotations/status.proto\x1a!udpa/annotations/versioning.proto\"\xd3\x03\n\x04RBAC\x12\x42\n\x05rules\x18\x01 \x01(\x0b\x32\x1a.envoy.config.rbac.v3.RBACB\x17\xf2\x98\xfe\x8f\x05\x11\x12\x0frules_specifier\x12\x19\n\x11rules_stat_prefix\x18\x06 \x01(\t\x12N\n\x07matcher\x18\x04 \x01(\x0b\x32\x1c.xds.type.matcher.v3.MatcherB\x1f\xf2\x98\xfe\x8f\x05\x11\x12\x0frules_specifier\xd2\xc6\xa4\xe1\x06\x02\x08\x01\x12P\n\x0cshadow_rules\x18\x02 \x01(\x0b\x32\x1a.envoy.config.rbac.v3.RBACB\x1e\xf2\x98\xfe\x8f\x05\x18\x12\x16shadow_rules_specifier\x12\\\n\x0eshadow_matcher\x18\x05 \x01(\x0b\x32\x1c.xds.type.matcher.v3.MatcherB&\xf2\x98\xfe\x8f\x05\x18\x12\x16shadow_rules_specifier\xd2\xc6\xa4\xe1\x06\x02\x08\x01\x12 \n\x18shadow_rules_stat_prefix\x18\x03 \x01(\t\x12\x1c\n\x14track_per_rule_stats\x18\x07 \x01(\x08:,\x9a\xc5\x88\x1e\'\n%envoy.config.filter.http.rbac.v2.RBAC\"\x85\x01\n\x0cRBACPerRoute\x12\x39\n\x04rbac\x18\x02 \x01(\x0b\x32+.envoy.extensions.filters.http.rbac.v3.RBAC:4\x9a\xc5\x88\x1e/\n-envoy.config.filter.http.rbac.v2.RBACPerRouteJ\x04\x08\x01\x10\x02\x42\x9f\x01\n3io.envoyproxy.envoy.extensions.filters.http.rbac.v3B\tRbacProtoP\x01ZSgithub.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/rbac/v3;rbacv3\xba\x80\xc8\xd1\x06\x02\x10\x02\x62\x06proto3')
|
23
23
|
|
24
24
|
_globals = globals()
|
25
25
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -40,7 +40,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
40
40
|
_RBACPERROUTE._options = None
|
41
41
|
_RBACPERROUTE._serialized_options = b'\232\305\210\036/\n-envoy.config.filter.http.rbac.v2.RBACPerRoute'
|
42
42
|
_globals['_RBAC']._serialized_start=291
|
43
|
-
_globals['_RBAC']._serialized_end=
|
44
|
-
_globals['_RBACPERROUTE']._serialized_start=
|
45
|
-
_globals['_RBACPERROUTE']._serialized_end=
|
43
|
+
_globals['_RBAC']._serialized_end=758
|
44
|
+
_globals['_RBACPERROUTE']._serialized_start=761
|
45
|
+
_globals['_RBACPERROUTE']._serialized_end=894
|
46
46
|
# @@protoc_insertion_point(module_scope)
|
File without changes
|
File without changes
|