From 306fa26f496d23a7591db80a47f5aec3d68420db Mon Sep 17 00:00:00 2001 From: irisdingbj Date: Mon, 11 Oct 2021 11:07:49 +0800 Subject: [PATCH] add signer and trustdomains into certificateData --- mesh/v1alpha1/config.pb.go | 567 +++++++++++-------- mesh/v1alpha1/config.proto | 15 + mesh/v1alpha1/istio.mesh.v1alpha1.gen.json | 16 + mesh/v1alpha1/istio.mesh.v1alpha1.pb.html | 32 ++ proto.lock | 465 +++++++++++++++ python/istio_api/mesh/v1alpha1/config_pb2.py | 134 +++-- 6 files changed, 947 insertions(+), 282 deletions(-) diff --git a/mesh/v1alpha1/config.pb.go b/mesh/v1alpha1/config.pb.go index d715ad8a0d5..181f3bad459 100644 --- a/mesh/v1alpha1/config.pb.go +++ b/mesh/v1alpha1/config.pb.go @@ -976,10 +976,24 @@ type MeshConfig_CertificateData struct { // Types that are valid to be assigned to CertificateData: // *MeshConfig_CertificateData_Pem // *MeshConfig_CertificateData_SpiffeBundleUrl - CertificateData isMeshConfig_CertificateData_CertificateData `protobuf_oneof:"certificate_data"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + CertificateData isMeshConfig_CertificateData_CertificateData `protobuf_oneof:"certificate_data"` + // Optional. Specify the kubernetes signers (External CA) that use this trustAnchor + // when Istiod is acting as RA(registration authority) + // If set, they are used for these signers. Otherwise, this trustAnchor is used for all signers. + CertSigners []string `protobuf:"bytes,3,rep,name=cert_signers,json=certSigners,proto3" json:"certSigners,omitempty"` + // Optional. Specify the list of trust domains to which this trustAnchor data belongs. + // If set, they are used for these trust domains. Otherwise, this trustAnchor is used for default trust domain + // and its aliases. + // Note that we can have multiple trustAnchor data for a same trust_domain. + // In that case, trustAnchors with a same trust domain will be merged and used together to verify peer certificates. + // If neither cert_signers nor trust_domains is set, this trustAnchor is used for all trust domains and all signers. + // If only trust_domains is set, this trustAnchor is used for these trust_domains and all signers. + // If only cert_signers is set, this trustAnchor is used for these cert_signers and all trust domains. + // If both cert_signers and trust_domains is set, this trustAnchor is only used for these signers and trust domains. + TrustDomains []string `protobuf:"bytes,4,rep,name=trust_domains,json=trustDomains,proto3" json:"trustDomains,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *MeshConfig_CertificateData) Reset() { *m = MeshConfig_CertificateData{} } @@ -1052,6 +1066,20 @@ func (m *MeshConfig_CertificateData) GetSpiffeBundleUrl() string { return "" } +func (m *MeshConfig_CertificateData) GetCertSigners() []string { + if m != nil { + return m.CertSigners + } + return nil +} + +func (m *MeshConfig_CertificateData) GetTrustDomains() []string { + if m != nil { + return m.TrustDomains + } + return nil +} + // XXX_OneofWrappers is for the internal use of the proto package. func (*MeshConfig_CertificateData) XXX_OneofWrappers() []interface{} { return []interface{}{ @@ -2835,224 +2863,225 @@ func init() { func init() { proto.RegisterFile("mesh/v1alpha1/config.proto", fileDescriptor_b5c7ece76d5d5022) } var fileDescriptor_b5c7ece76d5d5022 = []byte{ - // 3457 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x5a, 0xcd, 0x73, 0x1b, 0x47, - 0x76, 0x17, 0x40, 0x48, 0x1c, 0x3e, 0x10, 0xe4, 0xa0, 0xf9, 0xa1, 0x21, 0x24, 0x51, 0x14, 0x2d, - 0xc9, 0xb4, 0xe2, 0x80, 0x16, 0xe5, 0xf5, 0x6a, 0xbd, 0xc9, 0x56, 0x40, 0x00, 0x12, 0x09, 0x43, - 0x24, 0x33, 0x04, 0x25, 0xdb, 0x5b, 0x5b, 0x5d, 0xcd, 0x99, 0x06, 0x30, 0xcb, 0xc1, 0x0c, 0xd2, - 0xdd, 0xa0, 0x08, 0x57, 0xed, 0x21, 0xe7, 0x9c, 0x72, 0xcc, 0xdf, 0x90, 0x4a, 0x0e, 0xf9, 0x2b, - 0x52, 0xb5, 0x97, 0x1c, 0xf6, 0x90, 0x43, 0x0e, 0x29, 0x9f, 0x53, 0x95, 0x73, 0x6e, 0xa9, 0xfe, - 0x18, 0x60, 0x48, 0x42, 0xa2, 0xa8, 0xb2, 0x93, 0x1b, 0xe6, 0xf5, 0x7b, 0xbf, 0xd7, 0xfd, 0xba, - 0xdf, 0x47, 0xbf, 0x06, 0x94, 0x7a, 0x94, 0x77, 0x37, 0x4f, 0x9f, 0x92, 0xb0, 0xdf, 0x25, 0x4f, - 0x37, 0xbd, 0x38, 0x6a, 0x07, 0x9d, 0x72, 0x9f, 0xc5, 0x22, 0x46, 0x0b, 0x01, 0x17, 0x41, 0x5c, - 0x96, 0x1c, 0xe5, 0x84, 0xa3, 0xb4, 0xda, 0x89, 0xe3, 0x4e, 0x48, 0x37, 0x15, 0xcb, 0xf1, 0xa0, - 0xbd, 0xe9, 0x0f, 0x18, 0x11, 0x41, 0x1c, 0x69, 0xa1, 0xcb, 0xe3, 0x6f, 0x19, 0xe9, 0xf7, 0x29, - 0xe3, 0x66, 0x7c, 0xe5, 0xbc, 0xc2, 0x3e, 0x8b, 0xcf, 0x86, 0x66, 0xe8, 0x49, 0x44, 0xc5, 0xdb, - 0x98, 0x9d, 0x04, 0x51, 0x27, 0x61, 0x78, 0xb6, 0xe9, 0x53, 0x2e, 0x82, 0x48, 0x69, 0xc0, 0x6c, - 0x10, 0x52, 0xc3, 0xfb, 0xd9, 0x24, 0xde, 0xd3, 0x80, 0x89, 0x01, 0x09, 0x31, 0xa7, 0xec, 0x34, - 0xf0, 0x12, 0xd6, 0x2f, 0x4f, 0x9e, 0xf3, 0x72, 0x10, 0x6f, 0x92, 0x7e, 0xd0, 0x23, 0x5e, 0x37, - 0x88, 0x28, 0x1b, 0x6e, 0xf6, 0x4f, 0x3a, 0x92, 0xc0, 0x37, 0x7b, 0x54, 0x90, 0xcd, 0xd3, 0xa7, - 0x9b, 0x1d, 0x1a, 0x51, 0x46, 0x04, 0xf5, 0xb5, 0xd4, 0xfa, 0xbf, 0xd7, 0x01, 0x5e, 0x51, 0xde, - 0xad, 0x2a, 0x8b, 0xa0, 0x27, 0x50, 0x54, 0x53, 0xc5, 0x61, 0xc0, 0x05, 0x8d, 0x70, 0x3f, 0x66, - 0xc2, 0xc9, 0xad, 0x65, 0x36, 0x6e, 0xba, 0xf3, 0x6a, 0xa0, 0xa9, 0xe8, 0x07, 0x31, 0x13, 0xe8, - 0x31, 0x68, 0x12, 0xee, 0x0a, 0xd1, 0xd7, 0x9c, 0x37, 0x15, 0x67, 0x41, 0x91, 0x77, 0x84, 0xe8, - 0x2b, 0xbe, 0x6d, 0x98, 0xf7, 0xe2, 0x28, 0xa2, 0x9e, 0xc0, 0x22, 0xe8, 0xd1, 0x78, 0x20, 0x9c, - 0x5b, 0x6b, 0x99, 0x8d, 0xfc, 0xd6, 0x4a, 0x59, 0x1b, 0xb1, 0x9c, 0x18, 0xb1, 0x5c, 0x33, 0x46, - 0x76, 0xe7, 0x8c, 0x44, 0x4b, 0x0b, 0xa0, 0x37, 0x50, 0x52, 0x4c, 0x5e, 0x1c, 0x62, 0x9f, 0x0a, - 0xea, 0x29, 0x43, 0x25, 0x70, 0x4f, 0xae, 0x82, 0x73, 0x12, 0xe1, 0x5a, 0x22, 0x9b, 0x00, 0xc7, - 0x50, 0x10, 0x5e, 0x1f, 0x9f, 0x50, 0xda, 0x27, 0x61, 0x70, 0x4a, 0x9d, 0xbb, 0x0a, 0xab, 0x51, - 0xd6, 0x87, 0x62, 0x6c, 0xfe, 0xe4, 0x68, 0x3c, 0x2b, 0x57, 0xf5, 0xd4, 0x82, 0x38, 0x3a, 0x88, - 0xe3, 0xf0, 0x90, 0x0a, 0x11, 0x44, 0x1d, 0x5e, 0x6e, 0x55, 0x0f, 0xc6, 0xbf, 0xbd, 0xfe, 0x37, - 0x09, 0xa2, 0x3b, 0x2b, 0x52, 0x5f, 0xe8, 0x13, 0x28, 0x04, 0x51, 0x87, 0x51, 0xce, 0xb1, 0x17, - 0x12, 0xce, 0x9d, 0xe9, 0xb5, 0xcc, 0xc6, 0x8c, 0x3b, 0x6b, 0x88, 0x55, 0x49, 0x43, 0x9f, 0xc2, - 0x7c, 0xc2, 0x64, 0x36, 0xd9, 0xb1, 0x14, 0xdb, 0x9c, 0x21, 0x1f, 0x6a, 0x2a, 0xea, 0xc1, 0xed, - 0x11, 0x5a, 0x1c, 0x09, 0x16, 0x87, 0x21, 0x65, 0xb8, 0x17, 0xfb, 0xd4, 0x99, 0x59, 0xcb, 0x6c, - 0xcc, 0x6d, 0xfd, 0xa2, 0x3c, 0xe1, 0x74, 0x97, 0xc7, 0x3b, 0x5e, 0xde, 0x35, 0x7a, 0x47, 0xd2, - 0xaf, 0x62, 0x9f, 0xba, 0x4b, 0xc1, 0x24, 0x32, 0xfa, 0x0c, 0xec, 0xf1, 0xbc, 0x42, 0xea, 0x89, - 0x98, 0x39, 0x5f, 0xaa, 0x89, 0xcd, 0x8f, 0x26, 0xa6, 0xc9, 0xe8, 0x11, 0xcc, 0xd1, 0x88, 0x1c, - 0x87, 0x14, 0x0b, 0x46, 0xbc, 0x20, 0xea, 0x38, 0xb3, 0x6b, 0x99, 0x0d, 0xcb, 0x2d, 0x68, 0x6a, - 0x4b, 0x13, 0xe5, 0x21, 0x22, 0x9e, 0x27, 0x01, 0xc3, 0xb8, 0x83, 0xdb, 0x41, 0x48, 0x9d, 0x82, - 0x02, 0x2c, 0x68, 0x72, 0x33, 0xee, 0xbc, 0x08, 0x42, 0x2a, 0x0f, 0x66, 0x9a, 0x2f, 0x66, 0x3d, - 0x22, 0x1c, 0x47, 0xab, 0x1e, 0x73, 0x2a, 0x32, 0x22, 0xb0, 0x90, 0xe2, 0xa5, 0x91, 0x17, 0xfb, - 0x52, 0xff, 0x1d, 0x65, 0x90, 0xa7, 0x57, 0x19, 0xa4, 0x92, 0xa0, 0xd5, 0x8d, 0xa0, 0x5b, 0x24, - 0x17, 0x49, 0xa8, 0x06, 0xf7, 0xcd, 0xea, 0x68, 0x74, 0x1a, 0x0f, 0x71, 0x4a, 0x5f, 0xb2, 0x61, - 0x1b, 0x6a, 0xb9, 0x77, 0x34, 0x5b, 0x5d, 0x72, 0x8d, 0x90, 0x93, 0xdd, 0xfb, 0x35, 0x94, 0xfc, - 0x80, 0xa7, 0x60, 0xb4, 0xd7, 0x51, 0x26, 0x81, 0x9c, 0xe7, 0x0a, 0xe0, 0xb6, 0xe1, 0x50, 0x08, - 0x4d, 0x33, 0xde, 0x8c, 0x3b, 0xe8, 0x25, 0xcc, 0xf9, 0xb4, 0x4d, 0x06, 0xa1, 0xc0, 0x3a, 0x9c, - 0x39, 0x73, 0xea, 0xe8, 0xae, 0x4d, 0x5c, 0xe0, 0x81, 0x74, 0x49, 0xbd, 0x42, 0xb7, 0x60, 0xe4, - 0x8c, 0xcf, 0xf7, 0xe0, 0x76, 0x3c, 0x10, 0xc7, 0xf1, 0x20, 0xf2, 0xe5, 0x5e, 0xb5, 0xdb, 0x81, - 0x87, 0xfb, 0x71, 0x18, 0x78, 0x43, 0xa7, 0xa8, 0x10, 0xaf, 0x3c, 0x43, 0xfb, 0x46, 0xbc, 0xa5, - 0xa5, 0x0f, 0x94, 0xb0, 0xbb, 0x14, 0x4f, 0x22, 0xa3, 0x1d, 0x98, 0xd3, 0xf3, 0xc5, 0x3c, 0x1e, - 0x30, 0x8f, 0x72, 0x67, 0x79, 0x6d, 0x6a, 0x23, 0xbf, 0xf5, 0x60, 0xa2, 0x16, 0xad, 0xe1, 0x50, - 0x71, 0xba, 0x05, 0x2f, 0xf5, 0xc5, 0x51, 0x0d, 0x6c, 0xb3, 0x09, 0x64, 0x20, 0x62, 0xdc, 0x13, - 0x21, 0x77, 0xfe, 0x4c, 0xcd, 0xb8, 0x74, 0x29, 0x14, 0x6c, 0xc7, 0x71, 0xf8, 0x9a, 0x84, 0x03, - 0xea, 0x9a, 0x63, 0x59, 0x19, 0x88, 0xf8, 0x95, 0x08, 0x39, 0x7a, 0x00, 0xb3, 0x82, 0x0d, 0xb8, - 0xc0, 0x7e, 0xdc, 0x23, 0x41, 0xe4, 0x94, 0xd4, 0xa1, 0xca, 0x2b, 0x5a, 0x4d, 0x91, 0xd0, 0x17, - 0xb0, 0x98, 0x66, 0xc1, 0x24, 0x0c, 0x08, 0xa7, 0xdc, 0x29, 0xaf, 0x4d, 0x6d, 0xcc, 0xb8, 0x28, - 0xc5, 0x5a, 0xd1, 0x23, 0xe8, 0x5b, 0x98, 0xf7, 0x08, 0xf6, 0x28, 0x13, 0x41, 0x3b, 0xf0, 0x88, - 0xa0, 0xdc, 0xf9, 0x5a, 0xad, 0x72, 0xf3, 0x2a, 0x5b, 0x56, 0xc7, 0x32, 0x35, 0x22, 0x88, 0x3b, - 0xe7, 0x91, 0x14, 0x89, 0xa3, 0x5f, 0xc1, 0x4a, 0xb2, 0xed, 0xe6, 0xa4, 0x61, 0x7a, 0x26, 0x83, - 0x2f, 0x16, 0xb1, 0x73, 0x5f, 0x4d, 0x68, 0xd9, 0x30, 0x98, 0x63, 0x56, 0x57, 0xc3, 0xad, 0x18, - 0xed, 0xc0, 0x83, 0x44, 0xf4, 0x42, 0x0a, 0x49, 0x41, 0xac, 0x29, 0x88, 0x7b, 0x86, 0xf1, 0xb5, - 0xe6, 0xbb, 0x88, 0xd4, 0x80, 0xf5, 0x04, 0xe9, 0x62, 0xe2, 0x4a, 0x41, 0x3d, 0x50, 0x50, 0xab, - 0x86, 0xb3, 0x36, 0x66, 0x74, 0x07, 0xe1, 0x18, 0xeb, 0x11, 0xcc, 0xb1, 0x38, 0x16, 0x38, 0x22, - 0x3d, 0xca, 0xfb, 0xc4, 0xa3, 0xce, 0xba, 0x0e, 0x00, 0x92, 0xba, 0x97, 0x10, 0x51, 0x1b, 0x16, - 0xc2, 0xd8, 0x23, 0x61, 0x20, 0x86, 0x38, 0x3c, 0xc6, 0x5c, 0x87, 0x5a, 0xe7, 0x13, 0xb5, 0xdf, - 0x5f, 0xbd, 0x27, 0x5c, 0x37, 0x8d, 0x54, 0x33, 0x26, 0xfe, 0x36, 0x09, 0x49, 0xe4, 0x51, 0x66, - 0x02, 0xb5, 0x5b, 0x4c, 0x20, 0x9b, 0xc7, 0x86, 0x84, 0xaa, 0x60, 0xfb, 0x11, 0xc7, 0x8c, 0xb6, - 0x19, 0xe5, 0x5d, 0x2c, 0x73, 0xa5, 0xf3, 0xf0, 0xca, 0x74, 0xe5, 0x47, 0xdc, 0xd5, 0x12, 0x2e, - 0x11, 0x14, 0xfd, 0x16, 0x8a, 0xdd, 0x2d, 0x3c, 0xe8, 0x77, 0x18, 0xf1, 0x69, 0xe2, 0x4c, 0x9f, - 0xa9, 0xf8, 0x73, 0xe5, 0x01, 0xd8, 0xd9, 0x3a, 0xd2, 0x72, 0xc6, 0x8d, 0xe6, 0xbb, 0xe7, 0x09, - 0xf2, 0x04, 0x04, 0x91, 0x76, 0x57, 0x2f, 0x1c, 0x70, 0x41, 0x19, 0xe6, 0x82, 0x68, 0x03, 0x3a, - 0x9f, 0x2b, 0xdb, 0x2d, 0x1b, 0x86, 0xaa, 0x1e, 0x3f, 0x14, 0x44, 0x59, 0x52, 0x06, 0x9c, 0x91, - 0xab, 0x5f, 0x96, 0xfd, 0x73, 0x25, 0x3b, 0x0a, 0x06, 0x17, 0x85, 0x6b, 0x30, 0x7b, 0xee, 0x40, - 0x6f, 0xaa, 0x03, 0x3d, 0x39, 0xdc, 0xa4, 0x8e, 0xac, 0x7b, 0x4e, 0x0a, 0xfd, 0x35, 0x14, 0x44, - 0x97, 0x05, 0xed, 0x51, 0xd4, 0x7a, 0xaa, 0x8c, 0xfb, 0xf9, 0x55, 0x66, 0x69, 0x29, 0x21, 0x13, - 0xc1, 0x66, 0x45, 0xea, 0x0b, 0x7d, 0x0f, 0x76, 0x72, 0x8e, 0xcd, 0xb1, 0xe0, 0xce, 0xd6, 0x87, - 0x79, 0x9b, 0x39, 0xd8, 0x49, 0xe2, 0x76, 0xe7, 0xf9, 0x79, 0x02, 0x72, 0xe1, 0xb6, 0x89, 0x31, - 0x7d, 0x16, 0xf7, 0xa8, 0xe8, 0xd2, 0x01, 0xc7, 0x3d, 0xca, 0x3a, 0xd4, 0x79, 0x76, 0x65, 0xa8, - 0x59, 0xd2, 0xa2, 0x07, 0x23, 0xc9, 0x57, 0x52, 0x10, 0x61, 0xb8, 0x7b, 0x4a, 0x59, 0xd0, 0x1e, - 0xa6, 0x03, 0x04, 0x26, 0x02, 0x7b, 0x61, 0x40, 0x23, 0xe1, 0x7c, 0x75, 0x15, 0xf0, 0x76, 0xd6, - 0xc9, 0xb8, 0x2b, 0x1a, 0x23, 0x65, 0xe9, 0x8a, 0xa8, 0x2a, 0x00, 0xb4, 0x05, 0x59, 0x8f, 0x38, - 0xbf, 0x54, 0x30, 0xeb, 0x57, 0x06, 0x9c, 0x8a, 0x9b, 0xf5, 0x08, 0x3a, 0x86, 0x05, 0x7a, 0x26, - 0x68, 0xc4, 0xa5, 0x23, 0xf7, 0x59, 0x7c, 0x1a, 0xf8, 0x94, 0x71, 0xe7, 0x57, 0xca, 0x8e, 0x57, - 0x26, 0xcd, 0x7a, 0x22, 0x7a, 0x60, 0x24, 0x5d, 0x44, 0x2f, 0x92, 0x38, 0xfa, 0x1d, 0x14, 0x93, - 0xb0, 0x31, 0xd6, 0xf0, 0x17, 0x6a, 0x9a, 0x5f, 0x5c, 0xa5, 0xa1, 0xa6, 0x05, 0x47, 0x60, 0xae, - 0xed, 0x5f, 0xa0, 0x20, 0x1f, 0x16, 0xfc, 0x80, 0x7b, 0xf1, 0x29, 0x65, 0xc3, 0x51, 0x7d, 0xc2, - 0x9d, 0x5f, 0xab, 0x25, 0x3c, 0x2b, 0xeb, 0xfa, 0xb8, 0x9c, 0xae, 0x8f, 0xcb, 0xfd, 0x93, 0x8e, - 0x24, 0xf0, 0xb2, 0xac, 0x8f, 0xcb, 0xa7, 0x4f, 0xcb, 0x4d, 0x72, 0x4c, 0xc3, 0xa4, 0x88, 0x71, - 0xd1, 0x08, 0x2f, 0x21, 0x71, 0x44, 0x01, 0xf5, 0x89, 0xe8, 0xe2, 0x48, 0x16, 0x1b, 0x61, 0xf0, - 0x83, 0x8a, 0x00, 0xce, 0x5f, 0x9e, 0x8b, 0x43, 0xef, 0x5c, 0x85, 0x4a, 0xc3, 0x07, 0x44, 0x74, - 0xf7, 0xd2, 0xd2, 0x6e, 0xb1, 0x7f, 0x91, 0x84, 0xf0, 0x38, 0xce, 0xab, 0xfa, 0x9a, 0x51, 0xc1, - 0x86, 0x49, 0x28, 0xf9, 0x8d, 0xd2, 0xf6, 0xf0, 0x3d, 0x51, 0x6f, 0xa7, 0xd5, 0x3a, 0x70, 0xa5, - 0xc8, 0x28, 0x1b, 0xc8, 0x7a, 0x5c, 0x51, 0x74, 0x18, 0x29, 0xfd, 0x53, 0x06, 0x96, 0x26, 0x26, - 0x6e, 0xb4, 0x07, 0x39, 0x55, 0x41, 0x66, 0x54, 0xc0, 0xfa, 0xfa, 0xa3, 0xb2, 0x7f, 0x59, 0x95, - 0x91, 0x0a, 0x67, 0xbd, 0x06, 0x39, 0x55, 0x3d, 0x16, 0xa1, 0xe0, 0xd6, 0x5f, 0xee, 0x1e, 0xb6, - 0xdc, 0xef, 0xf0, 0xfe, 0x5e, 0xf3, 0x3b, 0xfb, 0x06, 0x2a, 0xc0, 0x4c, 0xa5, 0xd9, 0xdc, 0x7f, - 0x83, 0x2b, 0x7b, 0xdf, 0xd9, 0x99, 0xf5, 0x9c, 0x95, 0xb5, 0xb3, 0x4f, 0x16, 0x5f, 0xef, 0xba, - 0xad, 0xa3, 0x4a, 0x13, 0x1f, 0xd6, 0xdd, 0xd7, 0xbb, 0xd5, 0xba, 0x62, 0x2e, 0x75, 0x60, 0xfe, - 0x42, 0x6e, 0x44, 0x08, 0xa6, 0xfa, 0xb4, 0xa7, 0xe6, 0x39, 0xb3, 0x73, 0xc3, 0x95, 0x1f, 0xe8, - 0x73, 0x28, 0xf2, 0x7e, 0xd0, 0x6e, 0x53, 0x7c, 0x3c, 0x88, 0xfc, 0x90, 0xe2, 0x01, 0x0b, 0x9d, - 0xac, 0xe1, 0x98, 0xd7, 0x43, 0xdb, 0x6a, 0xe4, 0x88, 0x85, 0xdb, 0x08, 0xec, 0xb4, 0x0f, 0xfa, - 0x44, 0x90, 0xd2, 0x1f, 0x60, 0x36, 0x1d, 0x6c, 0xd0, 0x43, 0x98, 0x93, 0x59, 0x00, 0x87, 0x41, - 0x2f, 0x10, 0x0a, 0x2e, 0xa3, 0x4b, 0x76, 0x49, 0x6d, 0x4a, 0xe2, 0x11, 0x0b, 0xd1, 0x4b, 0x40, - 0x29, 0xae, 0xe4, 0x66, 0x92, 0xbd, 0x2a, 0x73, 0xd8, 0x23, 0x10, 0x73, 0x23, 0x29, 0xfd, 0x73, - 0x06, 0xe6, 0x2f, 0x84, 0x25, 0xd4, 0x02, 0x6b, 0x14, 0xd9, 0x32, 0x0a, 0xf2, 0xf9, 0x35, 0x23, - 0x5b, 0x79, 0x14, 0xe2, 0x46, 0x48, 0x68, 0x11, 0x6e, 0x76, 0x63, 0x2e, 0xb8, 0x93, 0x55, 0x89, - 0x5a, 0x7f, 0x94, 0x36, 0xc1, 0x1a, 0xe9, 0xfd, 0x04, 0x0a, 0x49, 0x9a, 0x50, 0x99, 0x52, 0x29, - 0xb7, 0xdc, 0x59, 0x43, 0x54, 0xa9, 0xb5, 0xf4, 0xa7, 0x0c, 0x64, 0xab, 0x15, 0xe4, 0xc0, 0x34, - 0xf1, 0x7d, 0x79, 0x07, 0x30, 0xf6, 0x49, 0x3e, 0xd1, 0x3e, 0xcc, 0x8a, 0x90, 0x8f, 0x63, 0x73, - 0xf6, 0x5c, 0xc4, 0x9f, 0x78, 0xc5, 0x52, 0x71, 0xac, 0xd5, 0x3c, 0x1c, 0xcd, 0x3a, 0x2f, 0x42, - 0x3e, 0x9a, 0xd6, 0x36, 0xcc, 0x33, 0xfa, 0x37, 0x03, 0xca, 0xc7, 0x86, 0x9e, 0xba, 0x32, 0x45, - 0x1b, 0x89, 0xe4, 0xe2, 0x77, 0x1f, 0xf2, 0x4a, 0xbf, 0x8f, 0x79, 0xe0, 0x53, 0x75, 0xc7, 0xb5, - 0x5c, 0xd0, 0xa4, 0xc3, 0xc0, 0xa7, 0xa5, 0xff, 0x59, 0x85, 0xe2, 0xa5, 0xb0, 0x86, 0x10, 0xe4, - 0x54, 0xae, 0xd4, 0x4b, 0x54, 0xbf, 0xd1, 0xdf, 0x65, 0x60, 0x51, 0xd7, 0xef, 0xf4, 0x4c, 0xc8, - 0x5a, 0xb4, 0xfb, 0x83, 0xf2, 0x59, 0xb3, 0xd0, 0x6f, 0xaf, 0x1d, 0x3c, 0xcb, 0xaa, 0xd8, 0x97, - 0x64, 0x16, 0x91, 0xb0, 0x32, 0x10, 0xdd, 0x98, 0x99, 0xb8, 0xa0, 0x6e, 0xd5, 0x86, 0x6d, 0xe7, - 0x86, 0x5b, 0xa4, 0x86, 0x53, 0x32, 0xfd, 0x20, 0x07, 0x27, 0xce, 0xa6, 0xc3, 0xfa, 0x9e, 0x31, - 0xd1, 0x4f, 0x3a, 0x9b, 0x97, 0xac, 0xef, 0xbd, 0x73, 0x36, 0x72, 0x10, 0x11, 0xb8, 0xf5, 0x43, - 0xd0, 0x3f, 0x09, 0x22, 0x65, 0xe1, 0xfc, 0xd6, 0xcb, 0xeb, 0xab, 0xff, 0x5e, 0xc9, 0x9b, 0x0b, - 0x63, 0x4a, 0x9b, 0x01, 0x46, 0xbf, 0x87, 0x99, 0x30, 0xe8, 0x74, 0x05, 0x17, 0xb4, 0xaf, 0x3a, - 0x10, 0xe3, 0xeb, 0xfb, 0x35, 0xb4, 0x34, 0x13, 0x88, 0xcb, 0x8a, 0xc6, 0xf0, 0xc8, 0x87, 0x69, - 0x19, 0x23, 0xfc, 0xb8, 0x63, 0x7a, 0x18, 0x3b, 0xd7, 0xd7, 0x54, 0xd3, 0x00, 0x97, 0xf5, 0x24, - 0xd0, 0x28, 0x80, 0x3c, 0x17, 0xc4, 0x3b, 0xf1, 0x59, 0x70, 0x4a, 0x99, 0xea, 0x10, 0xe4, 0xb7, - 0xea, 0xd7, 0xd7, 0x74, 0x38, 0x06, 0x49, 0xa9, 0x49, 0x63, 0x23, 0x06, 0x10, 0xf7, 0x69, 0xe4, - 0xd1, 0x88, 0x0f, 0xb8, 0x6a, 0x32, 0xe4, 0xb7, 0x0e, 0xae, 0xaf, 0x69, 0xbf, 0x4f, 0xa3, 0xaa, - 0xc2, 0xa8, 0x74, 0xa4, 0xe7, 0x5e, 0x5a, 0x5b, 0x4a, 0x0b, 0xea, 0x01, 0xf0, 0x93, 0xe1, 0x5b, - 0x12, 0x4a, 0xa7, 0x57, 0x7d, 0x8a, 0xfc, 0xd6, 0x37, 0x1f, 0xb1, 0xba, 0x93, 0xe1, 0x1b, 0x8d, - 0x31, 0x41, 0xdd, 0x58, 0x81, 0x54, 0x37, 0xae, 0xdd, 0x1c, 0xf8, 0x58, 0x75, 0xe9, 0x2a, 0x4e, - 0xb0, 0xc0, 0xe3, 0x69, 0x75, 0x63, 0x05, 0xe8, 0x6f, 0x33, 0xb0, 0xa4, 0xfd, 0xaf, 0x1d, 0xc8, - 0xab, 0xe9, 0xa8, 0x33, 0xe0, 0xe4, 0x95, 0xea, 0xe6, 0x47, 0x3a, 0xe0, 0x8b, 0x20, 0xa4, 0xa3, - 0x0e, 0x42, 0x4a, 0x37, 0xa2, 0x97, 0x46, 0x4b, 0xff, 0x98, 0x81, 0x47, 0xef, 0xf6, 0x5a, 0x57, - 0x47, 0xc2, 0xed, 0xd8, 0x1f, 0xa2, 0x27, 0x50, 0xec, 0x91, 0x33, 0x9c, 0x84, 0xd3, 0xe3, 0xa1, - 0xac, 0xec, 0x65, 0x70, 0x2b, 0xb8, 0xf3, 0x3d, 0x72, 0x96, 0xb0, 0x4a, 0x32, 0xda, 0x82, 0x25, - 0x12, 0x86, 0xf1, 0x5b, 0xdc, 0x27, 0x4c, 0x04, 0x24, 0xc4, 0x3d, 0xca, 0x39, 0xe9, 0x50, 0x15, - 0xe7, 0x2c, 0x77, 0x41, 0x0d, 0x1e, 0xe8, 0xb1, 0x57, 0x7a, 0x08, 0xad, 0x43, 0xa1, 0x4f, 0xbc, - 0x13, 0x4c, 0xb8, 0xc1, 0x9e, 0x52, 0xbc, 0x79, 0x49, 0xac, 0x70, 0x85, 0x5b, 0xfa, 0x97, 0x69, - 0x78, 0xfc, 0x61, 0x11, 0x4f, 0x26, 0x99, 0xa4, 0xbf, 0x62, 0x92, 0x8c, 0xf9, 0x94, 0x81, 0x59, - 0xb5, 0x20, 0xb3, 0x6a, 0xee, 0xea, 0x37, 0x7a, 0x06, 0xd3, 0x49, 0x7e, 0x98, 0xb9, 0x2a, 0x3f, - 0x24, 0x9c, 0x32, 0x31, 0xa8, 0xfa, 0xae, 0xcf, 0x68, 0x3b, 0x38, 0x53, 0xf3, 0x9d, 0x71, 0x41, - 0x92, 0x0e, 0x14, 0x05, 0xdd, 0x81, 0x99, 0x36, 0x09, 0x42, 0x2c, 0x4f, 0xb4, 0xc9, 0x1b, 0x96, - 0x24, 0x48, 0x1f, 0x40, 0x8f, 0x61, 0x5e, 0x5e, 0xa8, 0x06, 0x1c, 0xc7, 0x11, 0xa6, 0x8c, 0xc5, - 0x4c, 0x85, 0xa4, 0x19, 0xb7, 0xa0, 0xc9, 0xfb, 0x51, 0x5d, 0x12, 0xd1, 0x2f, 0xc1, 0x09, 0x22, - 0x2f, 0x1c, 0xf8, 0x14, 0x77, 0x29, 0x91, 0xe5, 0x2b, 0x0e, 0x22, 0xec, 0x75, 0xa9, 0x77, 0xe2, - 0xdc, 0x52, 0xe9, 0x78, 0xc9, 0x8c, 0xef, 0xe8, 0xe1, 0xdd, 0xa8, 0x2a, 0x07, 0xd1, 0x0b, 0x58, - 0x4b, 0x04, 0x93, 0x4d, 0xbb, 0x04, 0x00, 0x0a, 0xe0, 0xae, 0xe1, 0x33, 0x7b, 0x78, 0x01, 0xe7, - 0x8f, 0x19, 0xf8, 0x24, 0x01, 0x22, 0xbe, 0x1f, 0x48, 0x23, 0x90, 0xf0, 0x32, 0x56, 0x5e, 0x55, - 0xcf, 0x7f, 0xf8, 0xb9, 0x72, 0x58, 0x79, 0x57, 0xcf, 0xa1, 0x32, 0x9a, 0xc2, 0xf9, 0x79, 0xd6, - 0x23, 0x59, 0xc3, 0xde, 0x0f, 0xde, 0xcf, 0x85, 0xfe, 0x21, 0x03, 0xf7, 0x2e, 0x9a, 0xe5, 0x38, - 0xf6, 0x87, 0xe3, 0x75, 0xcc, 0xaa, 0x03, 0xf0, 0xe6, 0xa7, 0x5c, 0x47, 0xca, 0x8f, 0xdc, 0x95, - 0xf3, 0xc6, 0x96, 0xb4, 0x64, 0x6e, 0xbf, 0x81, 0xbb, 0x89, 0x55, 0x45, 0x8c, 0x07, 0x7d, 0x2e, - 0x18, 0x25, 0x3d, 0x79, 0x3e, 0x94, 0xc3, 0x38, 0xd3, 0x6a, 0xb7, 0x1c, 0xc3, 0xd3, 0x8a, 0x8f, - 0x0c, 0xc7, 0x7e, 0x54, 0x91, 0xe3, 0xe8, 0xaf, 0xe0, 0x5e, 0x4a, 0xde, 0x8f, 0xdf, 0x46, 0x63, - 0x04, 0x9f, 0x46, 0x43, 0xc7, 0x52, 0x00, 0x2b, 0x23, 0x80, 0xda, 0x88, 0x65, 0x3f, 0xaa, 0xd1, - 0x68, 0x58, 0x72, 0xe1, 0xe1, 0x87, 0x98, 0x19, 0xd9, 0x30, 0x75, 0x42, 0x87, 0xc6, 0xb3, 0xe4, - 0x4f, 0x59, 0x22, 0x9e, 0xca, 0x1b, 0xa7, 0xae, 0xa0, 0x5d, 0xfd, 0xf1, 0x75, 0xf6, 0x79, 0xa6, - 0xf4, 0x5f, 0xd9, 0xf7, 0x39, 0x6d, 0xba, 0x30, 0xf8, 0x78, 0xa7, 0xbd, 0xf9, 0xc1, 0x4e, 0x7b, - 0xce, 0x27, 0xa7, 0xae, 0xf6, 0xc9, 0xdc, 0x24, 0x9f, 0xbc, 0xfa, 0x10, 0xdd, 0xfa, 0xff, 0x3a, - 0x44, 0xa5, 0x13, 0x58, 0x9a, 0x58, 0x07, 0x5d, 0xd3, 0xb8, 0x0f, 0x61, 0x4e, 0x86, 0x7b, 0x41, - 0x3a, 0x38, 0xa4, 0x51, 0x47, 0x74, 0x95, 0xb1, 0x0a, 0xee, 0x6c, 0x8f, 0x9c, 0xb5, 0x48, 0xa7, - 0xa9, 0x68, 0xa5, 0xbf, 0xcf, 0x80, 0xf3, 0xae, 0x7a, 0xe8, 0x9a, 0x0a, 0x1f, 0xc0, 0xac, 0xc9, - 0x80, 0x22, 0x3e, 0x31, 0x7b, 0x33, 0xe3, 0xe6, 0x35, 0xad, 0x25, 0x49, 0x13, 0xe6, 0x94, 0x9b, - 0x30, 0xa7, 0x10, 0x96, 0x27, 0x17, 0x4e, 0x3f, 0x8b, 0x05, 0x42, 0x58, 0x79, 0x67, 0x79, 0xf1, - 0x93, 0x5b, 0xa0, 0xf4, 0x1f, 0x59, 0x58, 0x98, 0x50, 0xab, 0x49, 0xef, 0xf3, 0xe9, 0xf1, 0xa0, - 0x63, 0xae, 0x5d, 0xfa, 0x03, 0xb5, 0xc0, 0x91, 0x2b, 0x88, 0x06, 0xbd, 0x63, 0xca, 0x70, 0xdc, - 0xc6, 0x44, 0x08, 0x16, 0x1c, 0x0f, 0x64, 0x76, 0xd5, 0x37, 0x8e, 0x3b, 0x97, 0x3c, 0x66, 0x37, - 0x12, 0x5f, 0x7d, 0x69, 0x9a, 0x52, 0x3d, 0x72, 0xb6, 0xa7, 0x64, 0xf7, 0xdb, 0x95, 0x91, 0x24, - 0x7a, 0x0d, 0x2b, 0x17, 0x50, 0xa3, 0x28, 0x16, 0xea, 0x88, 0x72, 0x73, 0x75, 0x78, 0x2f, 0xec, - 0x72, 0x1a, 0x76, 0x2c, 0x8a, 0x7e, 0x0b, 0x77, 0xcf, 0xe3, 0x9a, 0xa2, 0x01, 0xd3, 0x53, 0x1a, - 0x09, 0x6e, 0xae, 0x05, 0xef, 0x85, 0x76, 0x52, 0xd0, 0xa6, 0xae, 0xa8, 0x2b, 0xe1, 0x09, 0x9b, - 0x79, 0x73, 0xc2, 0x66, 0xfe, 0x29, 0x0b, 0xab, 0xef, 0x2f, 0x50, 0xaf, 0xb9, 0xa5, 0x6f, 0x61, - 0xda, 0x8b, 0x23, 0x41, 0xcf, 0xe4, 0xbd, 0x73, 0x6a, 0x63, 0x6e, 0xeb, 0x77, 0x3f, 0x75, 0xc5, - 0x5c, 0x96, 0xdf, 0xb4, 0xaa, 0x95, 0xb8, 0x89, 0xb6, 0x0f, 0x73, 0x95, 0x75, 0x0a, 0xb3, 0x69, - 0x71, 0x34, 0x0f, 0xf9, 0xa3, 0xbd, 0xc3, 0x83, 0x7a, 0x75, 0xf7, 0xc5, 0x6e, 0xbd, 0x66, 0xdf, - 0x40, 0x4b, 0x50, 0x7c, 0xf3, 0xac, 0x8a, 0x5b, 0x6e, 0xa5, 0x5a, 0xc7, 0xd5, 0xfd, 0xbd, 0x56, - 0xfd, 0xdb, 0x96, 0x9d, 0x41, 0xb3, 0x60, 0xbd, 0x74, 0x0f, 0xaa, 0x78, 0x7b, 0x77, 0xcf, 0xce, - 0xa2, 0xdb, 0xb0, 0x50, 0x6d, 0xee, 0x1f, 0xd5, 0x2e, 0xb0, 0x4d, 0xa1, 0x5b, 0x90, 0xdd, 0x7e, - 0x66, 0xe7, 0x4a, 0x77, 0x60, 0xe5, 0x9d, 0x35, 0x71, 0xe9, 0x0b, 0x28, 0xbd, 0xbb, 0x6a, 0x55, - 0x46, 0x25, 0xa2, 0x9b, 0xdc, 0xa2, 0xe5, 0xef, 0x6d, 0x00, 0x2b, 0x69, 0x0a, 0x96, 0x7a, 0x60, - 0x5f, 0xec, 0xf7, 0xc9, 0x2d, 0x4a, 0x5e, 0x12, 0x33, 0x2a, 0xe1, 0x25, 0x9f, 0x72, 0xa4, 0xa7, - 0xd5, 0x9b, 0x4e, 0x46, 0xf2, 0x89, 0x1e, 0xc1, 0xdc, 0xb8, 0xfe, 0xee, 0x48, 0xd1, 0x29, 0xc5, - 0x30, 0x7e, 0x5c, 0x94, 0xc4, 0xd2, 0x7f, 0x67, 0x60, 0x79, 0x72, 0x67, 0x0e, 0x45, 0x50, 0x38, - 0xdf, 0xe8, 0xd3, 0x4d, 0xb1, 0x9d, 0x8f, 0x6b, 0xf4, 0x95, 0xcf, 0x7d, 0xb5, 0x86, 0x7d, 0xea, - 0x9e, 0x87, 0x5f, 0xa7, 0x50, 0xbc, 0xc4, 0x83, 0xf2, 0x30, 0x5d, 0xab, 0xbf, 0xa8, 0x1c, 0x35, - 0x5b, 0xf6, 0x0d, 0x64, 0x41, 0x6e, 0x6f, 0x7f, 0xaf, 0x6e, 0x67, 0xe4, 0xaf, 0xed, 0xca, 0x61, - 0xdd, 0xce, 0xa2, 0x22, 0x14, 0x5e, 0xd5, 0xdd, 0x97, 0x75, 0x7c, 0xd8, 0xac, 0x1c, 0xee, 0xd4, - 0x0f, 0xed, 0x29, 0x74, 0x17, 0x9c, 0x5a, 0xbd, 0xba, 0x5f, 0xab, 0xe3, 0xca, 0x5e, 0x0d, 0x9f, - 0x1f, 0xcd, 0xad, 0x37, 0x60, 0x69, 0xe2, 0xc3, 0xef, 0xe5, 0xb3, 0x32, 0x0d, 0x53, 0xfb, 0x2f, - 0x5e, 0xd8, 0x99, 0xf4, 0x24, 0xb2, 0x08, 0xe0, 0xd6, 0x61, 0xcb, 0xdd, 0xad, 0xb6, 0xec, 0xa9, - 0xf5, 0xc7, 0x00, 0x32, 0xa3, 0x99, 0xe6, 0x61, 0x32, 0xbd, 0x1b, 0x68, 0x0e, 0xe0, 0xd5, 0x91, - 0xea, 0xe3, 0xb5, 0x9a, 0x87, 0x76, 0x66, 0xfd, 0x53, 0x28, 0x5e, 0x7a, 0x5b, 0x95, 0xec, 0xea, - 0x58, 0xa9, 0x75, 0x35, 0x0e, 0xf7, 0xf7, 0xec, 0xcc, 0xfa, 0x16, 0xcc, 0x5f, 0x78, 0x04, 0x41, - 0x08, 0xe6, 0x6a, 0xfb, 0x78, 0x6f, 0xbf, 0x85, 0x8f, 0x0e, 0x5e, 0xba, 0x95, 0x9a, 0xc4, 0xcf, - 0xc3, 0x74, 0xf2, 0x91, 0x69, 0xe4, 0xac, 0x8c, 0x9d, 0x6d, 0xe4, 0xac, 0xac, 0x3d, 0xd5, 0xc8, - 0x59, 0x53, 0x76, 0xae, 0x91, 0xb3, 0xbe, 0xb0, 0x9f, 0x36, 0x72, 0xd6, 0x8a, 0x5d, 0x6a, 0xe4, - 0xac, 0x55, 0xfb, 0x7e, 0x23, 0x67, 0x81, 0x9d, 0x6f, 0xe4, 0xac, 0xbc, 0x3d, 0xdb, 0xc8, 0x59, - 0xf3, 0xb6, 0xdd, 0xc8, 0x59, 0xb6, 0x5d, 0x6c, 0xe4, 0x2c, 0x64, 0x2f, 0x34, 0x72, 0xd6, 0x82, - 0xbd, 0xd8, 0xc8, 0x59, 0x8b, 0xf6, 0x52, 0x23, 0x67, 0x2d, 0xd9, 0xcb, 0x8d, 0x9c, 0x75, 0xdb, - 0x76, 0x1a, 0x39, 0xeb, 0x9e, 0xbd, 0xda, 0xc8, 0x59, 0xbf, 0xb0, 0xbf, 0x6a, 0xe4, 0xac, 0x47, - 0xf6, 0xe3, 0x46, 0xce, 0x7a, 0x6c, 0x7f, 0xda, 0xc8, 0x59, 0x9f, 0xda, 0x1b, 0x2e, 0xea, 0x05, - 0x67, 0x94, 0xe9, 0xf2, 0x40, 0xbd, 0xa6, 0x51, 0xe6, 0x2e, 0x68, 0x1a, 0xa3, 0xea, 0x21, 0xcc, - 0x10, 0x97, 0x92, 0x97, 0x5e, 0xdd, 0xc2, 0xd5, 0x12, 0xdc, 0x1d, 0x3d, 0x00, 0x6b, 0x19, 0xd3, - 0xea, 0x95, 0x82, 0xdc, 0x5d, 0x4e, 0xb3, 0xe2, 0x51, 0x7d, 0xe3, 0x3e, 0xe2, 0x81, 0x4f, 0x3d, - 0xc2, 0x64, 0x39, 0x28, 0x68, 0x48, 0x7b, 0xaa, 0x35, 0xcc, 0x29, 0x57, 0xbd, 0x7b, 0xd2, 0x6e, - 0x07, 0x51, 0x20, 0x86, 0x6e, 0x9e, 0x0c, 0xe4, 0x35, 0x46, 0xbf, 0x22, 0x15, 0x99, 0x3f, 0x7e, - 0xd4, 0xf2, 0x69, 0x48, 0x86, 0x6e, 0x41, 0xab, 0x34, 0x5d, 0x3a, 0x37, 0x79, 0xd0, 0xd6, 0x8f, - 0x10, 0xaa, 0x2b, 0x76, 0x6e, 0xae, 0xee, 0x2c, 0xf7, 0x39, 0x1e, 0xf8, 0x1c, 0x4b, 0x77, 0x75, - 0x8b, 0xfc, 0x12, 0xe0, 0xb2, 0x41, 0x90, 0x23, 0x2a, 0xd7, 0xe1, 0x5e, 0x3c, 0x88, 0x84, 0x8b, - 0x94, 0x20, 0xa7, 0xf8, 0xe4, 0x39, 0xc7, 0x9c, 0xe0, 0xdf, 0xbf, 0x15, 0x6e, 0x49, 0x50, 0xd6, - 0x4b, 0xde, 0x0d, 0x7d, 0x46, 0x82, 0x08, 0x27, 0xff, 0xb0, 0x71, 0x17, 0x13, 0x9b, 0x18, 0x0b, - 0x1e, 0x13, 0xe1, 0x75, 0x5d, 0x27, 0xfd, 0x85, 0x65, 0x18, 0xa4, 0x91, 0x60, 0x01, 0xe5, 0xee, - 0xd2, 0xa5, 0x11, 0x59, 0x16, 0xae, 0xff, 0x31, 0x03, 0xb3, 0xe9, 0xe7, 0xe3, 0xff, 0xcb, 0x0e, - 0xe5, 0x01, 0x2c, 0xf2, 0xc1, 0x31, 0xf7, 0x58, 0x70, 0x4c, 0x7d, 0xcc, 0x68, 0xf2, 0xd4, 0xad, - 0xd3, 0xc5, 0xbd, 0x89, 0xd1, 0xc3, 0x35, 0x5c, 0xee, 0xc2, 0x58, 0x34, 0xa1, 0xf1, 0xf5, 0x6f, - 0x20, 0x9f, 0x6a, 0x7f, 0xcb, 0x5b, 0x2a, 0xa7, 0x1e, 0xa3, 0xe6, 0xe9, 0x4e, 0xaf, 0x07, 0x34, - 0x49, 0xbd, 0xd6, 0xdd, 0x81, 0x19, 0x3f, 0xe2, 0xfa, 0x55, 0xd5, 0x84, 0x45, 0xcb, 0x8f, 0xb8, - 0x7a, 0x50, 0x7d, 0xb2, 0x06, 0x56, 0x82, 0x8c, 0x16, 0xc1, 0x4e, 0xfa, 0xec, 0x49, 0x77, 0xde, - 0xbe, 0xb1, 0xbd, 0xf1, 0xaf, 0x3f, 0xae, 0x66, 0xfe, 0xed, 0xc7, 0xd5, 0xcc, 0x7f, 0xfe, 0xb8, - 0x9a, 0xf9, 0xbe, 0xa4, 0xe7, 0xab, 0xff, 0x5d, 0xb4, 0x79, 0xee, 0xaf, 0x4d, 0xc7, 0xb7, 0x54, - 0xca, 0x7e, 0xf6, 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, 0x01, 0x80, 0x3d, 0xb6, 0x63, 0x25, 0x00, - 0x00, + // 3487 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x5a, 0xcd, 0x6f, 0x1b, 0x49, + 0x76, 0x37, 0x29, 0xda, 0xa2, 0x1e, 0x49, 0xa9, 0x59, 0xfa, 0x70, 0x8b, 0xb6, 0x65, 0x59, 0x63, + 0x7b, 0x34, 0xce, 0x84, 0x1a, 0xcb, 0xb3, 0xb3, 0xde, 0xd9, 0x64, 0x11, 0x8a, 0xa4, 0x2d, 0x71, + 0x68, 0x49, 0x29, 0x52, 0xf6, 0xcc, 0x2c, 0x16, 0x85, 0x52, 0x77, 0x91, 0xec, 0x55, 0xb3, 0x9b, + 0xe9, 0x2a, 0xca, 0xe2, 0x00, 0x7b, 0xc8, 0x39, 0xa7, 0x1c, 0x73, 0xcc, 0x39, 0x48, 0x02, 0xe4, + 0xaf, 0x08, 0xb0, 0x97, 0x1c, 0xf6, 0x98, 0x43, 0x30, 0xe7, 0x00, 0x39, 0xe7, 0x16, 0xd4, 0x47, + 0x93, 0x2d, 0x89, 0xb6, 0x2c, 0x63, 0x36, 0x7b, 0x63, 0xbf, 0x7a, 0xef, 0xf7, 0xaa, 0x5e, 0xd5, + 0xfb, 0xa8, 0x57, 0x84, 0x52, 0x9f, 0xf1, 0xde, 0xd6, 0xe9, 0x53, 0xea, 0x0f, 0x7a, 0xf4, 0xe9, + 0x96, 0x13, 0x06, 0x1d, 0xaf, 0x5b, 0x1e, 0x44, 0xa1, 0x08, 0xd1, 0xa2, 0xc7, 0x85, 0x17, 0x96, + 0x25, 0x47, 0x39, 0xe6, 0x28, 0xad, 0x75, 0xc3, 0xb0, 0xeb, 0xb3, 0x2d, 0xc5, 0x72, 0x3c, 0xec, + 0x6c, 0xb9, 0xc3, 0x88, 0x0a, 0x2f, 0x0c, 0xb4, 0xd0, 0xe5, 0xf1, 0xb7, 0x11, 0x1d, 0x0c, 0x58, + 0xc4, 0xcd, 0xf8, 0xea, 0x79, 0x85, 0x83, 0x28, 0x3c, 0x1b, 0x99, 0xa1, 0x27, 0x01, 0x13, 0x6f, + 0xc3, 0xe8, 0xc4, 0x0b, 0xba, 0x31, 0xc3, 0xb3, 0x2d, 0x97, 0x71, 0xe1, 0x05, 0x4a, 0x03, 0x89, + 0x86, 0x3e, 0x33, 0xbc, 0x9f, 0x4d, 0xe3, 0x3d, 0xf5, 0x22, 0x31, 0xa4, 0x3e, 0xe1, 0x2c, 0x3a, + 0xf5, 0x9c, 0x98, 0xf5, 0xcb, 0x93, 0xe7, 0xbc, 0xec, 0x85, 0x5b, 0x74, 0xe0, 0xf5, 0xa9, 0xd3, + 0xf3, 0x02, 0x16, 0x8d, 0xb6, 0x06, 0x27, 0x5d, 0x49, 0xe0, 0x5b, 0x7d, 0x26, 0xe8, 0xd6, 0xe9, + 0xd3, 0xad, 0x2e, 0x0b, 0x58, 0x44, 0x05, 0x73, 0xb5, 0xd4, 0xc6, 0x3f, 0xbe, 0x00, 0x78, 0xc5, + 0x78, 0xaf, 0xaa, 0x2c, 0x82, 0x9e, 0x40, 0x51, 0x4d, 0x95, 0xf8, 0x1e, 0x17, 0x2c, 0x20, 0x83, + 0x30, 0x12, 0x76, 0x66, 0x3d, 0xb5, 0x79, 0x13, 0x2f, 0xa8, 0x81, 0xa6, 0xa2, 0x1f, 0x86, 0x91, + 0x40, 0x8f, 0x41, 0x93, 0x48, 0x4f, 0x88, 0x81, 0xe6, 0xbc, 0xa9, 0x38, 0x0b, 0x8a, 0xbc, 0x2b, + 0xc4, 0x40, 0xf1, 0xed, 0xc0, 0x82, 0x13, 0x06, 0x01, 0x73, 0x04, 0x11, 0x5e, 0x9f, 0x85, 0x43, + 0x61, 0xdf, 0x5a, 0x4f, 0x6d, 0xe6, 0xb6, 0x57, 0xcb, 0xda, 0x88, 0xe5, 0xd8, 0x88, 0xe5, 0x9a, + 0x31, 0x32, 0x9e, 0x37, 0x12, 0x6d, 0x2d, 0x80, 0xde, 0x40, 0x49, 0x31, 0x39, 0xa1, 0x4f, 0x5c, + 0x26, 0x98, 0xa3, 0x0c, 0x15, 0xc3, 0x3d, 0xb9, 0x0a, 0xce, 0x8e, 0x85, 0x6b, 0xb1, 0x6c, 0x0c, + 0x1c, 0x42, 0x41, 0x38, 0x03, 0x72, 0xc2, 0xd8, 0x80, 0xfa, 0xde, 0x29, 0xb3, 0xef, 0x2a, 0xac, + 0x46, 0x59, 0x1f, 0x8a, 0x89, 0xf9, 0xe3, 0xa3, 0xf1, 0xac, 0x5c, 0xd5, 0x53, 0xf3, 0xc2, 0xe0, + 0x30, 0x0c, 0xfd, 0x16, 0x13, 0xc2, 0x0b, 0xba, 0xbc, 0xdc, 0xae, 0x1e, 0x4e, 0x7e, 0x3b, 0x83, + 0x6f, 0x62, 0x44, 0x9c, 0x17, 0x89, 0x2f, 0xf4, 0x09, 0x14, 0xbc, 0xa0, 0x1b, 0x31, 0xce, 0x89, + 0xe3, 0x53, 0xce, 0xed, 0xd9, 0xf5, 0xd4, 0xe6, 0x1c, 0xce, 0x1b, 0x62, 0x55, 0xd2, 0xd0, 0xa7, + 0xb0, 0x10, 0x33, 0x99, 0x4d, 0xb6, 0xb3, 0x8a, 0x6d, 0xde, 0x90, 0x5b, 0x9a, 0x8a, 0xfa, 0x70, + 0x7b, 0x8c, 0x16, 0x06, 0x22, 0x0a, 0x7d, 0x9f, 0x45, 0xa4, 0x1f, 0xba, 0xcc, 0x9e, 0x5b, 0x4f, + 0x6d, 0xce, 0x6f, 0xff, 0xac, 0x3c, 0xe5, 0x74, 0x97, 0x27, 0x3b, 0x5e, 0xde, 0x33, 0x7a, 0xc7, + 0xd2, 0xaf, 0x42, 0x97, 0xe1, 0x65, 0x6f, 0x1a, 0x19, 0x7d, 0x06, 0xd6, 0x64, 0x5e, 0x3e, 0x73, + 0x44, 0x18, 0xd9, 0x5f, 0xaa, 0x89, 0x2d, 0x8c, 0x27, 0xa6, 0xc9, 0xe8, 0x11, 0xcc, 0xb3, 0x80, + 0x1e, 0xfb, 0x8c, 0x88, 0x88, 0x3a, 0x5e, 0xd0, 0xb5, 0xf3, 0xeb, 0xa9, 0xcd, 0x2c, 0x2e, 0x68, + 0x6a, 0x5b, 0x13, 0xe5, 0x21, 0xa2, 0x8e, 0x23, 0x01, 0xfd, 0xb0, 0x4b, 0x3a, 0x9e, 0xcf, 0xec, + 0x82, 0x02, 0x2c, 0x68, 0x72, 0x33, 0xec, 0xbe, 0xf0, 0x7c, 0x26, 0x0f, 0x66, 0x92, 0x2f, 0x8c, + 0xfa, 0x54, 0xd8, 0xb6, 0x56, 0x3d, 0xe1, 0x54, 0x64, 0x44, 0x61, 0x31, 0xc1, 0xcb, 0x02, 0x27, + 0x74, 0xa5, 0xfe, 0x3b, 0xca, 0x20, 0x4f, 0xaf, 0x32, 0x48, 0x25, 0x46, 0xab, 0x1b, 0x41, 0x5c, + 0xa4, 0x17, 0x49, 0xa8, 0x06, 0xf7, 0xcd, 0xea, 0x58, 0x70, 0x1a, 0x8e, 0x48, 0x42, 0x5f, 0xbc, + 0x61, 0x9b, 0x6a, 0xb9, 0x77, 0x34, 0x5b, 0x5d, 0x72, 0x8d, 0x91, 0xe3, 0xdd, 0xfb, 0x25, 0x94, + 0x5c, 0x8f, 0x27, 0x60, 0xb4, 0xd7, 0xb1, 0x48, 0x02, 0xd9, 0xcf, 0x15, 0xc0, 0x6d, 0xc3, 0xa1, + 0x10, 0x9a, 0x66, 0xbc, 0x19, 0x76, 0xd1, 0x4b, 0x98, 0x77, 0x59, 0x87, 0x0e, 0x7d, 0x41, 0x74, + 0x38, 0xb3, 0xe7, 0xd5, 0xd1, 0x5d, 0x9f, 0xba, 0xc0, 0x43, 0xe9, 0x92, 0x7a, 0x85, 0xb8, 0x60, + 0xe4, 0x8c, 0xcf, 0xf7, 0xe1, 0x76, 0x38, 0x14, 0xc7, 0xe1, 0x30, 0x70, 0xe5, 0x5e, 0x75, 0x3a, + 0x9e, 0x43, 0x06, 0xa1, 0xef, 0x39, 0x23, 0xbb, 0xa8, 0x10, 0xaf, 0x3c, 0x43, 0x07, 0x46, 0xbc, + 0xad, 0xa5, 0x0f, 0x95, 0x30, 0x5e, 0x0e, 0xa7, 0x91, 0xd1, 0x2e, 0xcc, 0xeb, 0xf9, 0x12, 0x1e, + 0x0e, 0x23, 0x87, 0x71, 0x7b, 0x65, 0x7d, 0x66, 0x33, 0xb7, 0xfd, 0x60, 0xaa, 0x16, 0xad, 0xa1, + 0xa5, 0x38, 0x71, 0xc1, 0x49, 0x7c, 0x71, 0x54, 0x03, 0xcb, 0x6c, 0x02, 0x1d, 0x8a, 0x90, 0xf4, + 0x85, 0xcf, 0xed, 0x3f, 0x53, 0x33, 0x2e, 0x5d, 0x0a, 0x05, 0x3b, 0x61, 0xe8, 0xbf, 0xa6, 0xfe, + 0x90, 0x61, 0x73, 0x2c, 0x2b, 0x43, 0x11, 0xbe, 0x12, 0x3e, 0x47, 0x0f, 0x20, 0x2f, 0xa2, 0x21, + 0x17, 0xc4, 0x0d, 0xfb, 0xd4, 0x0b, 0xec, 0x92, 0x3a, 0x54, 0x39, 0x45, 0xab, 0x29, 0x12, 0xfa, + 0x02, 0x96, 0x92, 0x2c, 0x84, 0xfa, 0x1e, 0xe5, 0x8c, 0xdb, 0xe5, 0xf5, 0x99, 0xcd, 0x39, 0x8c, + 0x12, 0xac, 0x15, 0x3d, 0x82, 0xbe, 0x85, 0x05, 0x87, 0x12, 0x87, 0x45, 0xc2, 0xeb, 0x78, 0x0e, + 0x15, 0x8c, 0xdb, 0x5f, 0xab, 0x55, 0x6e, 0x5d, 0x65, 0xcb, 0xea, 0x44, 0xa6, 0x46, 0x05, 0xc5, + 0xf3, 0x0e, 0x4d, 0x90, 0x38, 0xfa, 0x05, 0xac, 0xc6, 0xdb, 0x6e, 0x4e, 0x1a, 0x61, 0x67, 0x32, + 0xf8, 0x12, 0x11, 0xda, 0xf7, 0xd5, 0x84, 0x56, 0x0c, 0x83, 0x39, 0x66, 0x75, 0x35, 0xdc, 0x0e, + 0xd1, 0x2e, 0x3c, 0x88, 0x45, 0x2f, 0xa4, 0x90, 0x04, 0xc4, 0xba, 0x82, 0xb8, 0x67, 0x18, 0x5f, + 0x6b, 0xbe, 0x8b, 0x48, 0x0d, 0xd8, 0x88, 0x91, 0x2e, 0x26, 0xae, 0x04, 0xd4, 0x03, 0x05, 0xb5, + 0x66, 0x38, 0x6b, 0x13, 0x46, 0x3c, 0xf4, 0x27, 0x58, 0x8f, 0x60, 0x3e, 0x0a, 0x43, 0x41, 0x02, + 0xda, 0x67, 0x7c, 0x40, 0x1d, 0x66, 0x6f, 0xe8, 0x00, 0x20, 0xa9, 0xfb, 0x31, 0x11, 0x75, 0x60, + 0xd1, 0x0f, 0x1d, 0xea, 0x7b, 0x62, 0x44, 0xfc, 0x63, 0xc2, 0x75, 0xa8, 0xb5, 0x3f, 0x51, 0xfb, + 0xfd, 0xd5, 0x7b, 0xc2, 0x75, 0xd3, 0x48, 0x35, 0x43, 0xea, 0xee, 0x50, 0x9f, 0x06, 0x0e, 0x8b, + 0x4c, 0xa0, 0xc6, 0xc5, 0x18, 0xb2, 0x79, 0x6c, 0x48, 0xa8, 0x0a, 0x96, 0x1b, 0x70, 0x12, 0xb1, + 0x4e, 0xc4, 0x78, 0x8f, 0xc8, 0x5c, 0x69, 0x3f, 0xbc, 0x32, 0x5d, 0xb9, 0x01, 0xc7, 0x5a, 0x02, + 0x53, 0xc1, 0xd0, 0xaf, 0xa1, 0xd8, 0xdb, 0x26, 0xc3, 0x41, 0x37, 0xa2, 0x2e, 0x8b, 0x9d, 0xe9, + 0x33, 0x15, 0x7f, 0xae, 0x3c, 0x00, 0xbb, 0xdb, 0x47, 0x5a, 0xce, 0xb8, 0xd1, 0x42, 0xef, 0x3c, + 0x41, 0x9e, 0x00, 0x2f, 0xd0, 0xee, 0xea, 0xf8, 0x43, 0x2e, 0x58, 0x44, 0xb8, 0xa0, 0xda, 0x80, + 0xf6, 0xe7, 0xca, 0x76, 0x2b, 0x86, 0xa1, 0xaa, 0xc7, 0x5b, 0x82, 0x2a, 0x4b, 0xca, 0x80, 0x33, + 0x76, 0xf5, 0xcb, 0xb2, 0x7f, 0xae, 0x64, 0xc7, 0xc1, 0xe0, 0xa2, 0x70, 0x0d, 0xf2, 0xe7, 0x0e, + 0xf4, 0x96, 0x3a, 0xd0, 0xd3, 0xc3, 0x4d, 0xe2, 0xc8, 0xe2, 0x73, 0x52, 0xe8, 0xaf, 0xa1, 0x20, + 0x7a, 0x91, 0xd7, 0x19, 0x47, 0xad, 0xa7, 0xca, 0xb8, 0x9f, 0x5f, 0x65, 0x96, 0xb6, 0x12, 0x32, + 0x11, 0x2c, 0x2f, 0x12, 0x5f, 0xe8, 0x7b, 0xb0, 0xe2, 0x73, 0x6c, 0x8e, 0x05, 0xb7, 0xb7, 0x3f, + 0xcc, 0xdb, 0xcc, 0xc1, 0x8e, 0x13, 0x37, 0x5e, 0xe0, 0xe7, 0x09, 0x08, 0xc3, 0x6d, 0x13, 0x63, + 0x06, 0x51, 0xd8, 0x67, 0xa2, 0xc7, 0x86, 0x9c, 0xf4, 0x59, 0xd4, 0x65, 0xf6, 0xb3, 0x2b, 0x43, + 0xcd, 0xb2, 0x16, 0x3d, 0x1c, 0x4b, 0xbe, 0x92, 0x82, 0x88, 0xc0, 0xdd, 0x53, 0x16, 0x79, 0x9d, + 0x51, 0x32, 0x40, 0x10, 0x2a, 0x88, 0xe3, 0x7b, 0x2c, 0x10, 0xf6, 0x57, 0x57, 0x01, 0xef, 0xa4, + 0xed, 0x14, 0x5e, 0xd5, 0x18, 0x09, 0x4b, 0x57, 0x44, 0x55, 0x01, 0xa0, 0x6d, 0x48, 0x3b, 0xd4, + 0xfe, 0xb9, 0x82, 0xd9, 0xb8, 0x32, 0xe0, 0x54, 0x70, 0xda, 0xa1, 0xe8, 0x18, 0x16, 0xd9, 0x99, + 0x60, 0x01, 0x97, 0x8e, 0x3c, 0x88, 0xc2, 0x53, 0xcf, 0x65, 0x11, 0xb7, 0x7f, 0xa1, 0xec, 0x78, + 0x65, 0xd2, 0xac, 0xc7, 0xa2, 0x87, 0x46, 0x12, 0x23, 0x76, 0x91, 0xc4, 0xd1, 0x6f, 0xa0, 0x18, + 0x87, 0x8d, 0x89, 0x86, 0xbf, 0x50, 0xd3, 0xfc, 0xe2, 0x2a, 0x0d, 0x35, 0x2d, 0x38, 0x06, 0xc3, + 0x96, 0x7b, 0x81, 0x82, 0x5c, 0x58, 0x74, 0x3d, 0xee, 0x84, 0xa7, 0x2c, 0x1a, 0x8d, 0xeb, 0x13, + 0x6e, 0xff, 0x52, 0x2d, 0xe1, 0x59, 0x59, 0xd7, 0xc7, 0xe5, 0x64, 0x7d, 0x5c, 0x1e, 0x9c, 0x74, + 0x25, 0x81, 0x97, 0x65, 0x7d, 0x5c, 0x3e, 0x7d, 0x5a, 0x6e, 0xd2, 0x63, 0xe6, 0xc7, 0x45, 0x0c, + 0x46, 0x63, 0xbc, 0x98, 0xc4, 0x11, 0x03, 0x34, 0xa0, 0xa2, 0x47, 0x02, 0x59, 0x6c, 0xf8, 0xde, + 0x0f, 0x2a, 0x02, 0xd8, 0x7f, 0x79, 0x2e, 0x0e, 0xbd, 0x73, 0x15, 0x2a, 0x0d, 0x1f, 0x52, 0xd1, + 0xdb, 0x4f, 0x4a, 0xe3, 0xe2, 0xe0, 0x22, 0x09, 0x91, 0x49, 0x9c, 0x57, 0xf5, 0x75, 0xc4, 0x44, + 0x34, 0x8a, 0x43, 0xc9, 0xaf, 0x94, 0xb6, 0x87, 0xef, 0x89, 0x7a, 0xbb, 0xed, 0xf6, 0x21, 0x96, + 0x22, 0xe3, 0x6c, 0x20, 0xeb, 0x71, 0x45, 0xd1, 0x61, 0xa4, 0xf4, 0xcf, 0x29, 0x58, 0x9e, 0x9a, + 0xb8, 0xd1, 0x3e, 0x64, 0x54, 0x05, 0x99, 0x52, 0x01, 0xeb, 0xeb, 0x8f, 0xca, 0xfe, 0x65, 0x55, + 0x46, 0x2a, 0x9c, 0x8d, 0x1a, 0x64, 0x54, 0xf5, 0x58, 0x84, 0x02, 0xae, 0xbf, 0xdc, 0x6b, 0xb5, + 0xf1, 0x77, 0xe4, 0x60, 0xbf, 0xf9, 0x9d, 0x75, 0x03, 0x15, 0x60, 0xae, 0xd2, 0x6c, 0x1e, 0xbc, + 0x21, 0x95, 0xfd, 0xef, 0xac, 0xd4, 0x46, 0x26, 0x9b, 0xb6, 0xd2, 0x4f, 0x96, 0x5e, 0xef, 0xe1, + 0xf6, 0x51, 0xa5, 0x49, 0x5a, 0x75, 0xfc, 0x7a, 0xaf, 0x5a, 0x57, 0xcc, 0xa5, 0x7f, 0x4d, 0xc1, + 0xc2, 0x85, 0xe4, 0x88, 0x10, 0xcc, 0x0c, 0x58, 0x5f, 0x4d, 0x74, 0x6e, 0xf7, 0x06, 0x96, 0x1f, + 0xe8, 0x73, 0x28, 0xf2, 0x81, 0xd7, 0xe9, 0x30, 0x72, 0x3c, 0x0c, 0x5c, 0x9f, 0x91, 0x61, 0xe4, + 0xdb, 0x69, 0xc3, 0xb1, 0xa0, 0x87, 0x76, 0xd4, 0xc8, 0x51, 0xe4, 0xcb, 0xec, 0x2f, 0x9d, 0x90, + 0x70, 0xaf, 0x1b, 0xc8, 0xd3, 0x38, 0xa3, 0x72, 0x56, 0x4e, 0xd2, 0x5a, 0x9a, 0x24, 0x2b, 0xf6, + 0x64, 0xf6, 0xe7, 0x76, 0x46, 0xf1, 0xe4, 0x13, 0x69, 0x9f, 0xef, 0x20, 0xb0, 0x92, 0xce, 0xec, + 0x52, 0x41, 0x4b, 0xbf, 0x83, 0x7c, 0x32, 0x6a, 0xa1, 0x87, 0x30, 0x2f, 0xd3, 0x09, 0xf1, 0xbd, + 0xbe, 0x27, 0xd4, 0xb4, 0x52, 0xba, 0xf6, 0x97, 0xd4, 0xa6, 0x24, 0xca, 0x19, 0xbd, 0x04, 0x94, + 0xe0, 0x8a, 0xaf, 0x38, 0xe9, 0xab, 0x52, 0x90, 0x35, 0x06, 0x31, 0x57, 0x9b, 0xd2, 0xbf, 0xa4, + 0x60, 0xe1, 0x42, 0x7c, 0x43, 0x6d, 0xc8, 0x8e, 0x43, 0x64, 0x4a, 0x41, 0x3e, 0xbf, 0x66, 0x88, + 0x2c, 0x8f, 0x63, 0xe5, 0x18, 0x09, 0x2d, 0xc1, 0xcd, 0x5e, 0xc8, 0x05, 0xb7, 0xd3, 0xca, 0x32, + 0xfa, 0xa3, 0xb4, 0x05, 0xd9, 0xb1, 0xde, 0x4f, 0xa0, 0x10, 0xe7, 0x1b, 0x95, 0x72, 0x95, 0xf2, + 0x2c, 0xce, 0x1b, 0xa2, 0xca, 0xd1, 0xa5, 0x3f, 0xa4, 0x20, 0x5d, 0xad, 0x20, 0x1b, 0x66, 0xa9, + 0xeb, 0xca, 0xcb, 0x84, 0xb1, 0x4f, 0xfc, 0x89, 0x0e, 0x20, 0x2f, 0x7c, 0x3e, 0x09, 0xf2, 0xe9, + 0x73, 0xa9, 0x63, 0xea, 0x5d, 0x4d, 0x05, 0xc4, 0x76, 0xb3, 0x35, 0x9e, 0x75, 0x4e, 0xf8, 0x7c, + 0x3c, 0xad, 0x1d, 0x58, 0x88, 0xd8, 0xdf, 0x0c, 0x19, 0x9f, 0x18, 0x7a, 0xe6, 0xca, 0x5c, 0x6f, + 0x24, 0xe2, 0x1b, 0xe4, 0x7d, 0xc8, 0x29, 0xfd, 0x2e, 0xe1, 0x9e, 0xcb, 0xd4, 0x65, 0x39, 0x8b, + 0x41, 0x93, 0x5a, 0x9e, 0xcb, 0x4a, 0xff, 0xbb, 0x06, 0xc5, 0x4b, 0xf1, 0x11, 0x21, 0xc8, 0xa8, + 0xa4, 0xab, 0x97, 0xa8, 0x7e, 0xa3, 0xbf, 0x4b, 0xc1, 0x92, 0xbe, 0x08, 0xb0, 0x33, 0x21, 0x8b, + 0xda, 0xde, 0x0f, 0xca, 0xf9, 0xcd, 0x42, 0xbf, 0xbd, 0x76, 0x14, 0x2e, 0xab, 0x5b, 0x83, 0x24, + 0x47, 0x01, 0xf5, 0x2b, 0x43, 0xd1, 0x0b, 0x23, 0x13, 0x60, 0xd4, 0xf5, 0xdc, 0xb0, 0xed, 0xde, + 0xc0, 0x45, 0x66, 0x38, 0x25, 0xd3, 0x0f, 0x72, 0x70, 0xea, 0x6c, 0xba, 0xd1, 0xc0, 0x31, 0x26, + 0xfa, 0x49, 0x67, 0xf3, 0x32, 0x1a, 0x38, 0xef, 0x9c, 0x8d, 0x1c, 0x44, 0x14, 0x6e, 0xfd, 0xe0, + 0x0d, 0x4e, 0xbc, 0x40, 0x59, 0x38, 0xb7, 0xfd, 0xf2, 0xfa, 0xea, 0xbf, 0x57, 0xf2, 0xe6, 0xe6, + 0x99, 0xd0, 0x66, 0x80, 0xd1, 0x6f, 0x61, 0xce, 0xf7, 0xba, 0x3d, 0xc1, 0x05, 0x1b, 0xa8, 0x56, + 0xc6, 0xa4, 0x0f, 0x70, 0x0d, 0x2d, 0xcd, 0x18, 0xe2, 0xb2, 0xa2, 0x09, 0x3c, 0x72, 0x61, 0x56, + 0xc6, 0x08, 0x37, 0xec, 0x9a, 0x66, 0xc8, 0xee, 0xf5, 0x35, 0xd5, 0x34, 0xc0, 0x65, 0x3d, 0x31, + 0x34, 0xf2, 0x20, 0xc7, 0x05, 0x75, 0x4e, 0xdc, 0xc8, 0x3b, 0x65, 0x91, 0x6a, 0x35, 0xe4, 0xb6, + 0xeb, 0xd7, 0xd7, 0xd4, 0x9a, 0x80, 0x24, 0xd4, 0x24, 0xb1, 0x51, 0x04, 0x10, 0x0e, 0x58, 0xe0, + 0xb0, 0x80, 0x0f, 0xb9, 0xea, 0x56, 0xe4, 0xb6, 0x0f, 0xaf, 0xaf, 0xe9, 0x60, 0xc0, 0x82, 0xaa, + 0xc2, 0xa8, 0x74, 0xa5, 0xe7, 0x5e, 0x5a, 0x5b, 0x42, 0x0b, 0xea, 0x03, 0xf0, 0x93, 0xd1, 0x5b, + 0xea, 0x4b, 0xa7, 0x57, 0x0d, 0x8f, 0xdc, 0xf6, 0x37, 0x1f, 0xb1, 0xba, 0x93, 0xd1, 0x1b, 0x8d, + 0x31, 0x45, 0xdd, 0x44, 0x81, 0x54, 0x37, 0x29, 0x02, 0x6d, 0xf8, 0x58, 0x75, 0xc9, 0x72, 0x50, + 0x44, 0x9e, 0xc3, 0x93, 0xea, 0x26, 0x0a, 0xd0, 0xdf, 0xa6, 0x60, 0x59, 0xfb, 0x5f, 0xc7, 0x93, + 0x77, 0xdc, 0x71, 0x8b, 0xc1, 0xce, 0x29, 0xd5, 0xcd, 0x8f, 0x74, 0xc0, 0x17, 0x9e, 0xcf, 0xc6, + 0xad, 0x88, 0x84, 0x6e, 0xc4, 0x2e, 0x8d, 0x96, 0xfe, 0x29, 0x05, 0x8f, 0xde, 0xed, 0xb5, 0x58, + 0x47, 0xc2, 0x9d, 0xd0, 0x1d, 0xa1, 0x27, 0x50, 0xec, 0xd3, 0x33, 0x12, 0x87, 0xd3, 0xe3, 0x91, + 0xbc, 0x22, 0xc8, 0xe0, 0x56, 0xc0, 0x0b, 0x7d, 0x7a, 0x16, 0xb3, 0x4a, 0x32, 0xda, 0x86, 0x65, + 0xea, 0xfb, 0xe1, 0x5b, 0x32, 0xa0, 0x91, 0xf0, 0xa8, 0x4f, 0xfa, 0x8c, 0x73, 0xda, 0x65, 0x2a, + 0xce, 0x65, 0xf1, 0xa2, 0x1a, 0x3c, 0xd4, 0x63, 0xaf, 0xf4, 0x10, 0xda, 0x80, 0xc2, 0x80, 0x3a, + 0x27, 0x84, 0x72, 0x83, 0x3d, 0xa3, 0x78, 0x73, 0x92, 0x58, 0xe1, 0x0a, 0xb7, 0xf4, 0x6f, 0xb3, + 0xf0, 0xf8, 0xc3, 0x22, 0x9e, 0x4c, 0x32, 0x71, 0xa3, 0xc6, 0x24, 0x19, 0xf3, 0x29, 0x03, 0xb3, + 0xea, 0x65, 0xa6, 0xd5, 0xdc, 0xd5, 0x6f, 0xf4, 0x0c, 0x66, 0xe3, 0xfc, 0x30, 0x77, 0x55, 0x7e, + 0x88, 0x39, 0x65, 0x62, 0x50, 0x85, 0xe2, 0x20, 0x62, 0x1d, 0xef, 0x4c, 0xcd, 0x77, 0x0e, 0x83, + 0x24, 0x1d, 0x2a, 0x0a, 0xba, 0x03, 0x73, 0x1d, 0xea, 0xf9, 0x44, 0x9e, 0x68, 0x93, 0x37, 0xb2, + 0x92, 0x20, 0x7d, 0x00, 0x3d, 0x86, 0x05, 0x79, 0x33, 0x1b, 0x72, 0x12, 0x06, 0x84, 0x45, 0x51, + 0x18, 0xa9, 0x90, 0x34, 0x87, 0x0b, 0x9a, 0x7c, 0x10, 0xd4, 0x25, 0x11, 0xfd, 0x1c, 0x6c, 0x2f, + 0x70, 0xfc, 0xa1, 0xcb, 0x48, 0x8f, 0x51, 0x59, 0x07, 0x13, 0x2f, 0x20, 0x4e, 0x8f, 0x39, 0x27, + 0xf6, 0x2d, 0x95, 0x8e, 0x97, 0xcd, 0xf8, 0xae, 0x1e, 0xde, 0x0b, 0xaa, 0x72, 0x10, 0xbd, 0x80, + 0xf5, 0x58, 0x30, 0xde, 0xb4, 0x4b, 0x00, 0xa0, 0x00, 0xee, 0x1a, 0x3e, 0xb3, 0x87, 0x17, 0x70, + 0x7e, 0x9f, 0x82, 0x4f, 0x62, 0x20, 0xea, 0xba, 0x9e, 0x34, 0x02, 0xf5, 0x2f, 0x63, 0xe5, 0x54, + 0x19, 0xfe, 0xbb, 0x3f, 0x56, 0x0e, 0x2b, 0xef, 0xe9, 0x39, 0x54, 0xc6, 0x53, 0x38, 0x3f, 0xcf, + 0x7a, 0x20, 0x8b, 0xe1, 0xfb, 0xde, 0xfb, 0xb9, 0xd0, 0x3f, 0xa4, 0xe0, 0xde, 0x45, 0xb3, 0x1c, + 0x87, 0xee, 0x68, 0xb2, 0x8e, 0xbc, 0x3a, 0x00, 0x6f, 0x7e, 0xca, 0x75, 0x24, 0xfc, 0x08, 0xaf, + 0x9e, 0x37, 0xb6, 0xa4, 0xc5, 0x73, 0xfb, 0x15, 0xdc, 0x8d, 0xad, 0x2a, 0x42, 0x32, 0x1c, 0x70, + 0x11, 0x31, 0xda, 0x97, 0xe7, 0x43, 0x39, 0x8c, 0x3d, 0xab, 0x76, 0xcb, 0x36, 0x3c, 0xed, 0xf0, + 0xc8, 0x70, 0x1c, 0x04, 0x15, 0x39, 0x8e, 0xfe, 0x0a, 0xee, 0x25, 0xe4, 0xdd, 0xf0, 0x6d, 0x30, + 0x41, 0x70, 0x59, 0x30, 0xb2, 0xb3, 0x0a, 0x60, 0x75, 0x0c, 0x50, 0x1b, 0xb3, 0x1c, 0x04, 0x35, + 0x16, 0x8c, 0x4a, 0x18, 0x1e, 0x7e, 0x88, 0x99, 0x91, 0x05, 0x33, 0x27, 0x6c, 0x64, 0x3c, 0x4b, + 0xfe, 0x94, 0x25, 0xe2, 0xa9, 0xbc, 0xba, 0xea, 0x4a, 0x1c, 0xeb, 0x8f, 0xaf, 0xd3, 0xcf, 0x53, + 0xa5, 0xff, 0x4e, 0xbf, 0xcf, 0x69, 0x93, 0x85, 0xc1, 0xc7, 0x3b, 0xed, 0xcd, 0x0f, 0x76, 0xda, + 0x73, 0x3e, 0x39, 0x73, 0xb5, 0x4f, 0x66, 0xa6, 0xf9, 0xe4, 0xd5, 0x87, 0xe8, 0xd6, 0x9f, 0xea, + 0x10, 0x95, 0x4e, 0x60, 0x79, 0x6a, 0x1d, 0x74, 0x4d, 0xe3, 0x3e, 0x84, 0x79, 0x19, 0xee, 0x05, + 0xed, 0x12, 0x9f, 0x05, 0x5d, 0xd1, 0x53, 0xc6, 0x2a, 0xe0, 0x7c, 0x9f, 0x9e, 0xb5, 0x69, 0xb7, + 0xa9, 0x68, 0xa5, 0xbf, 0x4f, 0x81, 0xfd, 0xae, 0x7a, 0xe8, 0x9a, 0x0a, 0x1f, 0x40, 0xde, 0x64, + 0x40, 0x11, 0x9e, 0x98, 0xbd, 0x99, 0xc3, 0x39, 0x4d, 0x6b, 0x4b, 0xd2, 0x94, 0x39, 0x65, 0xa6, + 0xcc, 0xc9, 0x87, 0x95, 0xe9, 0x85, 0xd3, 0x1f, 0xc5, 0x02, 0x3e, 0xac, 0xbe, 0xb3, 0xbc, 0xf8, + 0xc9, 0x2d, 0x50, 0xfa, 0xcf, 0x34, 0x2c, 0x4e, 0xa9, 0xd5, 0xa4, 0xf7, 0xb9, 0xec, 0x78, 0xd8, + 0x35, 0xd7, 0x2e, 0xfd, 0x81, 0xda, 0x60, 0xcb, 0x15, 0x04, 0xc3, 0xfe, 0x31, 0x8b, 0x48, 0xd8, + 0x21, 0x54, 0x88, 0xc8, 0x3b, 0x1e, 0xca, 0xec, 0xaa, 0x6f, 0x1c, 0x77, 0x2e, 0x79, 0xcc, 0x5e, + 0x20, 0xbe, 0xfa, 0xd2, 0x74, 0xb7, 0xfa, 0xf4, 0x6c, 0x5f, 0xc9, 0x1e, 0x74, 0x2a, 0x63, 0x49, + 0xf4, 0x1a, 0x56, 0x2f, 0xa0, 0x06, 0x41, 0x28, 0xd4, 0x11, 0xe5, 0xe6, 0xea, 0xf0, 0x5e, 0xd8, + 0x95, 0x24, 0xec, 0x44, 0x14, 0xfd, 0x1a, 0xee, 0x9e, 0xc7, 0x35, 0x45, 0x03, 0x61, 0xa7, 0x2c, + 0x10, 0xdc, 0x5c, 0x0b, 0xde, 0x0b, 0x6d, 0x27, 0xa0, 0x4d, 0x5d, 0x51, 0x57, 0xc2, 0x53, 0x36, + 0xf3, 0xe6, 0x94, 0xcd, 0xfc, 0x43, 0x1a, 0xd6, 0xde, 0x5f, 0xa0, 0x5e, 0x73, 0x4b, 0xdf, 0xc2, + 0xac, 0x13, 0x06, 0x82, 0x9d, 0x09, 0xd5, 0x78, 0x98, 0xdf, 0xfe, 0xcd, 0x4f, 0x5d, 0x31, 0x97, + 0xe5, 0x37, 0xab, 0x6a, 0x25, 0x38, 0xd6, 0xf6, 0x61, 0xae, 0xb2, 0xc1, 0x20, 0x9f, 0x14, 0x47, + 0x0b, 0x90, 0x3b, 0xda, 0x6f, 0x1d, 0xd6, 0xab, 0x7b, 0x2f, 0xf6, 0xea, 0x35, 0xeb, 0x06, 0x5a, + 0x86, 0xe2, 0x9b, 0x67, 0x55, 0xd2, 0xc6, 0x95, 0x6a, 0x9d, 0x54, 0x0f, 0xf6, 0xdb, 0xf5, 0x6f, + 0xdb, 0x56, 0x0a, 0xe5, 0x21, 0xfb, 0x12, 0x1f, 0x56, 0xc9, 0xce, 0xde, 0xbe, 0x95, 0x46, 0xb7, + 0x61, 0xb1, 0xda, 0x3c, 0x38, 0xaa, 0x5d, 0x60, 0x9b, 0x41, 0xb7, 0x20, 0xbd, 0xf3, 0xcc, 0xca, + 0x94, 0xee, 0xc0, 0xea, 0x3b, 0x6b, 0xe2, 0xd2, 0x17, 0x50, 0x7a, 0x77, 0xd5, 0xaa, 0x8c, 0x4a, + 0x45, 0x2f, 0xbe, 0x45, 0xcb, 0xdf, 0x3b, 0x00, 0xd9, 0xb8, 0xbb, 0x58, 0xea, 0x83, 0x75, 0xb1, + 0x71, 0x28, 0xb7, 0x28, 0x7e, 0x92, 0x4c, 0xa9, 0x84, 0x17, 0x7f, 0xca, 0x91, 0xbe, 0x56, 0x6f, + 0x3a, 0x19, 0xf1, 0x27, 0x7a, 0x04, 0xf3, 0x93, 0xfa, 0xbb, 0x2b, 0x45, 0x75, 0xa3, 0x68, 0xf2, + 0x4a, 0x29, 0x89, 0xa5, 0xff, 0x49, 0xc1, 0xca, 0xf4, 0x16, 0x1f, 0x0a, 0xa0, 0x70, 0xbe, 0x63, + 0xa8, 0xbb, 0x6b, 0xbb, 0x1f, 0xd7, 0x31, 0x2c, 0x9f, 0xfb, 0x6a, 0x8f, 0x06, 0x0c, 0x9f, 0x87, + 0xdf, 0x60, 0x50, 0xbc, 0xc4, 0x83, 0x72, 0x30, 0x5b, 0xab, 0xbf, 0xa8, 0x1c, 0x35, 0xdb, 0xd6, + 0x0d, 0x94, 0x85, 0xcc, 0xfe, 0xc1, 0x7e, 0xdd, 0x4a, 0xc9, 0x5f, 0x3b, 0x95, 0x56, 0xdd, 0x4a, + 0xa3, 0x22, 0x14, 0x5e, 0xd5, 0xf1, 0xcb, 0x3a, 0x69, 0x35, 0x2b, 0xad, 0xdd, 0x7a, 0xcb, 0x9a, + 0x41, 0x77, 0xc1, 0xae, 0xd5, 0xab, 0x07, 0xb5, 0x3a, 0xa9, 0xec, 0xd7, 0xc8, 0xf9, 0xd1, 0xcc, + 0x46, 0x03, 0x96, 0xa7, 0xbe, 0x20, 0x5f, 0x3e, 0x2b, 0xb3, 0x30, 0x73, 0xf0, 0xe2, 0x85, 0x95, + 0x4a, 0x4e, 0x22, 0x8d, 0x00, 0x6e, 0xb5, 0xda, 0x78, 0xaf, 0xda, 0xb6, 0x66, 0x36, 0x1e, 0x03, + 0xc8, 0x8c, 0x66, 0xba, 0x90, 0xf1, 0xf4, 0x6e, 0xa0, 0x79, 0x80, 0x57, 0x47, 0xaa, 0x21, 0xd8, + 0x6e, 0xb6, 0xac, 0xd4, 0xc6, 0xa7, 0x50, 0xbc, 0xf4, 0x48, 0x2b, 0xd9, 0xd5, 0xb1, 0x52, 0xeb, + 0x6a, 0xb4, 0x0e, 0xf6, 0xad, 0xd4, 0xc6, 0x36, 0x2c, 0x5c, 0x78, 0x4d, 0x41, 0x08, 0xe6, 0x6b, + 0x07, 0x64, 0xff, 0xa0, 0x4d, 0x8e, 0x0e, 0x5f, 0xe2, 0x4a, 0x4d, 0xe2, 0xe7, 0x60, 0x36, 0xfe, + 0x48, 0x35, 0x32, 0xd9, 0x94, 0x95, 0x6e, 0x64, 0xb2, 0x69, 0x6b, 0xa6, 0x91, 0xc9, 0xce, 0x58, + 0x99, 0x46, 0x26, 0xfb, 0x85, 0xf5, 0xb4, 0x91, 0xc9, 0xae, 0x5a, 0xa5, 0x46, 0x26, 0xbb, 0x66, + 0xdd, 0x6f, 0x64, 0xb2, 0x60, 0xe5, 0x1a, 0x99, 0x6c, 0xce, 0xca, 0x37, 0x32, 0xd9, 0x05, 0xcb, + 0x6a, 0x64, 0xb2, 0x96, 0x55, 0x6c, 0x64, 0xb2, 0xc8, 0x5a, 0x6c, 0x64, 0xb2, 0x8b, 0xd6, 0x52, + 0x23, 0x93, 0x5d, 0xb2, 0x96, 0x1b, 0x99, 0xec, 0xb2, 0xb5, 0xd2, 0xc8, 0x64, 0x6f, 0x5b, 0x76, + 0x23, 0x93, 0xbd, 0x67, 0xad, 0x35, 0x32, 0xd9, 0x9f, 0x59, 0x5f, 0x35, 0x32, 0xd9, 0x47, 0xd6, + 0xe3, 0x46, 0x26, 0xfb, 0xd8, 0xfa, 0xb4, 0x91, 0xc9, 0x7e, 0x6a, 0x6d, 0x62, 0xd4, 0xf7, 0xce, + 0x58, 0xa4, 0xcb, 0x03, 0xf5, 0x2c, 0xc7, 0x22, 0xbc, 0xa8, 0x69, 0x11, 0x53, 0x2f, 0x6a, 0x86, + 0xb8, 0x1c, 0x3f, 0x19, 0xeb, 0x5e, 0xb0, 0x96, 0xe0, 0x78, 0xfc, 0x92, 0xac, 0x65, 0x4c, 0xcf, + 0x58, 0x0a, 0x72, 0xbc, 0x92, 0x64, 0x25, 0xe3, 0xfa, 0x06, 0x3f, 0xe2, 0x9e, 0xcb, 0x1c, 0x1a, + 0xc9, 0x72, 0x50, 0x30, 0x9f, 0xf5, 0x55, 0x8f, 0x99, 0x33, 0xae, 0x1e, 0x01, 0x68, 0xa7, 0xe3, + 0x05, 0x9e, 0x18, 0xe1, 0x1c, 0x1d, 0xca, 0x6b, 0x8c, 0x7e, 0x8e, 0x2a, 0x46, 0xee, 0xe4, 0x75, + 0xcc, 0x65, 0x3e, 0x1d, 0xe1, 0x82, 0x56, 0x69, 0xba, 0x74, 0x38, 0x7e, 0x19, 0xd7, 0xaf, 0x19, + 0xaa, 0x2b, 0x76, 0x6e, 0xae, 0x38, 0xcf, 0x5d, 0x4e, 0x86, 0x2e, 0x27, 0xd2, 0x5d, 0x71, 0x91, + 0x5f, 0x02, 0x5c, 0x31, 0x08, 0x72, 0x44, 0xe5, 0x3a, 0xd2, 0x0f, 0x87, 0x81, 0xc0, 0x48, 0x09, + 0x72, 0x46, 0x4e, 0x9e, 0x73, 0xc2, 0x29, 0xf9, 0xed, 0x5b, 0x81, 0x4b, 0x82, 0x45, 0xfd, 0xf8, + 0x01, 0xd2, 0x8d, 0xa8, 0x17, 0x90, 0xf8, 0xaf, 0x3a, 0x78, 0x29, 0xb6, 0x89, 0xb1, 0xe0, 0x31, + 0x15, 0x4e, 0x0f, 0xdb, 0xc9, 0x2f, 0x22, 0xc3, 0x20, 0x0b, 0x44, 0xe4, 0x31, 0x8e, 0x97, 0x2f, + 0x8d, 0xc8, 0xb2, 0x70, 0xe3, 0xf7, 0x29, 0xc8, 0x27, 0xdf, 0xa1, 0xff, 0x3f, 0x3b, 0x94, 0x87, + 0xb0, 0xc4, 0x87, 0xc7, 0xdc, 0x89, 0xbc, 0x63, 0xe6, 0x92, 0x88, 0xc5, 0x6f, 0xe6, 0x3a, 0x5d, + 0xdc, 0x9b, 0x1a, 0x3d, 0xb0, 0xe1, 0xc2, 0x8b, 0x13, 0xd1, 0x98, 0xc6, 0x37, 0xbe, 0x81, 0x5c, + 0xa2, 0x8d, 0x2e, 0x6f, 0xa9, 0x9c, 0x39, 0x11, 0x33, 0x6f, 0x80, 0x7a, 0x3d, 0xa0, 0x49, 0xea, + 0xd9, 0xef, 0x0e, 0xcc, 0xb9, 0x01, 0xd7, 0xcf, 0xb3, 0x26, 0x2c, 0x66, 0xdd, 0x80, 0xab, 0x97, + 0xd9, 0x27, 0xeb, 0x90, 0x8d, 0x91, 0xd1, 0x12, 0x58, 0x71, 0xc3, 0x3e, 0x6e, 0xf3, 0x5b, 0x37, + 0x76, 0x36, 0xff, 0xfd, 0xc7, 0xb5, 0xd4, 0x7f, 0xfc, 0xb8, 0x96, 0xfa, 0xaf, 0x1f, 0xd7, 0x52, + 0xdf, 0x97, 0xf4, 0x7c, 0xf5, 0xdf, 0x94, 0xb6, 0xce, 0xfd, 0x47, 0xea, 0xf8, 0x96, 0x4a, 0xd9, + 0xcf, 0xfe, 0x2f, 0x00, 0x00, 0xff, 0xff, 0x0f, 0x8f, 0xe8, 0xaa, 0xac, 0x25, 0x00, 0x00, } func (m *MeshConfig) Marshal() (dAtA []byte, err error) { @@ -3622,6 +3651,24 @@ func (m *MeshConfig_CertificateData) MarshalToSizedBuffer(dAtA []byte) (int, err i -= len(m.XXX_unrecognized) copy(dAtA[i:], m.XXX_unrecognized) } + if len(m.TrustDomains) > 0 { + for iNdEx := len(m.TrustDomains) - 1; iNdEx >= 0; iNdEx-- { + i -= len(m.TrustDomains[iNdEx]) + copy(dAtA[i:], m.TrustDomains[iNdEx]) + i = encodeVarintConfig(dAtA, i, uint64(len(m.TrustDomains[iNdEx]))) + i-- + dAtA[i] = 0x22 + } + } + if len(m.CertSigners) > 0 { + for iNdEx := len(m.CertSigners) - 1; iNdEx >= 0; iNdEx-- { + i -= len(m.CertSigners[iNdEx]) + copy(dAtA[i:], m.CertSigners[iNdEx]) + i = encodeVarintConfig(dAtA, i, uint64(len(m.CertSigners[iNdEx]))) + i-- + dAtA[i] = 0x1a + } + } if m.CertificateData != nil { { size := m.CertificateData.Size() @@ -5194,6 +5241,18 @@ func (m *MeshConfig_CertificateData) Size() (n int) { if m.CertificateData != nil { n += m.CertificateData.Size() } + if len(m.CertSigners) > 0 { + for _, s := range m.CertSigners { + l = len(s) + n += 1 + l + sovConfig(uint64(l)) + } + } + if len(m.TrustDomains) > 0 { + for _, s := range m.TrustDomains { + l = len(s) + n += 1 + l + sovConfig(uint64(l)) + } + } if m.XXX_unrecognized != nil { n += len(m.XXX_unrecognized) } @@ -7377,6 +7436,70 @@ func (m *MeshConfig_CertificateData) Unmarshal(dAtA []byte) error { } m.CertificateData = &MeshConfig_CertificateData_SpiffeBundleUrl{string(dAtA[iNdEx:postIndex])} iNdEx = postIndex + case 3: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field CertSigners", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowConfig + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthConfig + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthConfig + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.CertSigners = append(m.CertSigners, string(dAtA[iNdEx:postIndex])) + iNdEx = postIndex + case 4: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field TrustDomains", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowConfig + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthConfig + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthConfig + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.TrustDomains = append(m.TrustDomains, string(dAtA[iNdEx:postIndex])) + iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipConfig(dAtA[iNdEx:]) diff --git a/mesh/v1alpha1/config.proto b/mesh/v1alpha1/config.proto index e61a08bcde6..239134df6ad 100644 --- a/mesh/v1alpha1/config.proto +++ b/mesh/v1alpha1/config.proto @@ -223,6 +223,21 @@ message MeshConfig { // The certificate is retrieved from the endpoint. string spiffe_bundle_url = 2; } + // Optional. Specify the kubernetes signers (External CA) that use this trustAnchor + // when Istiod is acting as RA(registration authority) + // If set, they are used for these signers. Otherwise, this trustAnchor is used for all signers. + repeated string cert_signers = 3; + + // Optional. Specify the list of trust domains to which this trustAnchor data belongs. + // If set, they are used for these trust domains. Otherwise, this trustAnchor is used for default trust domain + // and its aliases. + // Note that we can have multiple trustAnchor data for a same trust_domain. + // In that case, trustAnchors with a same trust domain will be merged and used together to verify peer certificates. + // If neither cert_signers nor trust_domains is set, this trustAnchor is used for all trust domains and all signers. + // If only trust_domains is set, this trustAnchor is used for these trust_domains and all signers. + // If only cert_signers is set, this trustAnchor is used for these cert_signers and all trust domains. + // If both cert_signers and trust_domains is set, this trustAnchor is only used for these signers and trust domains. + repeated string trust_domains = 4; } // The extra root certificates for workload-to-workload communication. diff --git a/mesh/v1alpha1/istio.mesh.v1alpha1.gen.json b/mesh/v1alpha1/istio.mesh.v1alpha1.gen.json index 13af934b45e..46b90b75a08 100644 --- a/mesh/v1alpha1/istio.mesh.v1alpha1.gen.json +++ b/mesh/v1alpha1/istio.mesh.v1alpha1.gen.json @@ -286,6 +286,22 @@ }, "istio.mesh.v1alpha1.MeshConfig.CertificateData": { "type": "object", + "properties": { + "certSigners": { + "description": "Optional. Specify the kubernetes signers (External CA) that use this trustAnchor when Istiod is acting as RA(registration authority) If set, they are used for these signers. Otherwise, this trustAnchor is used for all signers.", + "type": "array", + "items": { + "type": "string" + } + }, + "trustDomains": { + "description": "Optional. Specify the list of trust domains to which this trustAnchor data belongs. If set, they are used for these trust domains. Otherwise, this trustAnchor is used for default trust domain and its aliases. Note that we can have multiple trustAnchor data for a same trust_domain. In that case, trustAnchors with a same trust domain will be merged and used together to verify peer certificates. If neither cert_signers nor trust_domains is set, this trustAnchor is used for all trust domains and all signers. If only trust_domains is set, this trustAnchor is used for these trust_domains and all signers. If only cert_signers is set, this trustAnchor is used for these cert_signers and all trust domains. If both cert_signers and trust_domains is set, this trustAnchor is only used for these signers and trust domains.", + "type": "array", + "items": { + "type": "string" + } + } + }, "oneOf": [ { "not": { diff --git a/mesh/v1alpha1/istio.mesh.v1alpha1.pb.html b/mesh/v1alpha1/istio.mesh.v1alpha1.pb.html index c40058fd5a1..816adfa5d9e 100644 --- a/mesh/v1alpha1/istio.mesh.v1alpha1.pb.html +++ b/mesh/v1alpha1/istio.mesh.v1alpha1.pb.html @@ -804,6 +804,38 @@

MeshConfig.CertificateData

https://github.com/spiffe/spiffe/blob/master/standards/SPIFFETrustDomainandBundle.md#521-web-pki The certificate is retrieved from the endpoint.

+ + +No + + + +certSigners +string[] + +

Optional. Specify the kubernetes signers (External CA) that use this trustAnchor +when Istiod is acting as RA(registration authority) +If set, they are used for these signers. Otherwise, this trustAnchor is used for all signers.

+ + + +No + + + +trustDomains +string[] + +

Optional. Specify the list of trust domains to which this trustAnchor data belongs. +If set, they are used for these trust domains. Otherwise, this trustAnchor is used for default trust domain +and its aliases. +Note that we can have multiple trustAnchor data for a same trustdomain. +In that case, trustAnchors with a same trust domain will be merged and used together to verify peer certificates. +If neither certsigners nor trustdomains is set, this trustAnchor is used for all trust domains and all signers. +If only trustdomains is set, this trustAnchor is used for these trustdomains and all signers. +If only certsigners is set, this trustAnchor is used for these certsigners and all trust domains. +If both certsigners and trust_domains is set, this trustAnchor is only used for these signers and trust domains.

+ No diff --git a/proto.lock b/proto.lock index 8ba0d8d2f12..b411b0b1ed9 100644 --- a/proto.lock +++ b/proto.lock @@ -32073,6 +32073,11 @@ "name": "allowed_trust_domains", "type": "string", "is_repeated": true + }, + { + "id": 5, + "name": "disable_clear_route_cache", + "type": "bool" } ], "maps": [ @@ -32258,6 +32263,44 @@ ] } }, + { + "protopath": "envoy:/:config:/:filter:/:network:/:metadata_exchange:/:metadata_exchange.proto", + "def": { + "messages": [ + { + "name": "MetadataExchange", + "fields": [ + { + "id": 1, + "name": "protocol", + "type": "string" + } + ] + } + ], + "package": { + "name": "envoy.tcp.metadataexchange.config" + }, + "options": [ + { + "name": "java_outer_classname", + "value": "MetadataExchangeProto" + }, + { + "name": "java_multiple_files", + "value": "true" + }, + { + "name": "java_package", + "value": "io.envoyproxy.envoy.tcp.metadataexchange.config" + }, + { + "name": "go_package", + "value": "istio.io/api/envoy/config/filter/network/metadata_exchange" + } + ] + } + }, { "protopath": "envoy:/:config:/:filter:/:network:/:tcp_cluster_rewrite:/:v2alpha1:/:config.proto", "def": { @@ -32289,6 +32332,350 @@ ] } }, + { + "protopath": "envoy:/:extensions:/:stackdriver:/:config:/:v1alpha1:/:config.proto", + "def": { + "enums": [ + { + "name": "PluginConfig.AccessLogging", + "enum_fields": [ + { + "name": "NONE" + }, + { + "name": "FULL", + "integer": 1 + }, + { + "name": "ERRORS_ONLY", + "integer": 2 + } + ] + } + ], + "messages": [ + { + "name": "CustomConfig", + "fields": [ + { + "id": 2, + "name": "tags_to_remove", + "type": "string", + "is_repeated": true + } + ], + "maps": [ + { + "key_type": "string", + "field": { + "id": 1, + "name": "dimensions", + "type": "string" + } + } + ] + }, + { + "name": "PluginConfig", + "fields": [ + { + "id": 1, + "name": "disable_server_access_logging", + "type": "bool", + "options": [ + { + "name": "deprecated", + "value": "true" + } + ] + }, + { + "id": 12, + "name": "max_log_batch_size_in_bytes", + "type": "int32" + }, + { + "id": 13, + "name": "log_report_duration", + "type": "google.protobuf.Duration" + }, + { + "id": 11, + "name": "enable_audit_log", + "type": "bool" + }, + { + "id": 2, + "name": "destination_service_name", + "type": "string" + }, + { + "id": 3, + "name": "enable_mesh_edges_reporting", + "type": "bool", + "options": [ + { + "name": "deprecated", + "value": "true" + } + ] + }, + { + "id": 4, + "name": "mesh_edges_reporting_duration", + "type": "google.protobuf.Duration", + "options": [ + { + "name": "deprecated", + "value": "true" + } + ] + }, + { + "id": 5, + "name": "max_peer_cache_size", + "type": "int32" + }, + { + "id": 6, + "name": "disable_host_header_fallback", + "type": "bool" + }, + { + "id": 7, + "name": "max_edges_batch_size", + "type": "int32" + }, + { + "id": 8, + "name": "disable_http_size_metrics", + "type": "bool", + "options": [ + { + "name": "deprecated", + "value": "true" + } + ] + }, + { + "id": 9, + "name": "enable_log_compression", + "type": "google.protobuf.BoolValue" + }, + { + "id": 10, + "name": "access_logging", + "type": "AccessLogging" + }, + { + "id": 14, + "name": "custom_log_config", + "type": "CustomConfig" + }, + { + "id": 15, + "name": "metric_expiry_duration", + "type": "google.protobuf.Duration" + } + ], + "maps": [ + { + "key_type": "string", + "field": { + "id": 16, + "name": "metrics_overrides", + "type": "MetricsOverride" + } + } + ] + }, + { + "name": "MetricsOverride", + "fields": [ + { + "id": 1, + "name": "drop", + "type": "bool" + } + ], + "maps": [ + { + "key_type": "string", + "field": { + "id": 2, + "name": "tag_overrides", + "type": "string" + } + } + ] + } + ], + "imports": [ + { + "path": "google/protobuf/duration.proto" + }, + { + "path": "google/protobuf/wrappers.proto" + } + ], + "package": { + "name": "stackdriver.config.v1alpha1" + }, + "options": [ + { + "name": "go_package", + "value": "istio.io/api/envoy/extensions/stackdriver/config/v1alpha1" + } + ] + } + }, + { + "protopath": "envoy:/:extensions:/:stats:/:config.proto", + "def": { + "enums": [ + { + "name": "MetricType", + "enum_fields": [ + { + "name": "COUNTER" + }, + { + "name": "GAUGE", + "integer": 1 + }, + { + "name": "HISTOGRAM", + "integer": 2 + } + ] + } + ], + "messages": [ + { + "name": "MetricConfig", + "fields": [ + { + "id": 2, + "name": "name", + "type": "string" + }, + { + "id": 3, + "name": "tags_to_remove", + "type": "string", + "is_repeated": true + }, + { + "id": 4, + "name": "match", + "type": "string" + }, + { + "id": 5, + "name": "drop", + "type": "bool" + } + ], + "maps": [ + { + "key_type": "string", + "field": { + "id": 1, + "name": "dimensions", + "type": "string" + } + } + ] + }, + { + "name": "MetricDefinition", + "fields": [ + { + "id": 1, + "name": "name", + "type": "string" + }, + { + "id": 2, + "name": "value", + "type": "string" + }, + { + "id": 3, + "name": "type", + "type": "MetricType" + } + ] + }, + { + "name": "PluginConfig", + "fields": [ + { + "id": 1, + "name": "debug", + "type": "bool" + }, + { + "id": 2, + "name": "max_peer_cache_size", + "type": "int32" + }, + { + "id": 3, + "name": "stat_prefix", + "type": "string" + }, + { + "id": 4, + "name": "field_separator", + "type": "string" + }, + { + "id": 5, + "name": "value_separator", + "type": "string" + }, + { + "id": 6, + "name": "disable_host_header_fallback", + "type": "bool" + }, + { + "id": 7, + "name": "tcp_reporting_duration", + "type": "google.protobuf.Duration" + }, + { + "id": 8, + "name": "metrics", + "type": "MetricConfig", + "is_repeated": true + }, + { + "id": 9, + "name": "definitions", + "type": "MetricDefinition", + "is_repeated": true + } + ] + } + ], + "imports": [ + { + "path": "google/protobuf/duration.proto" + } + ], + "package": { + "name": "stats" + }, + "options": [ + { + "name": "go_package", + "value": "istio.io/api/envoy/extensions/stats" + } + ] + } + }, { "protopath": "extensions:/:v1alpha1:/:wasm.proto", "def": { @@ -33261,6 +33648,18 @@ "id": 2, "name": "spiffe_bundle_url", "type": "string" + }, + { + "id": 3, + "name": "cert_signers", + "type": "string", + "is_repeated": true + }, + { + "id": 4, + "name": "trust_domains", + "type": "string", + "is_repeated": true } ] }, @@ -35907,6 +36306,10 @@ { "name": "DNS", "integer": 2 + }, + { + "name": "DNS_ROUND_ROBIN", + "integer": 3 } ] } @@ -36223,6 +36626,20 @@ { "protopath": "networking:/:v1alpha3:/:virtual_service.proto", "def": { + "enums": [ + { + "name": "HTTPRedirect.RedirectPortSelection", + "enum_fields": [ + { + "name": "FROM_PROTOCOL_DEFAULT" + }, + { + "name": "FROM_REQUEST_PORT", + "integer": 1 + } + ] + } + ], "messages": [ { "name": "VirtualService", @@ -36745,6 +37162,21 @@ "name": "authority", "type": "string" }, + { + "id": 4, + "name": "port", + "type": "uint32" + }, + { + "id": 5, + "name": "derive_port", + "type": "RedirectPortSelection" + }, + { + "id": 6, + "name": "scheme", + "type": "string" + }, { "id": 3, "name": "redirect_code", @@ -38155,6 +38587,10 @@ { "name": "DNS", "integer": 2 + }, + { + "name": "DNS_ROUND_ROBIN", + "integer": 3 } ] } @@ -38471,6 +38907,20 @@ { "protopath": "networking:/:v1beta1:/:virtual_service.proto", "def": { + "enums": [ + { + "name": "HTTPRedirect.RedirectPortSelection", + "enum_fields": [ + { + "name": "FROM_PROTOCOL_DEFAULT" + }, + { + "name": "FROM_REQUEST_PORT", + "integer": 1 + } + ] + } + ], "messages": [ { "name": "VirtualService", @@ -38993,6 +39443,21 @@ "name": "authority", "type": "string" }, + { + "id": 4, + "name": "port", + "type": "uint32" + }, + { + "id": 5, + "name": "derive_port", + "type": "RedirectPortSelection" + }, + { + "id": 6, + "name": "scheme", + "type": "string" + }, { "id": 3, "name": "redirect_code", diff --git a/python/istio_api/mesh/v1alpha1/config_pb2.py b/python/istio_api/mesh/v1alpha1/config_pb2.py index b5c7b1ecf1e..6c86913991e 100644 --- a/python/istio_api/mesh/v1alpha1/config_pb2.py +++ b/python/istio_api/mesh/v1alpha1/config_pb2.py @@ -26,7 +26,7 @@ syntax='proto3', serialized_options=b'Z\032istio.io/api/mesh/v1alpha1', create_key=_descriptor._internal_create_key, - serialized_pb=b'\n\x1amesh/v1alpha1/config.proto\x12\x13istio.mesh.v1alpha1\x1a\x1egoogle/protobuf/duration.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x19mesh/v1alpha1/proxy.proto\x1a*networking/v1alpha3/destination_rule.proto\x1a)networking/v1alpha3/virtual_service.proto\x1a\x34k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto\"\xd8\x45\n\nMeshConfig\x12*\n\x11proxy_listen_port\x18\x04 \x01(\x05R\x0fproxyListenPort\x12&\n\x0fproxy_http_port\x18\x05 \x01(\x05R\rproxyHttpPort\x12\x42\n\x0f\x63onnect_timeout\x18\x06 \x01(\x0b\x32\x19.google.protobuf.DurationR\x0e\x63onnectTimeout\x12W\n\x1aprotocol_detection_timeout\x18* \x01(\x0b\x32\x19.google.protobuf.DurationR\x18protocolDetectionTimeout\x12o\n\rtcp_keepalive\x18\x1c \x01(\x0b\x32J.istio.networking.v1alpha3.ConnectionPoolSettings.TCPSettings.TcpKeepaliveR\x0ctcpKeepalive\x12#\n\ringress_class\x18\x07 \x01(\tR\x0cingressClass\x12\'\n\x0fingress_service\x18\x08 \x01(\tR\x0eingressService\x12m\n\x17ingress_controller_mode\x18\t \x01(\x0e\x32\x35.istio.mesh.v1alpha1.MeshConfig.IngressControllerModeR\x15ingressControllerMode\x12)\n\x10ingress_selector\x18\x34 \x01(\tR\x0fingressSelector\x12%\n\x0e\x65nable_tracing\x18\x0c \x01(\x08R\renableTracing\x12&\n\x0f\x61\x63\x63\x65ss_log_file\x18\r \x01(\tR\raccessLogFile\x12*\n\x11\x61\x63\x63\x65ss_log_format\x18\x18 \x01(\tR\x0f\x61\x63\x63\x65ssLogFormat\x12\x61\n\x13\x61\x63\x63\x65ss_log_encoding\x18\x1b \x01(\x0e\x32\x31.istio.mesh.v1alpha1.MeshConfig.AccessLogEncodingR\x11\x61\x63\x63\x65ssLogEncoding\x12\x44\n\x1f\x65nable_envoy_access_log_service\x18( \x01(\x08R\x1b\x65nableEnvoyAccessLogService\x12;\n\x1a\x64isable_envoy_listener_log\x18\x38 \x01(\x08R\x17\x64isableEnvoyListenerLog\x12G\n\x0e\x64\x65\x66\x61ult_config\x18\x0e \x01(\x0b\x32 .istio.mesh.v1alpha1.ProxyConfigR\rdefaultConfig\x12m\n\x17outbound_traffic_policy\x18\x11 \x01(\x0b\x32\x35.istio.mesh.v1alpha1.MeshConfig.OutboundTrafficPolicyR\x15outboundTrafficPolicy\x12H\n\x0e\x63onfig_sources\x18\x16 \x03(\x0b\x32!.istio.mesh.v1alpha1.ConfigSourceR\rconfigSources\x12\x44\n\x10\x65nable_auto_mtls\x18+ \x01(\x0b\x32\x1a.google.protobuf.BoolValueR\x0e\x65nableAutoMtls\x12!\n\x0ctrust_domain\x18\x1a \x01(\tR\x0btrustDomain\x12\x30\n\x14trust_domain_aliases\x18. \x03(\tR\x12trustDomainAliases\x12X\n\x0f\x63\x61_certificates\x18: \x03(\x0b\x32/.istio.mesh.v1alpha1.MeshConfig.CertificateDataR\x0e\x63\x61\x43\x65rtificates\x12\x39\n\x19\x64\x65\x66\x61ult_service_export_to\x18\x1f \x03(\tR\x16\x64\x65\x66\x61ultServiceExportTo\x12H\n!default_virtual_service_export_to\x18 \x03(\tR\x1d\x64\x65\x66\x61ultVirtualServiceExportTo\x12J\n\"default_destination_rule_export_to\x18! \x03(\tR\x1e\x64\x65\x66\x61ultDestinationRuleExportTo\x12%\n\x0eroot_namespace\x18\" \x01(\tR\rrootNamespace\x12\x66\n\x13locality_lb_setting\x18# \x01(\x0b\x32\x36.istio.networking.v1alpha3.LocalityLoadBalancerSettingR\x11localityLbSetting\x12\x43\n\x10\x64ns_refresh_rate\x18$ \x01(\x0b\x32\x19.google.protobuf.DurationR\x0e\x64nsRefreshRate\x12[\n\x11h2_upgrade_policy\x18) \x01(\x0e\x32/.istio.mesh.v1alpha1.MeshConfig.H2UpgradePolicyR\x0fh2UpgradePolicy\x12\x39\n\x19inbound_cluster_stat_name\x18, \x01(\tR\x16inboundClusterStatName\x12;\n\x1aoutbound_cluster_stat_name\x18- \x01(\tR\x17outboundClusterStatName\x12\x44\n\x0c\x63\x65rtificates\x18/ \x03(\x0b\x32 .istio.mesh.v1alpha1.CertificateR\x0c\x63\x65rtificates\x12Q\n\rthrift_config\x18\x31 \x01(\x0b\x32,.istio.mesh.v1alpha1.MeshConfig.ThriftConfigR\x0cthriftConfig\x12Z\n\x10service_settings\x18\x32 \x03(\x0b\x32/.istio.mesh.v1alpha1.MeshConfig.ServiceSettingsR\x0fserviceSettings\x12R\n\x17\x65nable_prometheus_merge\x18\x33 \x01(\x0b\x32\x1a.google.protobuf.BoolValueR\x15\x65nablePrometheusMerge\x12_\n\x1cverify_certificate_at_client\x18\x36 \x01(\x0b\x32\x1a.google.protobuf.BoolValueB\x02\x18\x01R\x19verifyCertificateAtClient\x12\x32\n\x02\x63\x61\x18\x37 \x01(\x0b\x32\".istio.mesh.v1alpha1.MeshConfig.CAR\x02\x63\x61\x12\x62\n\x13\x65xtension_providers\x18\x39 \x03(\x0b\x32\x31.istio.mesh.v1alpha1.MeshConfig.ExtensionProviderR\x12\x65xtensionProviders\x12]\n\x11\x64\x65\x66\x61ult_providers\x18< \x01(\x0b\x32\x30.istio.mesh.v1alpha1.MeshConfig.DefaultProvidersR\x10\x64\x65\x66\x61ultProviders\x12\x64\n\x13\x64iscovery_selectors\x18; \x03(\x0b\x32\x33.k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelectorR\x12\x64iscoverySelectors\x12\x65\n\x12path_normalization\x18= \x01(\x0b\x32\x36.istio.mesh.v1alpha1.MeshConfig.ProxyPathNormalizationR\x11pathNormalization\x12_\n\x19\x64\x65\x66\x61ult_http_retry_policy\x18> \x01(\x0b\x32$.istio.networking.v1alpha3.HTTPRetryR\x16\x64\x65\x66\x61ultHttpRetryPolicy\x1a\xad\x01\n\x15OutboundTrafficPolicy\x12N\n\x04mode\x18\x01 \x01(\x0e\x32:.istio.mesh.v1alpha1.MeshConfig.OutboundTrafficPolicy.ModeR\x04mode\"D\n\x04Mode\x12\x11\n\rREGISTRY_ONLY\x10\x00\x12\r\n\tALLOW_ANY\x10\x01\"\x04\x08\x02\x10\x02*\x14VIRTUAL_SERVICE_ONLY\x1ag\n\x0f\x43\x65rtificateData\x12\x12\n\x03pem\x18\x01 \x01(\tH\x00R\x03pem\x12,\n\x11spiffe_bundle_url\x18\x02 \x01(\tH\x00R\x0fspiffeBundleUrlB\x12\n\x10\x63\x65rtificate_data\x1a}\n\x0cThriftConfig\x12$\n\x0erate_limit_url\x18\x01 \x01(\tR\x0crateLimitUrl\x12G\n\x12rate_limit_timeout\x18\x02 \x01(\x0b\x32\x19.google.protobuf.DurationR\x10rateLimitTimeout\x1a\xae\x01\n\x0fServiceSettings\x12T\n\x08settings\x18\x01 \x01(\x0b\x32\x38.istio.mesh.v1alpha1.MeshConfig.ServiceSettings.SettingsR\x08settings\x12\x14\n\x05hosts\x18\x02 \x03(\tR\x05hosts\x1a/\n\x08Settings\x12#\n\rcluster_local\x18\x01 \x01(\x08R\x0c\x63lusterLocal\x1a\xd4\x01\n\x02\x43\x41\x12\x18\n\x07\x61\x64\x64ress\x18\x01 \x01(\tR\x07\x61\x64\x64ress\x12O\n\x0ctls_settings\x18\x02 \x01(\x0b\x32,.istio.networking.v1alpha3.ClientTLSSettingsR\x0btlsSettings\x12\x42\n\x0frequest_timeout\x18\x03 \x01(\x0b\x32\x19.google.protobuf.DurationR\x0erequestTimeout\x12\x1f\n\x0bistiod_side\x18\x04 \x01(\x08R\nistiodSide\x1a\xf9\x1e\n\x11\x45xtensionProvider\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x8b\x01\n\x14\x65nvoy_ext_authz_http\x18\x02 \x01(\x0b\x32X.istio.mesh.v1alpha1.MeshConfig.ExtensionProvider.EnvoyExternalAuthorizationHttpProviderH\x00R\x11\x65nvoyExtAuthzHttp\x12\x8b\x01\n\x14\x65nvoy_ext_authz_grpc\x18\x03 \x01(\x0b\x32X.istio.mesh.v1alpha1.MeshConfig.ExtensionProvider.EnvoyExternalAuthorizationGrpcProviderH\x00R\x11\x65nvoyExtAuthzGrpc\x12\x61\n\x06zipkin\x18\x04 \x01(\x0b\x32G.istio.mesh.v1alpha1.MeshConfig.ExtensionProvider.ZipkinTracingProviderH\x00R\x06zipkin\x12j\n\tlightstep\x18\x05 \x01(\x0b\x32J.istio.mesh.v1alpha1.MeshConfig.ExtensionProvider.LightstepTracingProviderH\x00R\tlightstep\x12\x64\n\x07\x64\x61tadog\x18\x06 \x01(\x0b\x32H.istio.mesh.v1alpha1.MeshConfig.ExtensionProvider.DatadogTracingProviderH\x00R\x07\x64\x61tadog\x12i\n\x0bstackdriver\x18\x07 \x01(\x0b\x32\x45.istio.mesh.v1alpha1.MeshConfig.ExtensionProvider.StackdriverProviderH\x00R\x0bstackdriver\x12r\n\nopencensus\x18\x08 \x01(\x0b\x32P.istio.mesh.v1alpha1.MeshConfig.ExtensionProvider.OpenCensusAgentTracingProviderH\x00R\nopencensus\x12m\n\nskywalking\x18\t \x01(\x0b\x32K.istio.mesh.v1alpha1.MeshConfig.ExtensionProvider.SkyWalkingTracingProviderH\x00R\nskywalking\x12m\n\nprometheus\x18\n \x01(\x0b\x32K.istio.mesh.v1alpha1.MeshConfig.ExtensionProvider.PrometheusMetricsProviderH\x00R\nprometheus\x12\x81\x01\n\x15\x65nvoy_file_access_log\x18\x0b \x01(\x0b\x32L.istio.mesh.v1alpha1.MeshConfig.ExtensionProvider.EnvoyFileAccessLogProviderH\x00R\x12\x65nvoyFileAccessLog\x1a\xab\x01\n%EnvoyExternalAuthorizationRequestBody\x12*\n\x11max_request_bytes\x18\x01 \x01(\rR\x0fmaxRequestBytes\x12\x32\n\x15\x61llow_partial_message\x18\x02 \x01(\x08R\x13\x61llowPartialMessage\x12\"\n\rpack_as_bytes\x18\x03 \x01(\x08R\x0bpackAsBytes\x1a\xb2\x07\n&EnvoyExternalAuthorizationHttpProvider\x12\x18\n\x07service\x18\x01 \x01(\tR\x07service\x12\x12\n\x04port\x18\x02 \x01(\rR\x04port\x12\x33\n\x07timeout\x18\t \x01(\x0b\x32\x19.google.protobuf.DurationR\x07timeout\x12\x1f\n\x0bpath_prefix\x18\x03 \x01(\tR\npathPrefix\x12\x1b\n\tfail_open\x18\x04 \x01(\x08R\x08\x66\x61ilOpen\x12&\n\x0fstatus_on_error\x18\x05 \x01(\tR\rstatusOnError\x12\x37\n\x18include_headers_in_check\x18\x06 \x03(\tR\x15includeHeadersInCheck\x12\x46\n include_request_headers_in_check\x18\n \x03(\tR\x1cincludeRequestHeadersInCheck\x12\xcb\x01\n#include_additional_headers_in_check\x18\x0b \x03(\x0b\x32}.istio.mesh.v1alpha1.MeshConfig.ExtensionProvider.EnvoyExternalAuthorizationHttpProvider.IncludeAdditionalHeadersInCheckEntryR\x1fincludeAdditionalHeadersInCheck\x12\x99\x01\n\x1dinclude_request_body_in_check\x18\x0c \x01(\x0b\x32W.istio.mesh.v1alpha1.MeshConfig.ExtensionProvider.EnvoyExternalAuthorizationRequestBodyR\x19includeRequestBodyInCheck\x12>\n\x1cheaders_to_upstream_on_allow\x18\x07 \x03(\tR\x18headersToUpstreamOnAllow\x12@\n\x1dheaders_to_downstream_on_deny\x18\x08 \x03(\tR\x19headersToDownstreamOnDeny\x1aR\n$IncludeAdditionalHeadersInCheckEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\x1a\xec\x02\n&EnvoyExternalAuthorizationGrpcProvider\x12\x18\n\x07service\x18\x01 \x01(\tR\x07service\x12\x12\n\x04port\x18\x02 \x01(\rR\x04port\x12\x33\n\x07timeout\x18\x05 \x01(\x0b\x32\x19.google.protobuf.DurationR\x07timeout\x12\x1b\n\tfail_open\x18\x03 \x01(\x08R\x08\x66\x61ilOpen\x12&\n\x0fstatus_on_error\x18\x04 \x01(\tR\rstatusOnError\x12\x99\x01\n\x1dinclude_request_body_in_check\x18\x06 \x01(\x0b\x32W.istio.mesh.v1alpha1.MeshConfig.ExtensionProvider.EnvoyExternalAuthorizationRequestBodyR\x19includeRequestBodyInCheck\x1ak\n\x15ZipkinTracingProvider\x12\x18\n\x07service\x18\x01 \x01(\tR\x07service\x12\x12\n\x04port\x18\x02 \x01(\rR\x04port\x12$\n\x0emax_tag_length\x18\x03 \x01(\rR\x0cmaxTagLength\x1a\x91\x01\n\x18LightstepTracingProvider\x12\x18\n\x07service\x18\x01 \x01(\tR\x07service\x12\x12\n\x04port\x18\x02 \x01(\rR\x04port\x12!\n\x0c\x61\x63\x63\x65ss_token\x18\x03 \x01(\tR\x0b\x61\x63\x63\x65ssToken\x12$\n\x0emax_tag_length\x18\x04 \x01(\rR\x0cmaxTagLength\x1al\n\x16\x44\x61tadogTracingProvider\x12\x18\n\x07service\x18\x01 \x01(\tR\x07service\x12\x12\n\x04port\x18\x02 \x01(\rR\x04port\x12$\n\x0emax_tag_length\x18\x03 \x01(\rR\x0cmaxTagLength\x1al\n\x19SkyWalkingTracingProvider\x12\x18\n\x07service\x18\x01 \x01(\tR\x07service\x12\x12\n\x04port\x18\x02 \x01(\rR\x04port\x12!\n\x0c\x61\x63\x63\x65ss_token\x18\x03 \x01(\tR\x0b\x61\x63\x63\x65ssToken\x1a\xdc\x02\n\x13StackdriverProvider\x12\x14\n\x05\x64\x65\x62ug\x18\x01 \x01(\x08R\x05\x64\x65\x62ug\x12T\n\x18max_number_of_attributes\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueR\x15maxNumberOfAttributes\x12V\n\x19max_number_of_annotations\x18\x03 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueR\x16maxNumberOfAnnotations\x12[\n\x1cmax_number_of_message_events\x18\x04 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueR\x18maxNumberOfMessageEvents\x12$\n\x0emax_tag_length\x18\x05 \x01(\rR\x0cmaxTagLength\x1a\xd4\x02\n\x1eOpenCensusAgentTracingProvider\x12\x18\n\x07service\x18\x01 \x01(\tR\x07service\x12\x12\n\x04port\x18\x02 \x01(\rR\x04port\x12w\n\x07\x63ontext\x18\x03 \x03(\x0e\x32].istio.mesh.v1alpha1.MeshConfig.ExtensionProvider.OpenCensusAgentTracingProvider.TraceContextR\x07\x63ontext\x12$\n\x0emax_tag_length\x18\x04 \x01(\rR\x0cmaxTagLength\"e\n\x0cTraceContext\x12\x0f\n\x0bUNSPECIFIED\x10\x00\x12\x15\n\x11W3C_TRACE_CONTEXT\x10\x01\x12\x0c\n\x08GRPC_BIN\x10\x02\x12\x17\n\x13\x43LOUD_TRACE_CONTEXT\x10\x03\x12\x06\n\x02\x42\x33\x10\x04\x1a\x1b\n\x19PrometheusMetricsProvider\x1a\x30\n\x1a\x45nvoyFileAccessLogProvider\x12\x12\n\x04path\x18\x01 \x01(\tR\x04pathB\n\n\x08provider\x1am\n\x10\x44\x65\x66\x61ultProviders\x12\x18\n\x07tracing\x18\x01 \x03(\tR\x07tracing\x12\x18\n\x07metrics\x18\x02 \x03(\tR\x07metrics\x12%\n\x0e\x61\x63\x63\x65ss_logging\x18\x03 \x03(\tR\raccessLogging\x1a\xef\x01\n\x16ProxyPathNormalization\x12n\n\rnormalization\x18\x01 \x01(\x0e\x32H.istio.mesh.v1alpha1.MeshConfig.ProxyPathNormalization.NormalizationTypeR\rnormalization\"e\n\x11NormalizationType\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x00\x12\x08\n\x04NONE\x10\x01\x12\x08\n\x04\x42\x41SE\x10\x02\x12\x11\n\rMERGE_SLASHES\x10\x03\x12\x1c\n\x18\x44\x45\x43ODE_AND_MERGE_SLASHES\x10\x04\"J\n\x15IngressControllerMode\x12\x0f\n\x0bUNSPECIFIED\x10\x00\x12\x07\n\x03OFF\x10\x01\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x02\x12\n\n\x06STRICT\x10\x03\"&\n\nAuthPolicy\x12\x08\n\x04NONE\x10\x00\x12\x0e\n\nMUTUAL_TLS\x10\x01\"\'\n\x11\x41\x63\x63\x65ssLogEncoding\x12\x08\n\x04TEXT\x10\x00\x12\x08\n\x04JSON\x10\x01\"2\n\x0fH2UpgradePolicy\x12\x12\n\x0e\x44O_NOT_UPGRADE\x10\x00\x12\x0b\n\x07UPGRADE\x10\x01J\x04\x08\x01\x10\x02J\x04\x08\x02\x10\x03J\x04\x08\x03\x10\x04J\x04\x08\x30\x10\x31J\x04\x08\x19\x10\x1aJ\x04\x08\x1e\x10\x1fJ\x04\x08\n\x10\x0bJ\x04\x08\x0b\x10\x0cJ\x04\x08\x0f\x10\x10J\x04\x08\x10\x10\x11J\x04\x08\x12\x10\x13J\x04\x08\x13\x10\x14J\x04\x08\x14\x10\x15J\x04\x08\x15\x10\x16J\x04\x08\x17\x10\x18J\x04\x08\x1d\x10\x1eJ\x04\x08\x35\x10\x36J\x04\x08%\x10&J\x04\x08&\x10\'J\x04\x08\'\x10(R\x12mixer_check_serverR\x13mixer_report_serverR\x15\x64isable_policy_checksR\x1a\x64isable_mixer_http_reportsR\x16policy_check_fail_openR%sidecar_to_telemetry_session_affinityR\x0b\x61uth_policyR\x11rds_refresh_delayR\rmixer_addressR\x1f\x65nable_client_side_policy_checkR\x0csds_uds_pathR\x11sds_refresh_delayR\x16\x65nable_sds_token_mountR\x12sds_use_k8s_sa_jwtR\x1atermination_drain_durationR\x14\x64isable_report_batchR\x18report_batch_max_entriesR\x15report_batch_max_time\"\xcb\x01\n\x0c\x43onfigSource\x12\x18\n\x07\x61\x64\x64ress\x18\x01 \x01(\tR\x07\x61\x64\x64ress\x12O\n\x0ctls_settings\x18\x02 \x01(\x0b\x32,.istio.networking.v1alpha3.ClientTLSSettingsR\x0btlsSettings\x12P\n\x14subscribed_resources\x18\x03 \x03(\x0e\x32\x1d.istio.mesh.v1alpha1.ResourceR\x13subscribedResources\"K\n\x0b\x43\x65rtificate\x12\x1f\n\x0bsecret_name\x18\x01 \x01(\tR\nsecretName\x12\x1b\n\tdns_names\x18\x02 \x03(\tR\x08\x64nsNames* \n\x08Resource\x12\x14\n\x10SERVICE_REGISTRY\x10\x00\x42\x1cZ\x1aistio.io/api/mesh/v1alpha1b\x06proto3' + serialized_pb=b'\n\x1amesh/v1alpha1/config.proto\x12\x13istio.mesh.v1alpha1\x1a\x1egoogle/protobuf/duration.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x19mesh/v1alpha1/proxy.proto\x1a*networking/v1alpha3/destination_rule.proto\x1a)networking/v1alpha3/virtual_service.proto\x1a\x34k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto\"\xa1\x46\n\nMeshConfig\x12*\n\x11proxy_listen_port\x18\x04 \x01(\x05R\x0fproxyListenPort\x12&\n\x0fproxy_http_port\x18\x05 \x01(\x05R\rproxyHttpPort\x12\x42\n\x0f\x63onnect_timeout\x18\x06 \x01(\x0b\x32\x19.google.protobuf.DurationR\x0e\x63onnectTimeout\x12W\n\x1aprotocol_detection_timeout\x18* \x01(\x0b\x32\x19.google.protobuf.DurationR\x18protocolDetectionTimeout\x12o\n\rtcp_keepalive\x18\x1c \x01(\x0b\x32J.istio.networking.v1alpha3.ConnectionPoolSettings.TCPSettings.TcpKeepaliveR\x0ctcpKeepalive\x12#\n\ringress_class\x18\x07 \x01(\tR\x0cingressClass\x12\'\n\x0fingress_service\x18\x08 \x01(\tR\x0eingressService\x12m\n\x17ingress_controller_mode\x18\t \x01(\x0e\x32\x35.istio.mesh.v1alpha1.MeshConfig.IngressControllerModeR\x15ingressControllerMode\x12)\n\x10ingress_selector\x18\x34 \x01(\tR\x0fingressSelector\x12%\n\x0e\x65nable_tracing\x18\x0c \x01(\x08R\renableTracing\x12&\n\x0f\x61\x63\x63\x65ss_log_file\x18\r \x01(\tR\raccessLogFile\x12*\n\x11\x61\x63\x63\x65ss_log_format\x18\x18 \x01(\tR\x0f\x61\x63\x63\x65ssLogFormat\x12\x61\n\x13\x61\x63\x63\x65ss_log_encoding\x18\x1b \x01(\x0e\x32\x31.istio.mesh.v1alpha1.MeshConfig.AccessLogEncodingR\x11\x61\x63\x63\x65ssLogEncoding\x12\x44\n\x1f\x65nable_envoy_access_log_service\x18( \x01(\x08R\x1b\x65nableEnvoyAccessLogService\x12;\n\x1a\x64isable_envoy_listener_log\x18\x38 \x01(\x08R\x17\x64isableEnvoyListenerLog\x12G\n\x0e\x64\x65\x66\x61ult_config\x18\x0e \x01(\x0b\x32 .istio.mesh.v1alpha1.ProxyConfigR\rdefaultConfig\x12m\n\x17outbound_traffic_policy\x18\x11 \x01(\x0b\x32\x35.istio.mesh.v1alpha1.MeshConfig.OutboundTrafficPolicyR\x15outboundTrafficPolicy\x12H\n\x0e\x63onfig_sources\x18\x16 \x03(\x0b\x32!.istio.mesh.v1alpha1.ConfigSourceR\rconfigSources\x12\x44\n\x10\x65nable_auto_mtls\x18+ \x01(\x0b\x32\x1a.google.protobuf.BoolValueR\x0e\x65nableAutoMtls\x12!\n\x0ctrust_domain\x18\x1a \x01(\tR\x0btrustDomain\x12\x30\n\x14trust_domain_aliases\x18. \x03(\tR\x12trustDomainAliases\x12X\n\x0f\x63\x61_certificates\x18: \x03(\x0b\x32/.istio.mesh.v1alpha1.MeshConfig.CertificateDataR\x0e\x63\x61\x43\x65rtificates\x12\x39\n\x19\x64\x65\x66\x61ult_service_export_to\x18\x1f \x03(\tR\x16\x64\x65\x66\x61ultServiceExportTo\x12H\n!default_virtual_service_export_to\x18 \x03(\tR\x1d\x64\x65\x66\x61ultVirtualServiceExportTo\x12J\n\"default_destination_rule_export_to\x18! \x03(\tR\x1e\x64\x65\x66\x61ultDestinationRuleExportTo\x12%\n\x0eroot_namespace\x18\" \x01(\tR\rrootNamespace\x12\x66\n\x13locality_lb_setting\x18# \x01(\x0b\x32\x36.istio.networking.v1alpha3.LocalityLoadBalancerSettingR\x11localityLbSetting\x12\x43\n\x10\x64ns_refresh_rate\x18$ \x01(\x0b\x32\x19.google.protobuf.DurationR\x0e\x64nsRefreshRate\x12[\n\x11h2_upgrade_policy\x18) \x01(\x0e\x32/.istio.mesh.v1alpha1.MeshConfig.H2UpgradePolicyR\x0fh2UpgradePolicy\x12\x39\n\x19inbound_cluster_stat_name\x18, \x01(\tR\x16inboundClusterStatName\x12;\n\x1aoutbound_cluster_stat_name\x18- \x01(\tR\x17outboundClusterStatName\x12\x44\n\x0c\x63\x65rtificates\x18/ \x03(\x0b\x32 .istio.mesh.v1alpha1.CertificateR\x0c\x63\x65rtificates\x12Q\n\rthrift_config\x18\x31 \x01(\x0b\x32,.istio.mesh.v1alpha1.MeshConfig.ThriftConfigR\x0cthriftConfig\x12Z\n\x10service_settings\x18\x32 \x03(\x0b\x32/.istio.mesh.v1alpha1.MeshConfig.ServiceSettingsR\x0fserviceSettings\x12R\n\x17\x65nable_prometheus_merge\x18\x33 \x01(\x0b\x32\x1a.google.protobuf.BoolValueR\x15\x65nablePrometheusMerge\x12_\n\x1cverify_certificate_at_client\x18\x36 \x01(\x0b\x32\x1a.google.protobuf.BoolValueB\x02\x18\x01R\x19verifyCertificateAtClient\x12\x32\n\x02\x63\x61\x18\x37 \x01(\x0b\x32\".istio.mesh.v1alpha1.MeshConfig.CAR\x02\x63\x61\x12\x62\n\x13\x65xtension_providers\x18\x39 \x03(\x0b\x32\x31.istio.mesh.v1alpha1.MeshConfig.ExtensionProviderR\x12\x65xtensionProviders\x12]\n\x11\x64\x65\x66\x61ult_providers\x18< \x01(\x0b\x32\x30.istio.mesh.v1alpha1.MeshConfig.DefaultProvidersR\x10\x64\x65\x66\x61ultProviders\x12\x64\n\x13\x64iscovery_selectors\x18; \x03(\x0b\x32\x33.k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelectorR\x12\x64iscoverySelectors\x12\x65\n\x12path_normalization\x18= \x01(\x0b\x32\x36.istio.mesh.v1alpha1.MeshConfig.ProxyPathNormalizationR\x11pathNormalization\x12_\n\x19\x64\x65\x66\x61ult_http_retry_policy\x18> \x01(\x0b\x32$.istio.networking.v1alpha3.HTTPRetryR\x16\x64\x65\x66\x61ultHttpRetryPolicy\x1a\xad\x01\n\x15OutboundTrafficPolicy\x12N\n\x04mode\x18\x01 \x01(\x0e\x32:.istio.mesh.v1alpha1.MeshConfig.OutboundTrafficPolicy.ModeR\x04mode\"D\n\x04Mode\x12\x11\n\rREGISTRY_ONLY\x10\x00\x12\r\n\tALLOW_ANY\x10\x01\"\x04\x08\x02\x10\x02*\x14VIRTUAL_SERVICE_ONLY\x1a\xaf\x01\n\x0f\x43\x65rtificateData\x12\x12\n\x03pem\x18\x01 \x01(\tH\x00R\x03pem\x12,\n\x11spiffe_bundle_url\x18\x02 \x01(\tH\x00R\x0fspiffeBundleUrl\x12!\n\x0c\x63\x65rt_signers\x18\x03 \x03(\tR\x0b\x63\x65rtSigners\x12#\n\rtrust_domains\x18\x04 \x03(\tR\x0ctrustDomainsB\x12\n\x10\x63\x65rtificate_data\x1a}\n\x0cThriftConfig\x12$\n\x0erate_limit_url\x18\x01 \x01(\tR\x0crateLimitUrl\x12G\n\x12rate_limit_timeout\x18\x02 \x01(\x0b\x32\x19.google.protobuf.DurationR\x10rateLimitTimeout\x1a\xae\x01\n\x0fServiceSettings\x12T\n\x08settings\x18\x01 \x01(\x0b\x32\x38.istio.mesh.v1alpha1.MeshConfig.ServiceSettings.SettingsR\x08settings\x12\x14\n\x05hosts\x18\x02 \x03(\tR\x05hosts\x1a/\n\x08Settings\x12#\n\rcluster_local\x18\x01 \x01(\x08R\x0c\x63lusterLocal\x1a\xd4\x01\n\x02\x43\x41\x12\x18\n\x07\x61\x64\x64ress\x18\x01 \x01(\tR\x07\x61\x64\x64ress\x12O\n\x0ctls_settings\x18\x02 \x01(\x0b\x32,.istio.networking.v1alpha3.ClientTLSSettingsR\x0btlsSettings\x12\x42\n\x0frequest_timeout\x18\x03 \x01(\x0b\x32\x19.google.protobuf.DurationR\x0erequestTimeout\x12\x1f\n\x0bistiod_side\x18\x04 \x01(\x08R\nistiodSide\x1a\xf9\x1e\n\x11\x45xtensionProvider\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x8b\x01\n\x14\x65nvoy_ext_authz_http\x18\x02 \x01(\x0b\x32X.istio.mesh.v1alpha1.MeshConfig.ExtensionProvider.EnvoyExternalAuthorizationHttpProviderH\x00R\x11\x65nvoyExtAuthzHttp\x12\x8b\x01\n\x14\x65nvoy_ext_authz_grpc\x18\x03 \x01(\x0b\x32X.istio.mesh.v1alpha1.MeshConfig.ExtensionProvider.EnvoyExternalAuthorizationGrpcProviderH\x00R\x11\x65nvoyExtAuthzGrpc\x12\x61\n\x06zipkin\x18\x04 \x01(\x0b\x32G.istio.mesh.v1alpha1.MeshConfig.ExtensionProvider.ZipkinTracingProviderH\x00R\x06zipkin\x12j\n\tlightstep\x18\x05 \x01(\x0b\x32J.istio.mesh.v1alpha1.MeshConfig.ExtensionProvider.LightstepTracingProviderH\x00R\tlightstep\x12\x64\n\x07\x64\x61tadog\x18\x06 \x01(\x0b\x32H.istio.mesh.v1alpha1.MeshConfig.ExtensionProvider.DatadogTracingProviderH\x00R\x07\x64\x61tadog\x12i\n\x0bstackdriver\x18\x07 \x01(\x0b\x32\x45.istio.mesh.v1alpha1.MeshConfig.ExtensionProvider.StackdriverProviderH\x00R\x0bstackdriver\x12r\n\nopencensus\x18\x08 \x01(\x0b\x32P.istio.mesh.v1alpha1.MeshConfig.ExtensionProvider.OpenCensusAgentTracingProviderH\x00R\nopencensus\x12m\n\nskywalking\x18\t \x01(\x0b\x32K.istio.mesh.v1alpha1.MeshConfig.ExtensionProvider.SkyWalkingTracingProviderH\x00R\nskywalking\x12m\n\nprometheus\x18\n \x01(\x0b\x32K.istio.mesh.v1alpha1.MeshConfig.ExtensionProvider.PrometheusMetricsProviderH\x00R\nprometheus\x12\x81\x01\n\x15\x65nvoy_file_access_log\x18\x0b \x01(\x0b\x32L.istio.mesh.v1alpha1.MeshConfig.ExtensionProvider.EnvoyFileAccessLogProviderH\x00R\x12\x65nvoyFileAccessLog\x1a\xab\x01\n%EnvoyExternalAuthorizationRequestBody\x12*\n\x11max_request_bytes\x18\x01 \x01(\rR\x0fmaxRequestBytes\x12\x32\n\x15\x61llow_partial_message\x18\x02 \x01(\x08R\x13\x61llowPartialMessage\x12\"\n\rpack_as_bytes\x18\x03 \x01(\x08R\x0bpackAsBytes\x1a\xb2\x07\n&EnvoyExternalAuthorizationHttpProvider\x12\x18\n\x07service\x18\x01 \x01(\tR\x07service\x12\x12\n\x04port\x18\x02 \x01(\rR\x04port\x12\x33\n\x07timeout\x18\t \x01(\x0b\x32\x19.google.protobuf.DurationR\x07timeout\x12\x1f\n\x0bpath_prefix\x18\x03 \x01(\tR\npathPrefix\x12\x1b\n\tfail_open\x18\x04 \x01(\x08R\x08\x66\x61ilOpen\x12&\n\x0fstatus_on_error\x18\x05 \x01(\tR\rstatusOnError\x12\x37\n\x18include_headers_in_check\x18\x06 \x03(\tR\x15includeHeadersInCheck\x12\x46\n include_request_headers_in_check\x18\n \x03(\tR\x1cincludeRequestHeadersInCheck\x12\xcb\x01\n#include_additional_headers_in_check\x18\x0b \x03(\x0b\x32}.istio.mesh.v1alpha1.MeshConfig.ExtensionProvider.EnvoyExternalAuthorizationHttpProvider.IncludeAdditionalHeadersInCheckEntryR\x1fincludeAdditionalHeadersInCheck\x12\x99\x01\n\x1dinclude_request_body_in_check\x18\x0c \x01(\x0b\x32W.istio.mesh.v1alpha1.MeshConfig.ExtensionProvider.EnvoyExternalAuthorizationRequestBodyR\x19includeRequestBodyInCheck\x12>\n\x1cheaders_to_upstream_on_allow\x18\x07 \x03(\tR\x18headersToUpstreamOnAllow\x12@\n\x1dheaders_to_downstream_on_deny\x18\x08 \x03(\tR\x19headersToDownstreamOnDeny\x1aR\n$IncludeAdditionalHeadersInCheckEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\x1a\xec\x02\n&EnvoyExternalAuthorizationGrpcProvider\x12\x18\n\x07service\x18\x01 \x01(\tR\x07service\x12\x12\n\x04port\x18\x02 \x01(\rR\x04port\x12\x33\n\x07timeout\x18\x05 \x01(\x0b\x32\x19.google.protobuf.DurationR\x07timeout\x12\x1b\n\tfail_open\x18\x03 \x01(\x08R\x08\x66\x61ilOpen\x12&\n\x0fstatus_on_error\x18\x04 \x01(\tR\rstatusOnError\x12\x99\x01\n\x1dinclude_request_body_in_check\x18\x06 \x01(\x0b\x32W.istio.mesh.v1alpha1.MeshConfig.ExtensionProvider.EnvoyExternalAuthorizationRequestBodyR\x19includeRequestBodyInCheck\x1ak\n\x15ZipkinTracingProvider\x12\x18\n\x07service\x18\x01 \x01(\tR\x07service\x12\x12\n\x04port\x18\x02 \x01(\rR\x04port\x12$\n\x0emax_tag_length\x18\x03 \x01(\rR\x0cmaxTagLength\x1a\x91\x01\n\x18LightstepTracingProvider\x12\x18\n\x07service\x18\x01 \x01(\tR\x07service\x12\x12\n\x04port\x18\x02 \x01(\rR\x04port\x12!\n\x0c\x61\x63\x63\x65ss_token\x18\x03 \x01(\tR\x0b\x61\x63\x63\x65ssToken\x12$\n\x0emax_tag_length\x18\x04 \x01(\rR\x0cmaxTagLength\x1al\n\x16\x44\x61tadogTracingProvider\x12\x18\n\x07service\x18\x01 \x01(\tR\x07service\x12\x12\n\x04port\x18\x02 \x01(\rR\x04port\x12$\n\x0emax_tag_length\x18\x03 \x01(\rR\x0cmaxTagLength\x1al\n\x19SkyWalkingTracingProvider\x12\x18\n\x07service\x18\x01 \x01(\tR\x07service\x12\x12\n\x04port\x18\x02 \x01(\rR\x04port\x12!\n\x0c\x61\x63\x63\x65ss_token\x18\x03 \x01(\tR\x0b\x61\x63\x63\x65ssToken\x1a\xdc\x02\n\x13StackdriverProvider\x12\x14\n\x05\x64\x65\x62ug\x18\x01 \x01(\x08R\x05\x64\x65\x62ug\x12T\n\x18max_number_of_attributes\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueR\x15maxNumberOfAttributes\x12V\n\x19max_number_of_annotations\x18\x03 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueR\x16maxNumberOfAnnotations\x12[\n\x1cmax_number_of_message_events\x18\x04 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueR\x18maxNumberOfMessageEvents\x12$\n\x0emax_tag_length\x18\x05 \x01(\rR\x0cmaxTagLength\x1a\xd4\x02\n\x1eOpenCensusAgentTracingProvider\x12\x18\n\x07service\x18\x01 \x01(\tR\x07service\x12\x12\n\x04port\x18\x02 \x01(\rR\x04port\x12w\n\x07\x63ontext\x18\x03 \x03(\x0e\x32].istio.mesh.v1alpha1.MeshConfig.ExtensionProvider.OpenCensusAgentTracingProvider.TraceContextR\x07\x63ontext\x12$\n\x0emax_tag_length\x18\x04 \x01(\rR\x0cmaxTagLength\"e\n\x0cTraceContext\x12\x0f\n\x0bUNSPECIFIED\x10\x00\x12\x15\n\x11W3C_TRACE_CONTEXT\x10\x01\x12\x0c\n\x08GRPC_BIN\x10\x02\x12\x17\n\x13\x43LOUD_TRACE_CONTEXT\x10\x03\x12\x06\n\x02\x42\x33\x10\x04\x1a\x1b\n\x19PrometheusMetricsProvider\x1a\x30\n\x1a\x45nvoyFileAccessLogProvider\x12\x12\n\x04path\x18\x01 \x01(\tR\x04pathB\n\n\x08provider\x1am\n\x10\x44\x65\x66\x61ultProviders\x12\x18\n\x07tracing\x18\x01 \x03(\tR\x07tracing\x12\x18\n\x07metrics\x18\x02 \x03(\tR\x07metrics\x12%\n\x0e\x61\x63\x63\x65ss_logging\x18\x03 \x03(\tR\raccessLogging\x1a\xef\x01\n\x16ProxyPathNormalization\x12n\n\rnormalization\x18\x01 \x01(\x0e\x32H.istio.mesh.v1alpha1.MeshConfig.ProxyPathNormalization.NormalizationTypeR\rnormalization\"e\n\x11NormalizationType\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x00\x12\x08\n\x04NONE\x10\x01\x12\x08\n\x04\x42\x41SE\x10\x02\x12\x11\n\rMERGE_SLASHES\x10\x03\x12\x1c\n\x18\x44\x45\x43ODE_AND_MERGE_SLASHES\x10\x04\"J\n\x15IngressControllerMode\x12\x0f\n\x0bUNSPECIFIED\x10\x00\x12\x07\n\x03OFF\x10\x01\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x02\x12\n\n\x06STRICT\x10\x03\"&\n\nAuthPolicy\x12\x08\n\x04NONE\x10\x00\x12\x0e\n\nMUTUAL_TLS\x10\x01\"\'\n\x11\x41\x63\x63\x65ssLogEncoding\x12\x08\n\x04TEXT\x10\x00\x12\x08\n\x04JSON\x10\x01\"2\n\x0fH2UpgradePolicy\x12\x12\n\x0e\x44O_NOT_UPGRADE\x10\x00\x12\x0b\n\x07UPGRADE\x10\x01J\x04\x08\x01\x10\x02J\x04\x08\x02\x10\x03J\x04\x08\x03\x10\x04J\x04\x08\x30\x10\x31J\x04\x08\x19\x10\x1aJ\x04\x08\x1e\x10\x1fJ\x04\x08\n\x10\x0bJ\x04\x08\x0b\x10\x0cJ\x04\x08\x0f\x10\x10J\x04\x08\x10\x10\x11J\x04\x08\x12\x10\x13J\x04\x08\x13\x10\x14J\x04\x08\x14\x10\x15J\x04\x08\x15\x10\x16J\x04\x08\x17\x10\x18J\x04\x08\x1d\x10\x1eJ\x04\x08\x35\x10\x36J\x04\x08%\x10&J\x04\x08&\x10\'J\x04\x08\'\x10(R\x12mixer_check_serverR\x13mixer_report_serverR\x15\x64isable_policy_checksR\x1a\x64isable_mixer_http_reportsR\x16policy_check_fail_openR%sidecar_to_telemetry_session_affinityR\x0b\x61uth_policyR\x11rds_refresh_delayR\rmixer_addressR\x1f\x65nable_client_side_policy_checkR\x0csds_uds_pathR\x11sds_refresh_delayR\x16\x65nable_sds_token_mountR\x12sds_use_k8s_sa_jwtR\x1atermination_drain_durationR\x14\x64isable_report_batchR\x18report_batch_max_entriesR\x15report_batch_max_time\"\xcb\x01\n\x0c\x43onfigSource\x12\x18\n\x07\x61\x64\x64ress\x18\x01 \x01(\tR\x07\x61\x64\x64ress\x12O\n\x0ctls_settings\x18\x02 \x01(\x0b\x32,.istio.networking.v1alpha3.ClientTLSSettingsR\x0btlsSettings\x12P\n\x14subscribed_resources\x18\x03 \x03(\x0e\x32\x1d.istio.mesh.v1alpha1.ResourceR\x13subscribedResources\"K\n\x0b\x43\x65rtificate\x12\x1f\n\x0bsecret_name\x18\x01 \x01(\tR\nsecretName\x12\x1b\n\tdns_names\x18\x02 \x03(\tR\x08\x64nsNames* \n\x08Resource\x12\x14\n\x10SERVICE_REGISTRY\x10\x00\x42\x1cZ\x1aistio.io/api/mesh/v1alpha1b\x06proto3' , dependencies=[google_dot_protobuf_dot_duration__pb2.DESCRIPTOR,google_dot_protobuf_dot_wrappers__pb2.DESCRIPTOR,mesh_dot_v1alpha1_dot_proxy__pb2.DESCRIPTOR,networking_dot_v1alpha3_dot_destination__rule__pb2.DESCRIPTOR,networking_dot_v1alpha3_dot_virtual__service__pb2.DESCRIPTOR,k8s_dot_io_dot_apimachinery_dot_pkg_dot_apis_dot_meta_dot_v1_dot_generated__pb2.DESCRIPTOR,]) @@ -45,8 +45,8 @@ ], containing_type=None, serialized_options=None, - serialized_start=9489, - serialized_end=9521, + serialized_start=9562, + serialized_end=9594, ) _sym_db.RegisterEnumDescriptor(_RESOURCE) @@ -114,8 +114,8 @@ ], containing_type=None, serialized_options=None, - serialized_start=7919, - serialized_end=8020, + serialized_start=7992, + serialized_end=8093, ) _sym_db.RegisterEnumDescriptor(_MESHCONFIG_EXTENSIONPROVIDER_OPENCENSUSAGENTTRACINGPROVIDER_TRACECONTEXT) @@ -154,8 +154,8 @@ ], containing_type=None, serialized_options=None, - serialized_start=8363, - serialized_end=8464, + serialized_start=8436, + serialized_end=8537, ) _sym_db.RegisterEnumDescriptor(_MESHCONFIG_PROXYPATHNORMALIZATION_NORMALIZATIONTYPE) @@ -189,8 +189,8 @@ ], containing_type=None, serialized_options=None, - serialized_start=8466, - serialized_end=8540, + serialized_start=8539, + serialized_end=8613, ) _sym_db.RegisterEnumDescriptor(_MESHCONFIG_INGRESSCONTROLLERMODE) @@ -214,8 +214,8 @@ ], containing_type=None, serialized_options=None, - serialized_start=8542, - serialized_end=8580, + serialized_start=8615, + serialized_end=8653, ) _sym_db.RegisterEnumDescriptor(_MESHCONFIG_AUTHPOLICY) @@ -239,8 +239,8 @@ ], containing_type=None, serialized_options=None, - serialized_start=8582, - serialized_end=8621, + serialized_start=8655, + serialized_end=8694, ) _sym_db.RegisterEnumDescriptor(_MESHCONFIG_ACCESSLOGENCODING) @@ -264,8 +264,8 @@ ], containing_type=None, serialized_options=None, - serialized_start=8623, - serialized_end=8673, + serialized_start=8696, + serialized_end=8746, ) _sym_db.RegisterEnumDescriptor(_MESHCONFIG_H2UPGRADEPOLICY) @@ -324,6 +324,20 @@ message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, json_name='spiffeBundleUrl', file=DESCRIPTOR, create_key=_descriptor._internal_create_key), + _descriptor.FieldDescriptor( + name='cert_signers', full_name='istio.mesh.v1alpha1.MeshConfig.CertificateData.cert_signers', index=2, + number=3, type=9, cpp_type=9, label=3, + has_default_value=False, default_value=[], + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + serialized_options=None, json_name='certSigners', file=DESCRIPTOR, create_key=_descriptor._internal_create_key), + _descriptor.FieldDescriptor( + name='trust_domains', full_name='istio.mesh.v1alpha1.MeshConfig.CertificateData.trust_domains', index=3, + number=4, type=9, cpp_type=9, label=3, + has_default_value=False, default_value=[], + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + serialized_options=None, json_name='trustDomains', file=DESCRIPTOR, create_key=_descriptor._internal_create_key), ], extensions=[ ], @@ -341,8 +355,8 @@ create_key=_descriptor._internal_create_key, fields=[]), ], - serialized_start=3525, - serialized_end=3628, + serialized_start=3526, + serialized_end=3701, ) _MESHCONFIG_THRIFTCONFIG = _descriptor.Descriptor( @@ -379,8 +393,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=3630, - serialized_end=3755, + serialized_start=3703, + serialized_end=3828, ) _MESHCONFIG_SERVICESETTINGS_SETTINGS = _descriptor.Descriptor( @@ -410,8 +424,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=3885, - serialized_end=3932, + serialized_start=3958, + serialized_end=4005, ) _MESHCONFIG_SERVICESETTINGS = _descriptor.Descriptor( @@ -448,8 +462,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=3758, - serialized_end=3932, + serialized_start=3831, + serialized_end=4005, ) _MESHCONFIG_CA = _descriptor.Descriptor( @@ -500,8 +514,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=3935, - serialized_end=4147, + serialized_start=4008, + serialized_end=4220, ) _MESHCONFIG_EXTENSIONPROVIDER_ENVOYEXTERNALAUTHORIZATIONREQUESTBODY = _descriptor.Descriptor( @@ -545,8 +559,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=5362, - serialized_end=5533, + serialized_start=5435, + serialized_end=5606, ) _MESHCONFIG_EXTENSIONPROVIDER_ENVOYEXTERNALAUTHORIZATIONHTTPPROVIDER_INCLUDEADDITIONALHEADERSINCHECKENTRY = _descriptor.Descriptor( @@ -583,8 +597,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=6400, - serialized_end=6482, + serialized_start=6473, + serialized_end=6555, ) _MESHCONFIG_EXTENSIONPROVIDER_ENVOYEXTERNALAUTHORIZATIONHTTPPROVIDER = _descriptor.Descriptor( @@ -691,8 +705,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=5536, - serialized_end=6482, + serialized_start=5609, + serialized_end=6555, ) _MESHCONFIG_EXTENSIONPROVIDER_ENVOYEXTERNALAUTHORIZATIONGRPCPROVIDER = _descriptor.Descriptor( @@ -757,8 +771,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=6485, - serialized_end=6849, + serialized_start=6558, + serialized_end=6922, ) _MESHCONFIG_EXTENSIONPROVIDER_ZIPKINTRACINGPROVIDER = _descriptor.Descriptor( @@ -802,8 +816,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=6851, - serialized_end=6958, + serialized_start=6924, + serialized_end=7031, ) _MESHCONFIG_EXTENSIONPROVIDER_LIGHTSTEPTRACINGPROVIDER = _descriptor.Descriptor( @@ -854,8 +868,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=6961, - serialized_end=7106, + serialized_start=7034, + serialized_end=7179, ) _MESHCONFIG_EXTENSIONPROVIDER_DATADOGTRACINGPROVIDER = _descriptor.Descriptor( @@ -899,8 +913,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=7108, - serialized_end=7216, + serialized_start=7181, + serialized_end=7289, ) _MESHCONFIG_EXTENSIONPROVIDER_SKYWALKINGTRACINGPROVIDER = _descriptor.Descriptor( @@ -944,8 +958,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=7218, - serialized_end=7326, + serialized_start=7291, + serialized_end=7399, ) _MESHCONFIG_EXTENSIONPROVIDER_STACKDRIVERPROVIDER = _descriptor.Descriptor( @@ -1003,8 +1017,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=7329, - serialized_end=7677, + serialized_start=7402, + serialized_end=7750, ) _MESHCONFIG_EXTENSIONPROVIDER_OPENCENSUSAGENTTRACINGPROVIDER = _descriptor.Descriptor( @@ -1056,8 +1070,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=7680, - serialized_end=8020, + serialized_start=7753, + serialized_end=8093, ) _MESHCONFIG_EXTENSIONPROVIDER_PROMETHEUSMETRICSPROVIDER = _descriptor.Descriptor( @@ -1080,8 +1094,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=8022, - serialized_end=8049, + serialized_start=8095, + serialized_end=8122, ) _MESHCONFIG_EXTENSIONPROVIDER_ENVOYFILEACCESSLOGPROVIDER = _descriptor.Descriptor( @@ -1111,8 +1125,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=8051, - serialized_end=8099, + serialized_start=8124, + serialized_end=8172, ) _MESHCONFIG_EXTENSIONPROVIDER = _descriptor.Descriptor( @@ -1217,8 +1231,8 @@ create_key=_descriptor._internal_create_key, fields=[]), ], - serialized_start=4150, - serialized_end=8111, + serialized_start=4223, + serialized_end=8184, ) _MESHCONFIG_DEFAULTPROVIDERS = _descriptor.Descriptor( @@ -1262,8 +1276,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=8113, - serialized_end=8222, + serialized_start=8186, + serialized_end=8295, ) _MESHCONFIG_PROXYPATHNORMALIZATION = _descriptor.Descriptor( @@ -1294,8 +1308,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=8225, - serialized_end=8464, + serialized_start=8298, + serialized_end=8537, ) _MESHCONFIG = _descriptor.Descriptor( @@ -1617,7 +1631,7 @@ oneofs=[ ], serialized_start=284, - serialized_end=9204, + serialized_end=9277, ) @@ -1662,8 +1676,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=9207, - serialized_end=9410, + serialized_start=9280, + serialized_end=9483, ) @@ -1701,8 +1715,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=9412, - serialized_end=9487, + serialized_start=9485, + serialized_end=9560, ) _MESHCONFIG_OUTBOUNDTRAFFICPOLICY.fields_by_name['mode'].enum_type = _MESHCONFIG_OUTBOUNDTRAFFICPOLICY_MODE