add signer and trustdomains into certificateData (#2090)

This commit is contained in:
Iris 2021-10-11 11:27:15 +08:00 committed by GitHub
parent a14094ee40
commit cc56825c86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 947 additions and 282 deletions

View File

@ -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:])

View File

@ -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.

View File

@ -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": {

View File

@ -804,6 +804,38 @@ The endpoint should support authentication based on Web PKI:
https://github.com/spiffe/spiffe/blob/master/standards/SPIFFE<em>Trust</em>Domain<em>and</em>Bundle.md#521-web-pki
The certificate is retrieved from the endpoint.</p>
</td>
<td>
No
</td>
</tr>
<tr id="MeshConfig-CertificateData-cert_signers">
<td><code>certSigners</code></td>
<td><code>string[]</code></td>
<td>
<p>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.</p>
</td>
<td>
No
</td>
</tr>
<tr id="MeshConfig-CertificateData-trust_domains">
<td><code>trustDomains</code></td>
<td><code>string[]</code></td>
<td>
<p>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<em>domain.
In that case, trustAnchors with a same trust domain will be merged and used together to verify peer certificates.
If neither cert</em>signers nor trust<em>domains is set, this trustAnchor is used for all trust domains and all signers.
If only trust</em>domains is set, this trustAnchor is used for these trust<em>domains and all signers.
If only cert</em>signers is set, this trustAnchor is used for these cert<em>signers and all trust domains.
If both cert</em>signers and trust_domains is set, this trustAnchor is only used for these signers and trust domains.</p>
</td>
<td>
No

View File

@ -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",

File diff suppressed because one or more lines are too long