From 4021abcdf9a291f7edf312e6c2227ed2cf8bdd9a Mon Sep 17 00:00:00 2001 From: Edoardo Spadolini Date: Fri, 28 Jan 2022 15:47:42 +0100 Subject: [PATCH] [v8] backport #9758 (access requests in audit log) (#9933) * Refactor most uses of `UserMetadata` into a handful of functions * Add access requests to `UserMetadata` * Explanation for the reserved field in SessionStart --- api/types/events/events.pb.go | 768 +++++++++++++++++----------------- api/types/events/events.proto | 9 +- lib/auth/access.go | 19 +- lib/auth/auth.go | 49 +-- lib/auth/github.go | 10 +- lib/auth/grpcserver.go | 4 +- lib/auth/oidc.go | 10 +- lib/auth/permissions.go | 36 ++ lib/auth/saml.go | 10 +- lib/auth/trustedcluster.go | 10 +- lib/auth/user.go | 15 +- lib/auth/usertoken.go | 5 +- lib/kube/proxy/forwarder.go | 50 +-- lib/srv/app/session.go | 5 +- lib/srv/authhandlers.go | 6 +- lib/srv/ctx.go | 15 +- lib/srv/db/common/audit.go | 15 +- lib/srv/desktop/audit.go | 10 +- lib/srv/desktop/audit_test.go | 10 +- lib/srv/exec.go | 6 +- lib/srv/forward/sshserver.go | 12 +- lib/srv/forward/subsystem.go | 6 +- lib/srv/regular/sshserver.go | 18 +- lib/srv/sess.go | 32 +- lib/tlsca/ca.go | 9 + lib/web/apps.go | 9 +- 26 files changed, 515 insertions(+), 633 deletions(-) diff --git a/api/types/events/events.pb.go b/api/types/events/events.pb.go index b6e597e00807a..dc4610da7fbf0 100644 --- a/api/types/events/events.pb.go +++ b/api/types/events/events.pb.go @@ -187,7 +187,9 @@ type UserMetadata struct { // Impersonator is a user acting on behalf of another user Impersonator string `protobuf:"bytes,3,opt,name=Impersonator,proto3" json:"impersonator,omitempty"` // AWSRoleARN is AWS IAM role user assumes when accessing AWS console. - AWSRoleARN string `protobuf:"bytes,4,opt,name=AWSRoleARN,proto3" json:"aws_role_arn,omitempty"` + AWSRoleARN string `protobuf:"bytes,4,opt,name=AWSRoleARN,proto3" json:"aws_role_arn,omitempty"` + // AccessRequests are the IDs of access requests created by the user + AccessRequests []string `protobuf:"bytes,5,rep,name=AccessRequests,proto3" json:"access_requests,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -443,9 +445,7 @@ type SessionStart struct { // InitialCommand is the command used to start this session. InitialCommand []string `protobuf:"bytes,9,rep,name=InitialCommand,proto3" json:"initial_command,omitempty"` // SessionRecording is the type of session recording. - SessionRecording string `protobuf:"bytes,10,opt,name=SessionRecording,proto3" json:"session_recording,omitempty"` - // AccessRequests are the IDs of access requests created by the user - AccessRequests []string `protobuf:"bytes,11,rep,name=AccessRequests,proto3" json:"access_requests,omitempty"` + SessionRecording string `protobuf:"bytes,10,opt,name=SessionRecording,proto3" json:"session_recording,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -4851,339 +4851,339 @@ func init() { func init() { proto.RegisterFile("events.proto", fileDescriptor_8f22242cb04491f9) } var fileDescriptor_8f22242cb04491f9 = []byte{ - // 5302 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x7d, 0x4d, 0x6c, 0x1c, 0x47, - 0x76, 0xf0, 0xfc, 0x70, 0xfe, 0xde, 0x90, 0x12, 0x59, 0xa2, 0xa4, 0x16, 0x2d, 0x69, 0xe4, 0xd6, - 0xae, 0x2c, 0xd9, 0x32, 0x65, 0x51, 0xb4, 0xb5, 0xf6, 0xfa, 0xfb, 0xac, 0xe1, 0x0c, 0x65, 0x4e, - 0x4c, 0x89, 0x74, 0x91, 0xb2, 0x17, 0x08, 0xd6, 0x83, 0xe6, 0x74, 0x89, 0x6c, 0x6b, 0xa6, 0xbb, - 0xdd, 0xdd, 0x43, 0x89, 0x3e, 0xe5, 0xe7, 0x90, 0x60, 0xe1, 0x04, 0x8b, 0xcd, 0x21, 0x87, 0x00, - 0x49, 0x90, 0x20, 0x87, 0x00, 0x41, 0x36, 0xc8, 0x61, 0x91, 0x43, 0x2e, 0x81, 0x93, 0x40, 0x41, - 0xb0, 0xc9, 0x26, 0x0b, 0xe4, 0x96, 0x49, 0x62, 0x20, 0x08, 0x30, 0xc9, 0x3d, 0x41, 0x4e, 0x41, - 0xfd, 0x74, 0x77, 0xf5, 0xcf, 0x50, 0xa6, 0xc8, 0x05, 0x41, 0x49, 0x27, 0x69, 0xde, 0x5f, 0x75, - 0xbd, 0x57, 0x3f, 0xaf, 0x5e, 0xbd, 0x57, 0x84, 0x71, 0xb2, 0x4d, 0x4c, 0xcf, 0x9d, 0xb5, 0x1d, - 0xcb, 0xb3, 0x50, 0x91, 0xff, 0x9a, 0x99, 0xde, 0xb4, 0x36, 0x2d, 0x06, 0xba, 0x46, 0xff, 0xc7, - 0xb1, 0x33, 0xb5, 0x4d, 0xcb, 0xda, 0xec, 0x92, 0x6b, 0xec, 0xd7, 0x46, 0xff, 0xfe, 0x35, 0xcf, - 0xe8, 0x11, 0xd7, 0xd3, 0x7a, 0xb6, 0x20, 0x38, 0x1b, 0x27, 0x70, 0x3d, 0xa7, 0xdf, 0xf1, 0x38, - 0x56, 0xfd, 0x41, 0x0e, 0xca, 0x77, 0x88, 0xa7, 0xe9, 0x9a, 0xa7, 0xa1, 0xb3, 0x50, 0x68, 0x99, - 0x3a, 0x79, 0xa4, 0x64, 0x2f, 0x64, 0x2f, 0xe7, 0x17, 0x8a, 0xc3, 0x41, 0x2d, 0x47, 0x0c, 0xcc, - 0x81, 0xe8, 0x1c, 0x8c, 0xad, 0xef, 0xd8, 0x44, 0xc9, 0x5d, 0xc8, 0x5e, 0xae, 0x2c, 0x54, 0x86, - 0x83, 0x5a, 0x81, 0x7d, 0x19, 0x66, 0x60, 0xf4, 0x32, 0xe4, 0x5a, 0x4d, 0x25, 0xcf, 0x90, 0x53, - 0xc3, 0x41, 0x6d, 0xa2, 0x6f, 0xe8, 0x57, 0xad, 0x9e, 0xe1, 0x91, 0x9e, 0xed, 0xed, 0xe0, 0x5c, - 0xab, 0x89, 0x2e, 0xc1, 0x58, 0xc3, 0xd2, 0x89, 0x32, 0xc6, 0x88, 0xd0, 0x70, 0x50, 0x3b, 0xd6, - 0xb1, 0x74, 0x22, 0x51, 0x31, 0x3c, 0xba, 0x05, 0x63, 0xeb, 0x46, 0x8f, 0x28, 0x85, 0x0b, 0xd9, - 0xcb, 0xd5, 0xb9, 0x99, 0x59, 0xde, 0x83, 0x59, 0xbf, 0x07, 0xb3, 0xeb, 0x7e, 0x17, 0x17, 0x26, - 0x1f, 0x0f, 0x6a, 0x99, 0xe1, 0xa0, 0x36, 0x46, 0x7b, 0xfd, 0xfd, 0x7f, 0xa9, 0x65, 0x31, 0xe3, - 0x44, 0xef, 0x42, 0xb5, 0xd1, 0xed, 0xbb, 0x1e, 0x71, 0xee, 0x6a, 0x3d, 0xa2, 0x14, 0x59, 0x83, - 0x33, 0xc3, 0x41, 0xed, 0x54, 0x87, 0x83, 0xdb, 0xa6, 0xd6, 0x93, 0x1b, 0x96, 0xc9, 0xd5, 0x4f, - 0xe1, 0xf8, 0x1a, 0x71, 0x5d, 0xc3, 0x32, 0x03, 0xd5, 0x7c, 0x13, 0x2a, 0x02, 0xd4, 0x6a, 0x32, - 0xf5, 0x54, 0x16, 0x4a, 0xc3, 0x41, 0x2d, 0xef, 0x1a, 0x3a, 0x0e, 0x31, 0xe8, 0x0d, 0x28, 0x7d, - 0x6c, 0x78, 0x5b, 0x77, 0x6e, 0xd7, 0x85, 0x9a, 0x4e, 0x0d, 0x07, 0x35, 0xf4, 0xd0, 0xf0, 0xb6, - 0xda, 0xbd, 0xfb, 0x9a, 0xd4, 0x9e, 0x4f, 0xa6, 0xfe, 0x73, 0x16, 0xc6, 0xef, 0xb9, 0xc4, 0x09, - 0x5a, 0xba, 0x04, 0x63, 0xf4, 0xb7, 0x68, 0x84, 0x29, 0xa9, 0xef, 0x12, 0x47, 0x56, 0x12, 0xc5, - 0xa3, 0x2b, 0x50, 0x58, 0xb6, 0x36, 0x0d, 0x53, 0x34, 0x74, 0x62, 0x38, 0xa8, 0x1d, 0xef, 0x52, - 0x80, 0x44, 0xc9, 0x29, 0xd0, 0xff, 0x87, 0xf1, 0x56, 0xcf, 0x26, 0x8e, 0x6b, 0x99, 0x9a, 0x67, - 0x39, 0xc2, 0x48, 0x4c, 0x1d, 0x86, 0x04, 0x97, 0x18, 0x23, 0xf4, 0xe8, 0x1d, 0x80, 0xfa, 0xc7, - 0x6b, 0xd8, 0xea, 0x92, 0x3a, 0xbe, 0x2b, 0xac, 0xc7, 0xb8, 0xb5, 0x87, 0x6e, 0xdb, 0xb1, 0xba, - 0xa4, 0xad, 0x39, 0x72, 0xb3, 0x12, 0xb5, 0xfa, 0x27, 0x79, 0x38, 0xb6, 0x46, 0x9c, 0x6d, 0xa9, - 0x87, 0x75, 0xaa, 0x5e, 0x0a, 0xa1, 0xca, 0x76, 0x6d, 0xad, 0x43, 0x44, 0x67, 0x4f, 0x0f, 0x07, - 0xb5, 0x13, 0xa6, 0x0f, 0x94, 0x04, 0xc6, 0xe9, 0xd1, 0x15, 0x28, 0x73, 0x50, 0xab, 0x29, 0xfa, - 0x3f, 0x31, 0x1c, 0xd4, 0x2a, 0x2e, 0x83, 0xb5, 0x0d, 0x1d, 0x07, 0x68, 0xb4, 0xe8, 0xb7, 0xbf, - 0x64, 0xb9, 0x1e, 0x15, 0x2e, 0xba, 0x7f, 0x6e, 0x38, 0xa8, 0x9d, 0x11, 0x0c, 0x5b, 0x02, 0x25, - 0x35, 0x19, 0x63, 0x42, 0x6f, 0x03, 0x70, 0x48, 0x5d, 0xd7, 0x1d, 0xa1, 0x83, 0x33, 0xc3, 0x41, - 0xed, 0xa4, 0x10, 0xa1, 0xe9, 0xba, 0xac, 0x40, 0x89, 0x18, 0xf5, 0x60, 0x9c, 0xff, 0x5a, 0xd6, - 0x36, 0x48, 0xd7, 0x55, 0x0a, 0x17, 0xf2, 0x97, 0xab, 0x73, 0x97, 0x67, 0xc5, 0x2c, 0x8f, 0x6a, - 0x67, 0x56, 0x26, 0x5d, 0x34, 0x3d, 0x67, 0x67, 0xa1, 0x26, 0x06, 0xf9, 0x69, 0xd1, 0x54, 0x97, - 0xe1, 0x64, 0x6b, 0xc9, 0x3c, 0x33, 0xef, 0xc1, 0x54, 0x42, 0x06, 0x9a, 0x84, 0xfc, 0x03, 0xb2, - 0xc3, 0xf5, 0x8c, 0xe9, 0x7f, 0xd1, 0x34, 0x14, 0xb6, 0xb5, 0x6e, 0x5f, 0xcc, 0x67, 0xcc, 0x7f, - 0xbc, 0x93, 0xfb, 0x56, 0x56, 0xfd, 0xb3, 0x2c, 0xa0, 0x86, 0x65, 0x9a, 0xa4, 0xe3, 0xc9, 0x53, - 0xe0, 0x2d, 0xa8, 0x2c, 0x5b, 0x1d, 0xad, 0xcb, 0x14, 0xc0, 0x0d, 0xa6, 0x0c, 0x07, 0xb5, 0x69, - 0xda, 0xf3, 0xd9, 0x2e, 0xc5, 0x48, 0x9f, 0x14, 0x92, 0x52, 0xcd, 0x61, 0xd2, 0xb3, 0x3c, 0xc2, - 0x18, 0x73, 0xa1, 0xe6, 0x18, 0xa3, 0xc3, 0x50, 0xb2, 0xe6, 0x42, 0x62, 0x74, 0x0d, 0xca, 0xab, - 0x74, 0xd2, 0x77, 0xac, 0xae, 0xb0, 0x1a, 0x1b, 0xe6, 0x6c, 0x21, 0x90, 0x58, 0x02, 0x22, 0xf5, - 0x97, 0x72, 0x70, 0xe6, 0x83, 0xfe, 0x06, 0x71, 0x4c, 0xe2, 0x11, 0x57, 0xcc, 0xe9, 0xa0, 0x07, - 0x77, 0x61, 0x2a, 0x81, 0x14, 0x3d, 0xb9, 0x30, 0x1c, 0xd4, 0xce, 0x3e, 0x08, 0x90, 0x6d, 0xb1, - 0x4c, 0x48, 0x8d, 0x24, 0x59, 0xd1, 0x12, 0x1c, 0x0f, 0x81, 0x74, 0x52, 0xba, 0x4a, 0xee, 0x42, - 0xfe, 0x72, 0x65, 0xe1, 0xfc, 0x70, 0x50, 0x9b, 0x91, 0xa4, 0xd1, 0x09, 0x2c, 0x1b, 0x2c, 0xce, - 0x86, 0x3e, 0x80, 0xc9, 0x10, 0xf4, 0xbe, 0x63, 0xf5, 0x6d, 0x57, 0xc9, 0x33, 0x51, 0xb5, 0xe1, - 0xa0, 0xf6, 0x92, 0x24, 0x6a, 0x93, 0x21, 0x25, 0x59, 0x09, 0x46, 0xf5, 0xdf, 0xf3, 0x70, 0x32, - 0x04, 0xae, 0x5a, 0x7a, 0xa0, 0x80, 0x15, 0x59, 0x01, 0xab, 0x96, 0xce, 0x16, 0x47, 0xae, 0x80, - 0x97, 0x87, 0x83, 0xda, 0x39, 0xa9, 0x1d, 0xdb, 0xd2, 0xe3, 0x6b, 0x64, 0x92, 0x17, 0x7d, 0x02, - 0xa7, 0x12, 0x40, 0x3e, 0xa3, 0xb9, 0x9d, 0x2f, 0x0d, 0x07, 0x35, 0x35, 0x45, 0x6a, 0x7c, 0x82, - 0x8f, 0x90, 0x82, 0x34, 0x38, 0x2d, 0xa9, 0xdd, 0x32, 0x3d, 0xcd, 0x30, 0xc5, 0x9a, 0xce, 0xc7, - 0xc3, 0x2b, 0xc3, 0x41, 0xed, 0xa2, 0x6c, 0x37, 0x9f, 0x26, 0xfe, 0xf1, 0xa3, 0xe4, 0x20, 0x1d, - 0x94, 0x14, 0x54, 0xab, 0xa7, 0x6d, 0xfa, 0x1b, 0xd5, 0xe5, 0xe1, 0xa0, 0xf6, 0x8d, 0xd4, 0x36, - 0x0c, 0x4a, 0x25, 0x35, 0x32, 0x52, 0x12, 0xc2, 0x80, 0x42, 0xdc, 0x5d, 0x4b, 0x27, 0xac, 0x0f, - 0x05, 0x26, 0x5f, 0x1d, 0x0e, 0x6a, 0xe7, 0x25, 0xf9, 0xa6, 0xa5, 0x93, 0xf8, 0xe7, 0xa7, 0x70, - 0xab, 0xdf, 0x2f, 0xd2, 0x85, 0x85, 0x6d, 0x3d, 0x6b, 0x9e, 0xe6, 0x78, 0xe8, 0x9d, 0x70, 0x2f, - 0x67, 0x56, 0xad, 0xce, 0x4d, 0xfa, 0x8b, 0x8c, 0x0f, 0x5f, 0x18, 0xa7, 0x8b, 0xc9, 0x4f, 0x06, - 0xb5, 0xec, 0x70, 0x50, 0xcb, 0xe0, 0xb2, 0x34, 0xbb, 0xf9, 0xb6, 0x93, 0x63, 0x7c, 0xd3, 0x3e, - 0x9f, 0xbc, 0x35, 0xc5, 0x78, 0xf9, 0x36, 0xf4, 0x1e, 0x94, 0xc4, 0x37, 0x30, 0x8b, 0x54, 0xe7, - 0x4e, 0x87, 0xeb, 0x5a, 0x64, 0x0b, 0x8d, 0x71, 0xfb, 0x5c, 0xe8, 0x5d, 0x28, 0xf2, 0xe5, 0x8a, - 0x69, 0xbb, 0x3a, 0x77, 0x2a, 0x7d, 0x5d, 0x8c, 0xb1, 0x0b, 0x1e, 0xb4, 0x04, 0x10, 0x2e, 0x55, - 0x81, 0xc3, 0x20, 0x24, 0x24, 0x17, 0xb1, 0x98, 0x14, 0x89, 0x17, 0xbd, 0x05, 0xe3, 0xeb, 0xc4, - 0xe9, 0x19, 0xa6, 0xd6, 0x5d, 0x33, 0x3e, 0xf7, 0x7d, 0x06, 0xb6, 0xff, 0xba, 0xc6, 0xe7, 0xb2, - 0x2d, 0x22, 0x74, 0xe8, 0xbb, 0x69, 0x8b, 0x4a, 0x89, 0x7d, 0xc8, 0xcb, 0xfe, 0x87, 0x8c, 0x5c, - 0x92, 0x62, 0xdf, 0x93, 0xb2, 0xc6, 0x7c, 0x08, 0x13, 0x91, 0xb9, 0xa1, 0x94, 0x99, 0xe8, 0x73, - 0x49, 0xd1, 0xd2, 0x44, 0x8f, 0x89, 0x8d, 0x4a, 0xa0, 0x3b, 0x62, 0xcb, 0x34, 0x3c, 0x43, 0xeb, - 0x36, 0xac, 0x5e, 0x4f, 0x33, 0x75, 0xa5, 0xc2, 0x96, 0x1a, 0xb6, 0x23, 0x1a, 0x1c, 0xd3, 0xee, - 0x70, 0x94, 0xbc, 0x23, 0x46, 0x99, 0xe8, 0x9a, 0x25, 0x6c, 0x88, 0x49, 0xc7, 0x72, 0x74, 0xc3, - 0xdc, 0x54, 0x80, 0x29, 0x8d, 0xad, 0x59, 0x2e, 0xc7, 0xb5, 0x1d, 0x1f, 0x29, 0xaf, 0x59, 0x71, - 0x46, 0xfa, 0x4d, 0xf5, 0x4e, 0x87, 0xb8, 0x2e, 0x26, 0x9f, 0xf5, 0x89, 0xeb, 0xb9, 0x4a, 0x35, - 0xfc, 0x26, 0x8d, 0x61, 0xda, 0x8e, 0x40, 0xc9, 0xdf, 0x14, 0x65, 0x52, 0xff, 0x30, 0x0f, 0x55, - 0x21, 0xfb, 0xe7, 0x2c, 0xc3, 0x7c, 0x31, 0x23, 0xf6, 0x33, 0x23, 0x52, 0x47, 0x76, 0xf1, 0xa0, - 0x46, 0xb6, 0xfa, 0x45, 0x2e, 0x58, 0xbe, 0x56, 0x1d, 0xc3, 0xdc, 0xdf, 0xf2, 0x75, 0x09, 0xa0, - 0xb1, 0xd5, 0x37, 0x1f, 0xf0, 0xf3, 0x4b, 0x2e, 0x3c, 0xbf, 0x74, 0x0c, 0x2c, 0x61, 0xe8, 0x21, - 0xa6, 0x49, 0xe5, 0x53, 0xcb, 0x8c, 0x2f, 0x54, 0x1e, 0x73, 0x49, 0xd9, 0xd7, 0x31, 0x03, 0xa3, - 0x1a, 0x14, 0x16, 0x76, 0x3c, 0xe2, 0x32, 0xcd, 0xe7, 0xf9, 0x21, 0x67, 0x83, 0x02, 0x30, 0x87, - 0xa3, 0x79, 0x98, 0x6a, 0x92, 0xae, 0xb6, 0x73, 0xc7, 0xe8, 0x76, 0x0d, 0x97, 0x74, 0x2c, 0x53, - 0x77, 0x99, 0x92, 0x45, 0x73, 0x3d, 0x17, 0x27, 0x09, 0x90, 0x0a, 0xc5, 0x95, 0xfb, 0xf7, 0x5d, - 0xe2, 0x31, 0xf5, 0xe5, 0x17, 0x60, 0x38, 0xa8, 0x15, 0x2d, 0x06, 0xc1, 0x02, 0xa3, 0xfe, 0x63, - 0x0e, 0x26, 0x82, 0x69, 0xf1, 0x29, 0xe9, 0x1c, 0xce, 0x72, 0x1e, 0x8e, 0xbd, 0xfc, 0xbe, 0xc7, - 0xde, 0xd8, 0x3e, 0xc6, 0x9e, 0x0a, 0x45, 0x4c, 0x34, 0x57, 0x8c, 0xe0, 0x0a, 0xd7, 0x98, 0xc3, - 0x20, 0x58, 0x60, 0xd0, 0xcb, 0x50, 0xba, 0xa3, 0x3d, 0x32, 0x7a, 0xfd, 0x9e, 0x50, 0x2b, 0x3b, - 0x91, 0xf5, 0xb4, 0x47, 0xd8, 0x87, 0xab, 0x3f, 0x1c, 0xa3, 0x72, 0xe8, 0xfa, 0x7d, 0x34, 0x97, - 0x82, 0x83, 0x53, 0x68, 0x68, 0xd8, 0xc2, 0x53, 0x18, 0xf6, 0xb9, 0xd9, 0x1c, 0xd5, 0xff, 0x2e, - 0xd1, 0x83, 0x1e, 0xd3, 0xfe, 0xa2, 0xa9, 0xbf, 0x18, 0x35, 0xfb, 0x19, 0x35, 0x4d, 0x98, 0x5a, - 0x34, 0xb7, 0x34, 0xb3, 0x43, 0xf4, 0xd0, 0x45, 0xa0, 0x43, 0xa7, 0xcc, 0xe3, 0x22, 0x44, 0x20, - 0x43, 0x1f, 0x01, 0x27, 0x19, 0xd0, 0x75, 0xa8, 0xb6, 0x4c, 0x8f, 0x38, 0x5a, 0xc7, 0x33, 0xb6, - 0x09, 0x1b, 0x3d, 0xe5, 0x85, 0xe3, 0xc3, 0x41, 0xad, 0x6a, 0x84, 0x60, 0x2c, 0xd3, 0xa0, 0x79, - 0x18, 0x5f, 0xd5, 0x1c, 0xcf, 0xe8, 0x18, 0xb6, 0x66, 0x7a, 0xae, 0x52, 0x66, 0xbe, 0xc4, 0xe4, - 0x70, 0x50, 0x1b, 0xb7, 0x25, 0x38, 0x8e, 0x50, 0xa1, 0xef, 0x42, 0x85, 0xf9, 0xd1, 0x2c, 0xf6, - 0x54, 0x79, 0x62, 0xec, 0xe9, 0x62, 0x78, 0x2c, 0xe7, 0x9e, 0x8e, 0x4b, 0x99, 0xc3, 0xa9, 0xc0, - 0xc2, 0x51, 0xa1, 0x44, 0xf4, 0x1d, 0x28, 0x2d, 0x9a, 0x3a, 0x13, 0x0e, 0x4f, 0x14, 0xae, 0x0a, - 0xe1, 0xa7, 0x42, 0xe1, 0x96, 0x1d, 0x93, 0xed, 0x8b, 0x4b, 0x9f, 0x65, 0xd5, 0x9f, 0xdd, 0x2c, - 0x1b, 0xff, 0x19, 0xb8, 0xa0, 0x13, 0x07, 0xe5, 0x82, 0x1e, 0x7b, 0x4a, 0x17, 0x54, 0xfd, 0x1c, - 0xaa, 0x0b, 0xab, 0xb7, 0x83, 0xd9, 0x7b, 0x06, 0xf2, 0xab, 0x22, 0xd6, 0x37, 0xc6, 0x77, 0x16, - 0xdb, 0xd0, 0x31, 0x85, 0xa1, 0x2b, 0x50, 0x6e, 0xb0, 0x73, 0xb8, 0x88, 0x3e, 0x8d, 0xf1, 0xe8, - 0x53, 0x87, 0xc1, 0x58, 0xf4, 0xc9, 0x47, 0xa3, 0x6f, 0x42, 0x69, 0xd5, 0xb1, 0x36, 0x1d, 0xad, - 0x27, 0x0e, 0xac, 0xd5, 0xe1, 0xa0, 0x56, 0xb2, 0x39, 0x08, 0xfb, 0x38, 0xf5, 0x37, 0xb2, 0x50, - 0x5c, 0xf3, 0x34, 0xaf, 0xef, 0x52, 0x8e, 0xb5, 0x3e, 0xf3, 0x6a, 0x59, 0xdb, 0x65, 0xce, 0xe1, - 0x72, 0x10, 0xf6, 0x71, 0xe8, 0x0a, 0x14, 0x16, 0x1d, 0xc7, 0x72, 0xe4, 0xf0, 0x1f, 0xa1, 0x00, - 0x39, 0xfc, 0xc7, 0x28, 0xd0, 0x4d, 0xa8, 0xf2, 0x35, 0xc7, 0x75, 0xe9, 0xa1, 0x96, 0x7f, 0xc7, - 0xc9, 0xe1, 0xa0, 0x36, 0xd5, 0xe3, 0x20, 0x39, 0x0e, 0x2a, 0x51, 0xaa, 0x5f, 0xb2, 0xd8, 0x1d, - 0x53, 0x93, 0xaf, 0xf1, 0xe7, 0xd0, 0xa1, 0xbe, 0x01, 0xf9, 0x85, 0xd5, 0xdb, 0x62, 0x01, 0x3c, - 0xe1, 0xb3, 0x4a, 0x43, 0x25, 0xc6, 0x47, 0xa9, 0xd1, 0x59, 0x18, 0x5b, 0xa5, 0xc3, 0xa7, 0xc8, - 0x86, 0x47, 0x79, 0x38, 0xa8, 0x8d, 0xd9, 0x74, 0xfc, 0x30, 0x28, 0xc3, 0x6a, 0xde, 0x16, 0x5b, - 0xcb, 0x2a, 0x02, 0xab, 0x79, 0x5b, 0x98, 0x41, 0x29, 0xb6, 0xee, 0x6c, 0x6e, 0x8b, 0x55, 0x8b, - 0x61, 0x35, 0x67, 0x73, 0x1b, 0x33, 0x28, 0xba, 0x06, 0x80, 0x89, 0xd7, 0x77, 0x4c, 0x16, 0x4a, - 0xa7, 0xcb, 0x54, 0x81, 0xaf, 0x86, 0x0e, 0x83, 0xb6, 0x3b, 0x96, 0x4e, 0xb0, 0x44, 0xa2, 0xfe, - 0x41, 0x78, 0x26, 0x6a, 0x1a, 0xee, 0x83, 0x17, 0x26, 0xdc, 0x83, 0x09, 0xa9, 0x91, 0x8a, 0xa9, - 0x46, 0xaa, 0x41, 0xe1, 0x76, 0x57, 0xdb, 0x74, 0x99, 0x0d, 0x0b, 0xfc, 0xa4, 0x70, 0x9f, 0x02, - 0x30, 0x87, 0xc7, 0xec, 0x54, 0x7e, 0xb2, 0x9d, 0x7e, 0xb3, 0x10, 0xcc, 0xb6, 0xbb, 0xc4, 0x7b, - 0x68, 0x39, 0x2f, 0x4c, 0xf5, 0x75, 0x4d, 0x75, 0x09, 0x4a, 0x6b, 0x4e, 0x87, 0xc5, 0x97, 0xb9, - 0xb5, 0xc6, 0x87, 0x83, 0x5a, 0xd9, 0x75, 0x3a, 0x2c, 0x2c, 0x8f, 0x7d, 0x24, 0xa5, 0x6b, 0xba, - 0x1e, 0xa3, 0x2b, 0x85, 0x74, 0xba, 0xeb, 0x09, 0x3a, 0x81, 0x14, 0x74, 0xab, 0x96, 0xe3, 0x09, - 0xc3, 0x05, 0x74, 0xb6, 0xe5, 0x78, 0xd8, 0x47, 0xa2, 0xd7, 0x00, 0xd6, 0x1b, 0xab, 0x1f, 0x11, - 0x87, 0xa9, 0x8b, 0xcf, 0x45, 0xb6, 0x5c, 0x6f, 0x73, 0x10, 0x96, 0xd0, 0x68, 0x1d, 0x2a, 0x2b, - 0x36, 0x71, 0x34, 0xe6, 0x94, 0x51, 0x0f, 0xe0, 0xd8, 0xdc, 0x2b, 0x31, 0xd5, 0x0a, 0xbb, 0xcf, - 0x8a, 0x7f, 0x03, 0x72, 0xbe, 0xbf, 0x58, 0xfe, 0x4f, 0x1c, 0x0a, 0x42, 0x37, 0xa1, 0x58, 0xe7, - 0x7e, 0x5e, 0x95, 0x89, 0x0c, 0x54, 0xb6, 0x48, 0xff, 0xe1, 0x28, 0x7e, 0x7a, 0xd2, 0xd8, 0xff, - 0xb1, 0x20, 0x57, 0xaf, 0xc0, 0x64, 0xbc, 0x19, 0x54, 0x85, 0x52, 0x63, 0xe5, 0xee, 0xdd, 0xc5, - 0xc6, 0xfa, 0x64, 0x06, 0x95, 0x61, 0x6c, 0x6d, 0xf1, 0x6e, 0x73, 0x32, 0xab, 0xfe, 0x91, 0xb4, - 0x82, 0xd0, 0xa1, 0xf5, 0x22, 0xaa, 0xb2, 0x0f, 0x97, 0x7a, 0x0e, 0x26, 0x59, 0x28, 0x61, 0xdd, - 0xd1, 0x4c, 0xb7, 0x67, 0x78, 0x1e, 0xd1, 0xc5, 0x2e, 0xc1, 0x02, 0x08, 0xde, 0x23, 0x9c, 0xc0, - 0xa3, 0xab, 0x30, 0xc1, 0x60, 0x98, 0x74, 0x88, 0xb1, 0x4d, 0x74, 0x36, 0x7a, 0x05, 0x83, 0xf3, - 0x08, 0x47, 0x91, 0xea, 0xdf, 0x86, 0x81, 0x95, 0x65, 0xa2, 0x6d, 0x93, 0x17, 0xf6, 0xda, 0x87, - 0xbd, 0xd4, 0xdf, 0xcf, 0x43, 0x85, 0xf6, 0x88, 0x5f, 0xa5, 0x1e, 0x86, 0x2a, 0xe7, 0x7d, 0xdf, - 0x50, 0x68, 0xf2, 0x58, 0xa0, 0x09, 0x06, 0x4d, 0x68, 0x80, 0xfb, 0x91, 0x57, 0xa1, 0x78, 0x87, - 0x78, 0x5b, 0x96, 0x2e, 0x6e, 0x31, 0xa6, 0x87, 0x83, 0xda, 0x64, 0x8f, 0x41, 0x24, 0x7f, 0x4f, - 0xd0, 0xa0, 0x07, 0x80, 0x5a, 0x3a, 0x31, 0x3d, 0xc3, 0xdb, 0xa9, 0x7b, 0x9e, 0x63, 0x6c, 0xf4, - 0x3d, 0xe2, 0x0a, 0xbd, 0x9d, 0x4e, 0x9c, 0x53, 0xd6, 0x58, 0x0a, 0x01, 0xbb, 0xb8, 0x98, 0xd6, - 0x02, 0xf2, 0x50, 0xec, 0xff, 0x0e, 0x6a, 0x45, 0x4e, 0x83, 0x53, 0xc4, 0xa2, 0x0f, 0xa1, 0x72, - 0xe7, 0x76, 0xbd, 0x49, 0xb6, 0x8d, 0x0e, 0x11, 0x01, 0xc5, 0x33, 0x81, 0x16, 0x7d, 0x44, 0xa0, - 0x12, 0x76, 0xc9, 0xd8, 0xbb, 0xaf, 0xb5, 0x75, 0x06, 0x97, 0x2f, 0x19, 0x03, 0x62, 0xf5, 0xbf, - 0xb2, 0x30, 0x89, 0x89, 0x6b, 0xf5, 0x9d, 0x90, 0x13, 0x5d, 0x82, 0x31, 0xe9, 0x86, 0x8b, 0x45, - 0x2b, 0x62, 0xd7, 0x2a, 0x0c, 0x8f, 0xd6, 0xa0, 0xb4, 0xf8, 0xc8, 0x36, 0x1c, 0xe2, 0x0a, 0xdb, - 0xec, 0x76, 0x32, 0x3b, 0x27, 0x4e, 0x66, 0x53, 0x84, 0xb3, 0x24, 0x0e, 0x65, 0x1c, 0x8c, 0xde, - 0x82, 0xca, 0x3d, 0x5b, 0xd7, 0x3c, 0xa2, 0x2f, 0xec, 0x08, 0x9f, 0x9b, 0xf5, 0xa4, 0xcf, 0x81, - 0xed, 0x8d, 0x1d, 0xb9, 0x27, 0x01, 0x29, 0xba, 0x08, 0xf9, 0xf5, 0xf5, 0x65, 0x61, 0x34, 0x96, - 0x48, 0xe1, 0x79, 0xf2, 0xcd, 0x2a, 0xc5, 0xaa, 0x3f, 0xc8, 0x01, 0xd0, 0xb1, 0xd1, 0x70, 0x88, - 0xe6, 0x1d, 0xce, 0x04, 0x5f, 0x80, 0xb2, 0xaf, 0x70, 0x31, 0x2e, 0x15, 0x9f, 0x37, 0x6e, 0x88, - 0x78, 0xdb, 0x3e, 0x9e, 0x3a, 0x51, 0xd8, 0xea, 0xb2, 0x70, 0x6b, 0xde, 0xcf, 0x29, 0x71, 0x28, - 0x00, 0x73, 0x38, 0x7a, 0x0d, 0x2a, 0x62, 0x2a, 0x5a, 0x8e, 0x88, 0x04, 0xf2, 0xa3, 0x96, 0x0f, - 0xc4, 0x21, 0x5e, 0xfd, 0xcb, 0x2c, 0x57, 0x4a, 0x93, 0x74, 0xc9, 0xd1, 0x55, 0x8a, 0xfa, 0xab, - 0x59, 0x40, 0x54, 0xd8, 0xaa, 0xe6, 0xba, 0x0f, 0x2d, 0x47, 0x6f, 0x6c, 0x69, 0xe6, 0xe6, 0xa1, - 0x74, 0x47, 0xfd, 0x5e, 0x01, 0x4e, 0x44, 0x6e, 0x58, 0x8e, 0xf8, 0x78, 0xbb, 0x12, 0x1d, 0x6f, - 0xec, 0xd0, 0xcc, 0xc6, 0x9b, 0x7c, 0x68, 0xe6, 0x23, 0xef, 0x1b, 0x50, 0x11, 0x7d, 0x6e, 0x35, - 0xc5, 0xc8, 0x63, 0xdb, 0xad, 0xa1, 0xe3, 0x10, 0x81, 0x5e, 0x87, 0x71, 0xf1, 0x83, 0xae, 0xba, - 0x7e, 0x5c, 0x94, 0x8d, 0x63, 0x97, 0x02, 0x70, 0x04, 0x8d, 0xde, 0x84, 0x0a, 0x1d, 0x9c, 0x9b, - 0x2c, 0x0b, 0xa7, 0x14, 0xe6, 0xbc, 0xe8, 0x3e, 0x50, 0x5e, 0x12, 0x02, 0x4a, 0xba, 0x94, 0x8b, - 0x60, 0x78, 0x39, 0x5c, 0xca, 0x79, 0x30, 0x5c, 0x5e, 0xca, 0x45, 0x58, 0xfc, 0x13, 0xa8, 0xd6, - 0x4d, 0xd3, 0xf2, 0x98, 0x4b, 0xe7, 0x8a, 0x40, 0xd6, 0xc8, 0x35, 0xfc, 0x22, 0xcb, 0xc4, 0x08, - 0xe9, 0x53, 0x17, 0x71, 0x59, 0x20, 0x9a, 0xa3, 0x86, 0xd8, 0x36, 0xc8, 0x43, 0xe2, 0x88, 0xfb, - 0x3e, 0x16, 0xcc, 0x73, 0x04, 0x4c, 0xce, 0xcb, 0xf0, 0xe9, 0xd0, 0x02, 0x4c, 0xac, 0x3a, 0x96, - 0x6d, 0xb9, 0x44, 0xe7, 0x8a, 0xaa, 0x32, 0xc6, 0xb3, 0xc3, 0x41, 0x4d, 0xb1, 0x05, 0xa2, 0xcd, - 0x34, 0x26, 0xb1, 0x47, 0x59, 0xd4, 0x1f, 0x66, 0x63, 0x83, 0xf1, 0x10, 0xe7, 0x79, 0x64, 0x74, - 0xe4, 0x47, 0x8c, 0x0e, 0xf5, 0x77, 0x72, 0x50, 0xa5, 0xe7, 0x84, 0xdb, 0x96, 0xf3, 0x50, 0x73, - 0x0e, 0x27, 0x78, 0x12, 0x75, 0x84, 0xf2, 0xfb, 0x70, 0x5c, 0x43, 0x37, 0x64, 0x6c, 0x0f, 0x6e, - 0xc8, 0x59, 0x18, 0x63, 0xe7, 0xad, 0x42, 0x78, 0x8a, 0x66, 0x67, 0x2d, 0x06, 0x55, 0x7f, 0x21, - 0x07, 0xf0, 0x9d, 0xeb, 0xd7, 0x9f, 0x63, 0x05, 0xa9, 0xbf, 0x95, 0x85, 0xe3, 0x22, 0xba, 0x26, - 0x65, 0x1b, 0x96, 0xfc, 0xb8, 0x68, 0x36, 0x8c, 0x1a, 0x8a, 0x78, 0x28, 0xf6, 0x71, 0x74, 0x26, - 0x2e, 0x3e, 0x32, 0x3c, 0x16, 0x60, 0x90, 0xd2, 0x0d, 0x89, 0x80, 0xc9, 0x33, 0xd1, 0xa7, 0x43, - 0xaf, 0xfb, 0x71, 0xc3, 0x7c, 0xb8, 0xfc, 0x50, 0x86, 0xc5, 0xd4, 0xd8, 0xa1, 0xfa, 0xa3, 0x31, - 0x18, 0x5b, 0x7c, 0x44, 0x3a, 0x47, 0xdc, 0x34, 0xd2, 0x69, 0x64, 0x6c, 0x9f, 0xa7, 0x91, 0xa7, - 0xb9, 0x08, 0x79, 0x2f, 0xb4, 0x67, 0x31, 0xda, 0x7c, 0xcc, 0xf2, 0xf1, 0xe6, 0x7d, 0x4b, 0x1f, - 0xbd, 0x7b, 0xb4, 0xbf, 0xca, 0x43, 0x7e, 0xad, 0xb1, 0xfa, 0x62, 0xdc, 0x1c, 0xea, 0xb8, 0xd9, - 0x3d, 0xd0, 0xac, 0x06, 0xb1, 0xa3, 0x72, 0x78, 0xc9, 0x1e, 0x0b, 0x13, 0x7d, 0x91, 0x83, 0xca, - 0x5a, 0x7f, 0xc3, 0xdd, 0x71, 0x3d, 0xd2, 0x3b, 0xe2, 0xd6, 0x3c, 0x2b, 0xce, 0x83, 0x63, 0xa1, - 0x36, 0xe8, 0x79, 0x50, 0x9c, 0x02, 0x2f, 0xfa, 0x2b, 0xa3, 0x74, 0xce, 0x08, 0x56, 0x46, 0x7f, - 0x3d, 0xfc, 0xd3, 0x1c, 0x4c, 0x36, 0xba, 0x06, 0x31, 0xbd, 0xa6, 0xe1, 0x8a, 0x53, 0xc8, 0x11, - 0xd7, 0xca, 0xfe, 0x02, 0x2d, 0x5f, 0x23, 0x51, 0x43, 0xfd, 0xc5, 0x1c, 0x54, 0xeb, 0x7d, 0x6f, - 0xab, 0xee, 0xb1, 0xcd, 0xe5, 0xb9, 0xdc, 0xe6, 0xff, 0x26, 0x0b, 0xc7, 0xe9, 0x87, 0xac, 0x5b, - 0x0f, 0x88, 0x79, 0x00, 0xc7, 0x28, 0xf9, 0x38, 0x94, 0x7b, 0xca, 0xe3, 0x90, 0xaf, 0xcb, 0xfc, - 0x1e, 0x8f, 0x85, 0xf4, 0xa0, 0x4d, 0x4f, 0x49, 0xcf, 0x48, 0x37, 0x0e, 0xe0, 0x1c, 0x71, 0x98, - 0xdd, 0xf8, 0xbb, 0x2c, 0x4c, 0xaf, 0x3b, 0x74, 0x23, 0xd7, 0xc5, 0x7e, 0x7e, 0xc4, 0xed, 0x92, - 0xec, 0xd0, 0x11, 0xb7, 0xd0, 0x4f, 0xb3, 0x70, 0x26, 0xda, 0xa1, 0x67, 0x61, 0x15, 0xf8, 0xfb, - 0x2c, 0x9c, 0x7c, 0xdf, 0xf0, 0xb6, 0xfa, 0x1b, 0x41, 0x08, 0xee, 0xd9, 0xeb, 0xd1, 0x11, 0x1f, - 0x79, 0x3f, 0xce, 0xc2, 0x89, 0x95, 0x56, 0xb3, 0xf1, 0xac, 0x58, 0x28, 0xd1, 0x9f, 0x67, 0xc0, - 0x3e, 0x6b, 0xf5, 0x3b, 0xcb, 0xcf, 0x92, 0x7d, 0x22, 0xfd, 0x39, 0xe2, 0xf6, 0xf9, 0xe5, 0x22, - 0x54, 0xe9, 0xb9, 0x56, 0xc4, 0xf4, 0x9e, 0x6b, 0x4f, 0x7f, 0x0e, 0xaa, 0x42, 0x0d, 0xec, 0x48, - 0xc9, 0xdd, 0x7d, 0x96, 0x53, 0x29, 0x0a, 0x33, 0xda, 0xec, 0x68, 0x29, 0x13, 0xd1, 0x13, 0xd7, - 0x47, 0xc4, 0xd9, 0x90, 0x73, 0x68, 0xb6, 0x89, 0xb3, 0x81, 0x19, 0x14, 0x2d, 0x87, 0x77, 0x76, - 0xf5, 0xd5, 0x16, 0xab, 0x5e, 0x13, 0x27, 0x55, 0x56, 0x8e, 0xe7, 0x08, 0x5c, 0x5b, 0xb3, 0x0d, - 0x5e, 0xf7, 0x26, 0xe7, 0xef, 0xc5, 0x39, 0xd1, 0x5d, 0x98, 0xf2, 0x61, 0x61, 0x19, 0x5a, 0x39, - 0x45, 0x5c, 0x5a, 0x01, 0x5a, 0x92, 0x15, 0xbd, 0x07, 0xe3, 0x3e, 0xf0, 0x03, 0x83, 0x15, 0xc9, - 0x50, 0x51, 0x2f, 0x0d, 0x07, 0xb5, 0xd3, 0x81, 0xa8, 0x07, 0x46, 0x24, 0x3f, 0x31, 0xc2, 0x20, - 0x0b, 0x60, 0xc7, 0x4e, 0x48, 0x11, 0x10, 0xbb, 0x8f, 0x8c, 0x30, 0xa0, 0x37, 0x99, 0x00, 0xdb, - 0x32, 0x5d, 0xc2, 0x62, 0x7c, 0x55, 0x96, 0x60, 0xc2, 0xee, 0x04, 0x1d, 0x01, 0xe7, 0x69, 0x44, - 0x11, 0x32, 0xb4, 0x02, 0x10, 0xc6, 0x62, 0x44, 0xb2, 0xe6, 0x9e, 0xa3, 0x44, 0x92, 0x08, 0xf5, - 0x1f, 0xe8, 0xf9, 0xcd, 0xb6, 0x83, 0x91, 0xfc, 0x3a, 0x14, 0xeb, 0xb6, 0x7d, 0x0f, 0xb7, 0x44, - 0x74, 0x92, 0xe5, 0x12, 0x6a, 0xb6, 0xdd, 0xee, 0x3b, 0x86, 0x7c, 0x21, 0xc1, 0x89, 0x50, 0x03, - 0x26, 0xea, 0xb6, 0xbd, 0xda, 0xdf, 0xe8, 0x1a, 0x1d, 0xa9, 0x06, 0x94, 0x97, 0xf6, 0xd8, 0x76, - 0xdb, 0x66, 0x98, 0x78, 0x05, 0x6d, 0x94, 0x07, 0x7d, 0x02, 0x95, 0xba, 0x6d, 0x8b, 0x0a, 0xda, - 0x3c, 0xab, 0xa0, 0x55, 0xfd, 0x3e, 0x49, 0xdf, 0x36, 0x1b, 0x10, 0xf1, 0xda, 0xd9, 0xb3, 0xe2, - 0xb6, 0x76, 0x9a, 0x36, 0x94, 0x28, 0x9c, 0x0d, 0x45, 0xa2, 0x37, 0xa0, 0x54, 0xb7, 0x6d, 0x29, - 0x3c, 0xc0, 0x42, 0xa9, 0x94, 0x2b, 0x66, 0x22, 0x9f, 0x6c, 0xe6, 0x5d, 0x38, 0x16, 0x6d, 0x6c, - 0x4f, 0x45, 0xb6, 0xff, 0x93, 0x65, 0x1d, 0x3a, 0xe2, 0x17, 0x6a, 0x37, 0x20, 0x5f, 0xb7, 0x6d, - 0xb1, 0x9c, 0x9c, 0x48, 0xb1, 0x47, 0x3c, 0x5b, 0xab, 0x6e, 0xdb, 0x7e, 0xd7, 0xf9, 0x95, 0xf7, - 0xf3, 0xd5, 0xf5, 0x2f, 0x79, 0xd7, 0x8f, 0xf8, 0x0d, 0xf5, 0x8f, 0xf2, 0x70, 0xbc, 0x6e, 0xdb, - 0x2f, 0x6a, 0x4f, 0x0f, 0x2a, 0x27, 0xec, 0x3a, 0x80, 0xb4, 0x3c, 0x96, 0x82, 0xd4, 0x8f, 0xaa, - 0xb4, 0x34, 0x2a, 0x59, 0x2c, 0x11, 0xf9, 0xc3, 0xaf, 0xbc, 0xa7, 0xe1, 0xf7, 0x17, 0x11, 0xc3, - 0xb1, 0xb2, 0xb8, 0x17, 0x86, 0x2b, 0xec, 0xcb, 0xa3, 0x3a, 0x26, 0x2b, 0x53, 0x24, 0x7c, 0x8b, - 0x1b, 0x7a, 0xbf, 0xfc, 0xa0, 0x43, 0x51, 0x6d, 0x43, 0xc7, 0x31, 0x5a, 0xdf, 0x86, 0xa5, 0x3d, - 0xd9, 0xf0, 0xf7, 0x72, 0x30, 0x15, 0xda, 0xf0, 0x20, 0x1c, 0xd3, 0x6b, 0x00, 0x3c, 0x48, 0x19, - 0x5c, 0x24, 0x4e, 0xf0, 0x4c, 0x65, 0x97, 0x41, 0x45, 0xa6, 0x72, 0x48, 0x12, 0xdc, 0x2a, 0xe4, - 0x53, 0x6f, 0x15, 0xae, 0x40, 0x19, 0x6b, 0x0f, 0x3f, 0xec, 0x13, 0x67, 0x47, 0x6c, 0xa5, 0x2c, - 0x94, 0xee, 0x68, 0x0f, 0xdb, 0x9f, 0x51, 0x20, 0x0e, 0xd0, 0x48, 0x0d, 0x72, 0xd4, 0xa4, 0xe0, - 0x31, 0xcf, 0x51, 0x0b, 0x32, 0xd3, 0x84, 0x92, 0x8a, 0x7b, 0x52, 0xd2, 0x4f, 0x8b, 0x30, 0xd9, - 0xd4, 0x3c, 0x6d, 0x43, 0x73, 0x89, 0x74, 0x90, 0x38, 0xee, 0xc3, 0xe8, 0x40, 0x30, 0x82, 0x77, - 0x47, 0x58, 0x5e, 0x96, 0xbe, 0xd1, 0x76, 0x39, 0x54, 0x7e, 0xa8, 0x21, 0xc6, 0x80, 0xbe, 0x1d, - 0xca, 0x0d, 0x5e, 0xa6, 0xe0, 0xee, 0x0c, 0xd3, 0x98, 0xbe, 0xd1, 0xb6, 0x05, 0x18, 0x27, 0x08, - 0xd1, 0x55, 0xa8, 0xfa, 0x30, 0xea, 0x3c, 0xe5, 0xc3, 0x3e, 0xeb, 0x1b, 0xd4, 0x77, 0xc2, 0x32, - 0x1a, 0xbd, 0x0d, 0xe3, 0xfe, 0x4f, 0xc9, 0x2d, 0x61, 0xbe, 0x96, 0xbe, 0x91, 0x70, 0x1c, 0x65, - 0x52, 0x99, 0x95, 0xcd, 0xcf, 0x42, 0x84, 0x35, 0xf6, 0x9c, 0x4c, 0x84, 0x14, 0x7d, 0x06, 0xc7, - 0xfc, 0xdf, 0xc2, 0xd9, 0x2a, 0x32, 0x67, 0xeb, 0xaa, 0xaf, 0xf9, 0xb8, 0x5a, 0x67, 0xa3, 0xe4, - 0xdc, 0xed, 0x7a, 0x49, 0xb8, 0x5d, 0x27, 0xf4, 0x8d, 0xa4, 0xd7, 0x15, 0x6b, 0x00, 0xb5, 0x60, - 0xca, 0x87, 0xd4, 0x3f, 0x5e, 0xc3, 0x64, 0x93, 0xce, 0xca, 0x52, 0xe8, 0x2c, 0xeb, 0x1b, 0x6d, - 0xf6, 0xd0, 0x0c, 0x43, 0xc8, 0x3e, 0x7b, 0x82, 0x0b, 0x75, 0xe1, 0x6c, 0x04, 0xa8, 0xbb, 0x5b, - 0xc6, 0x7d, 0x4f, 0x78, 0xba, 0xad, 0xa6, 0x38, 0x0e, 0xb0, 0x07, 0x1d, 0x02, 0xa9, 0x9c, 0xc6, - 0x7f, 0xf1, 0xa3, 0x1d, 0x79, 0xb5, 0x68, 0x57, 0x69, 0x68, 0x0d, 0xa6, 0x7d, 0xfc, 0xfb, 0x8d, - 0xd5, 0x55, 0xc7, 0xfa, 0x94, 0x74, 0xbc, 0x56, 0x53, 0x9c, 0x14, 0x58, 0x09, 0x92, 0xbe, 0xd1, - 0xde, 0xec, 0xd8, 0x74, 0x50, 0x50, 0x5c, 0x54, 0x78, 0x2a, 0x33, 0xfa, 0x08, 0x4e, 0x4a, 0xf0, - 0x96, 0xe9, 0x7a, 0x9a, 0xd9, 0x21, 0xad, 0xa6, 0x38, 0x3e, 0xb0, 0xa3, 0x8c, 0x90, 0x6a, 0x08, - 0x64, 0x54, 0x6c, 0x3a, 0xfb, 0x4c, 0x1d, 0x4e, 0xa4, 0x58, 0x6a, 0x4f, 0x3e, 0xeb, 0x17, 0xb9, - 0x70, 0x70, 0x1c, 0x71, 0xc7, 0x75, 0x01, 0xca, 0x7e, 0x4f, 0xc4, 0x16, 0xa2, 0x8c, 0x1a, 0xe0, - 0x71, 0x19, 0x3e, 0x3e, 0xa2, 0x8e, 0x23, 0xee, 0xcc, 0x1e, 0x84, 0x3a, 0x1e, 0x67, 0x43, 0x75, - 0x1c, 0x71, 0x07, 0xf7, 0xc7, 0xf9, 0x70, 0x66, 0xbf, 0xf0, 0x72, 0x0f, 0xca, 0x59, 0x0a, 0x2f, - 0x4e, 0x8b, 0x7b, 0x48, 0x20, 0x93, 0x87, 0x66, 0xe9, 0x29, 0x87, 0xe6, 0x3f, 0x25, 0xed, 0xc9, - 0x1d, 0x90, 0x23, 0x69, 0xcf, 0x03, 0x98, 0xac, 0x68, 0x0e, 0x26, 0xfc, 0xff, 0x73, 0x4f, 0xad, - 0x20, 0xd5, 0x43, 0x6d, 0x08, 0x47, 0x2d, 0x4a, 0x82, 0x7e, 0x1e, 0x4e, 0x47, 0x00, 0xab, 0x9a, - 0xa3, 0xf5, 0x88, 0x47, 0x1c, 0xee, 0x23, 0x88, 0x37, 0xa4, 0x7c, 0xee, 0xb6, 0x1d, 0xa0, 0xe5, - 0x67, 0x98, 0x46, 0x48, 0x90, 0x06, 0x47, 0x69, 0x0f, 0xb7, 0xea, 0xff, 0x59, 0x80, 0x99, 0x8f, - 0x0d, 0x53, 0xb7, 0x1e, 0xba, 0x4d, 0xe2, 0x3e, 0xf0, 0xac, 0x67, 0xe0, 0x50, 0x7a, 0x70, 0xd5, - 0xfb, 0xa1, 0x4e, 0x0b, 0x7b, 0x98, 0x70, 0x1f, 0xc2, 0xc9, 0xb8, 0x4a, 0x9d, 0xa0, 0x52, 0x43, - 0xb8, 0x64, 0x0f, 0x39, 0x41, 0x5b, 0xe7, 0x14, 0xbe, 0xe7, 0x8c, 0xd3, 0x39, 0xd1, 0x1c, 0x54, - 0x05, 0x44, 0x3a, 0xe0, 0xb2, 0xd0, 0xb1, 0x2f, 0x80, 0xe5, 0x84, 0xca, 0x44, 0xe8, 0x55, 0x28, - 0x36, 0xad, 0x9e, 0x66, 0xf8, 0xc9, 0x49, 0xac, 0x7c, 0x23, 0x68, 0x97, 0x61, 0xb0, 0xa0, 0xa0, - 0xf2, 0x45, 0xc3, 0xcc, 0x64, 0x95, 0x50, 0xbe, 0xcf, 0x40, 0x7d, 0x5e, 0x2c, 0x13, 0x21, 0x0b, - 0x26, 0x44, 0x73, 0xc2, 0xcf, 0x05, 0xe6, 0xe7, 0xbe, 0xe9, 0xeb, 0x68, 0xf4, 0xb0, 0x9a, 0x8d, - 0xf0, 0x71, 0x87, 0x97, 0x7d, 0x9d, 0xdf, 0x19, 0xee, 0xf1, 0xe2, 0xa8, 0xfc, 0x99, 0x5b, 0x80, - 0x92, 0x8c, 0x7b, 0xf2, 0xbf, 0x7e, 0x2d, 0x07, 0x28, 0xb6, 0x8c, 0x1d, 0xd9, 0x37, 0x2a, 0x0e, - 0xc2, 0xe3, 0xf8, 0xe3, 0x2c, 0x4c, 0x25, 0xea, 0x85, 0xd0, 0x0d, 0x00, 0x0e, 0x91, 0x6a, 0x7f, - 0x58, 0xa6, 0x7f, 0x58, 0x43, 0xc4, 0x4e, 0x4f, 0x58, 0x22, 0x43, 0xd7, 0xa0, 0xcc, 0x7f, 0x05, - 0x0f, 0x4a, 0xc6, 0x59, 0xfa, 0x7d, 0x43, 0xc7, 0x01, 0x51, 0xd8, 0x0a, 0x7b, 0x13, 0x35, 0x9f, - 0xca, 0xe2, 0xed, 0xd8, 0x41, 0x2b, 0x94, 0x4c, 0xfd, 0x32, 0x0b, 0xe3, 0xc1, 0x07, 0xd7, 0xf5, - 0xc3, 0x32, 0x5d, 0x51, 0x94, 0x5e, 0xe5, 0x9f, 0x54, 0x7a, 0x15, 0x5b, 0x20, 0x44, 0xad, 0xd5, - 0x5f, 0x67, 0xe1, 0x78, 0x40, 0x7b, 0x88, 0x9e, 0xde, 0xbe, 0x3b, 0xf2, 0xeb, 0x59, 0x50, 0x16, - 0x8c, 0x6e, 0xd7, 0x30, 0x37, 0x5b, 0xe6, 0x7d, 0xcb, 0xe9, 0xb1, 0x0a, 0x87, 0xc3, 0x73, 0xe5, - 0xd5, 0x5f, 0xc9, 0xc2, 0x94, 0xf8, 0xa0, 0x86, 0xe6, 0xe8, 0x87, 0x77, 0xc6, 0x8a, 0x7f, 0xc9, - 0xe1, 0x59, 0x99, 0x65, 0x69, 0x2d, 0x5b, 0x9d, 0x07, 0xcf, 0x40, 0xb2, 0x19, 0xed, 0xc6, 0x11, - 0xbf, 0x10, 0xff, 0x5e, 0x16, 0xa6, 0x31, 0xe9, 0x58, 0xdb, 0xc4, 0xd9, 0x69, 0x58, 0x3a, 0x79, - 0x9f, 0x98, 0xc4, 0x39, 0xac, 0x41, 0xfa, 0xe7, 0xac, 0xe8, 0x33, 0xfc, 0x98, 0x7b, 0x2e, 0xd1, - 0x8f, 0x4e, 0x85, 0xae, 0xfa, 0x1f, 0x63, 0xa0, 0xa4, 0x7a, 0x19, 0x47, 0x76, 0x53, 0x1f, 0xe9, - 0x3a, 0x8e, 0x1d, 0x94, 0xeb, 0x58, 0xd8, 0x9b, 0xeb, 0x58, 0xdc, 0xab, 0xeb, 0x58, 0xfa, 0x3a, - 0xae, 0x63, 0x2f, 0xee, 0x3a, 0x96, 0x99, 0xeb, 0x78, 0x63, 0x57, 0xd7, 0x71, 0xd1, 0xd4, 0x0f, - 0xcd, 0x71, 0xfc, 0xed, 0x0b, 0x50, 0x58, 0x31, 0xc9, 0xca, 0x7d, 0x74, 0x5d, 0x2a, 0x66, 0x17, - 0xe3, 0x6a, 0x4a, 0x1e, 0x1f, 0x0c, 0xb1, 0x94, 0xc1, 0x52, 0xc9, 0xfb, 0xbc, 0x5c, 0x6a, 0x2c, - 0xc6, 0x14, 0x92, 0x79, 0x38, 0x66, 0x29, 0x83, 0xe5, 0x92, 0xe4, 0x79, 0xb9, 0x16, 0x57, 0x0c, - 0xa7, 0x08, 0x17, 0xc7, 0xf8, 0x5c, 0x62, 0x59, 0x5c, 0x4e, 0x2b, 0x7d, 0x8d, 0x9f, 0x81, 0x92, - 0x14, 0x4b, 0x19, 0x9c, 0x5e, 0x32, 0x1b, 0x79, 0x1f, 0x57, 0x9c, 0x82, 0xa6, 0x63, 0x83, 0x9a, - 0xe1, 0x96, 0x32, 0x38, 0xfa, 0x96, 0xee, 0xcd, 0xc8, 0x43, 0xa2, 0xf1, 0xeb, 0x07, 0x09, 0xb5, - 0x94, 0xc1, 0xb1, 0x27, 0x47, 0x23, 0xaf, 0x5a, 0x8a, 0xe3, 0x6c, 0xbc, 0x51, 0x86, 0x93, 0x1a, - 0xe5, 0x2f, 0x60, 0xfe, 0xbf, 0xd8, 0x13, 0x90, 0xe2, 0x7a, 0xef, 0x64, 0x8c, 0x99, 0x23, 0x97, - 0x32, 0x38, 0xf6, 0x60, 0xe4, 0x65, 0xff, 0xb1, 0x43, 0x51, 0xf4, 0x79, 0x4c, 0xda, 0x16, 0x8c, - 0xcf, 0xa9, 0x96, 0xfc, 0xc7, 0x10, 0xe7, 0xe5, 0x47, 0xee, 0xc4, 0x73, 0x64, 0x28, 0xd6, 0xca, - 0xa2, 0xa9, 0x53, 0xeb, 0x48, 0x6b, 0xd2, 0xad, 0xf8, 0x73, 0x50, 0xe2, 0x91, 0xb1, 0x53, 0x31, - 0x4e, 0x81, 0x5d, 0xca, 0xe0, 0xf8, 0xf3, 0x51, 0x37, 0x23, 0x4f, 0x11, 0x89, 0xdc, 0x94, 0xb8, - 0x56, 0x29, 0x4a, 0xd2, 0x2a, 0x7b, 0xb4, 0xe8, 0x56, 0xfc, 0x6d, 0x1c, 0x65, 0x22, 0xb5, 0x69, - 0x81, 0x95, 0x9a, 0xf6, 0xdf, 0xd2, 0xb9, 0x19, 0x79, 0xc3, 0x84, 0x3d, 0x13, 0x96, 0xd2, 0xb4, - 0xe6, 0x69, 0x72, 0xd3, 0xfc, 0xb5, 0x93, 0xc8, 0x6b, 0x1a, 0xca, 0xf1, 0x54, 0x83, 0x32, 0x9c, - 0x64, 0x50, 0xfe, 0xf2, 0xc6, 0xcd, 0x48, 0x01, 0xa8, 0x32, 0x19, 0x6d, 0x54, 0x42, 0xd1, 0x46, - 0xe5, 0x52, 0xd1, 0x79, 0xb9, 0x2e, 0x52, 0x99, 0x8a, 0x1a, 0x28, 0xc4, 0x50, 0x03, 0x49, 0xf5, - 0x93, 0x35, 0x56, 0x73, 0xa5, 0x20, 0x46, 0x5e, 0x0d, 0xbe, 0xb0, 0xb1, 0xba, 0x94, 0xc1, 0xac, - 0x1a, 0x4b, 0xe5, 0xd5, 0x7c, 0xca, 0x09, 0x46, 0x31, 0x1e, 0xbc, 0x15, 0xf3, 0x88, 0x74, 0x96, - 0x32, 0x98, 0x57, 0xfa, 0x5d, 0x97, 0x0a, 0x7e, 0x94, 0xe9, 0xe8, 0x12, 0x11, 0x20, 0xe8, 0x12, - 0x11, 0x96, 0x05, 0xdd, 0x4e, 0x16, 0xc5, 0x28, 0x27, 0xa3, 0x9e, 0x49, 0x1c, 0xbf, 0x94, 0xc1, - 0xc9, 0x42, 0x9a, 0x9b, 0x91, 0x3a, 0x11, 0xe5, 0x54, 0xec, 0xce, 0x2f, 0x44, 0x51, 0x75, 0xc9, - 0x15, 0x25, 0x2b, 0xa9, 0x75, 0xea, 0xca, 0x69, 0x26, 0xe0, 0xa5, 0x40, 0x40, 0x92, 0x64, 0x29, - 0x83, 0x53, 0x2b, 0xdc, 0x1b, 0x89, 0x6a, 0x0d, 0x45, 0x89, 0x6e, 0x89, 0x31, 0xf4, 0x52, 0x06, - 0x27, 0xea, 0x3b, 0xe6, 0xe5, 0x32, 0x09, 0xe5, 0x4c, 0xd4, 0x88, 0x21, 0x86, 0x1a, 0x51, 0x2a, - 0xa7, 0x98, 0x97, 0xab, 0x12, 0x94, 0x99, 0x24, 0x57, 0xb8, 0x72, 0x4a, 0xd5, 0x0b, 0x38, 0xbd, - 0x08, 0x40, 0x79, 0x89, 0xf1, 0x9f, 0xf5, 0xf9, 0xd3, 0x68, 0x96, 0x32, 0x38, 0xbd, 0x80, 0x00, - 0xa7, 0xe7, 0xe1, 0x2b, 0x67, 0x77, 0x93, 0x19, 0x7c, 0x5d, 0x7a, 0x0e, 0xbf, 0xb6, 0x4b, 0x2a, - 0xbc, 0x72, 0x2e, 0x9a, 0xab, 0x36, 0x92, 0x70, 0x29, 0x83, 0x77, 0x49, 0xa8, 0xbf, 0x37, 0x22, - 0x2f, 0x5d, 0x39, 0x1f, 0xad, 0x6a, 0x4c, 0x25, 0x5a, 0xca, 0xe0, 0x11, 0x59, 0xed, 0xf7, 0x46, - 0x24, 0x87, 0x2b, 0xb5, 0x5d, 0xc5, 0x06, 0xfa, 0x18, 0x91, 0x5a, 0xbe, 0x92, 0x9a, 0xa1, 0xad, - 0x5c, 0x88, 0x0e, 0xdd, 0x14, 0x12, 0x3a, 0x74, 0xd3, 0x72, 0xbb, 0x57, 0x52, 0x53, 0xa4, 0x95, - 0x97, 0x77, 0x11, 0x18, 0x7c, 0x63, 0x6a, 0x72, 0xf5, 0x4a, 0x6a, 0x8e, 0xb2, 0xa2, 0x46, 0x05, - 0xa6, 0x90, 0x50, 0x81, 0x69, 0xd9, 0xcd, 0x2b, 0xa9, 0x49, 0xc2, 0xca, 0xc5, 0x5d, 0x04, 0x86, - 0x5f, 0x98, 0x96, 0x5e, 0x7c, 0x33, 0x92, 0xa5, 0xab, 0x7c, 0x23, 0xba, 0x6e, 0x48, 0x28, 0xba, - 0x6e, 0xc8, 0xf9, 0xbc, 0x8d, 0x44, 0x22, 0x93, 0xf2, 0xcd, 0xe8, 0x34, 0x8f, 0xa1, 0xe9, 0x34, - 0x8f, 0xa7, 0x3e, 0x35, 0x12, 0x49, 0x35, 0xca, 0xa5, 0x51, 0x42, 0x18, 0x3a, 0x2a, 0x84, 0xa7, - 0xe1, 0xb4, 0x52, 0xb2, 0x3a, 0x94, 0x57, 0xa2, 0x71, 0x8d, 0x04, 0xc1, 0x52, 0x06, 0xa7, 0xe4, - 0x82, 0xe0, 0xf4, 0xcb, 0x2b, 0xe5, 0x72, 0x74, 0xda, 0xa6, 0xd1, 0xd0, 0x69, 0x9b, 0x7a, 0xf1, - 0xb5, 0x9c, 0x16, 0x79, 0x54, 0xae, 0x44, 0x1d, 0xb3, 0x24, 0x05, 0x75, 0xcc, 0x52, 0x22, 0x96, - 0x38, 0xfd, 0x3a, 0x46, 0x79, 0x75, 0xd7, 0x2f, 0x64, 0x34, 0x29, 0x5f, 0xc8, 0x6f, 0x27, 0x42, - 0xdf, 0xe9, 0x9e, 0xdd, 0xb5, 0x34, 0x5d, 0x79, 0x2d, 0xd5, 0x77, 0xe2, 0x48, 0xc9, 0x77, 0xe2, - 0x00, 0xba, 0xcb, 0xcb, 0x91, 0x39, 0xe5, 0x6a, 0x74, 0x97, 0x97, 0x71, 0x74, 0x97, 0x8f, 0x44, - 0xf1, 0x1a, 0x89, 0x78, 0x98, 0xf2, 0x7a, 0x74, 0x00, 0xc4, 0xd0, 0x74, 0x00, 0xc4, 0x23, 0x68, - 0x9f, 0x8c, 0x8e, 0x45, 0x29, 0xb3, 0x4c, 0xda, 0x85, 0xe0, 0x35, 0xbc, 0x11, 0x74, 0x4b, 0x19, - 0x3c, 0x3a, 0x9e, 0xd5, 0x4a, 0x09, 0x2d, 0x29, 0xd7, 0xa2, 0x03, 0x2c, 0x41, 0x40, 0x07, 0x58, - 0x32, 0x20, 0xd5, 0x4a, 0x89, 0x0d, 0x29, 0x6f, 0x8c, 0x14, 0x15, 0xf4, 0x39, 0x25, 0xa2, 0x34, - 0x2f, 0x07, 0x77, 0x94, 0xeb, 0xd1, 0xcd, 0x2e, 0xc4, 0xd0, 0xcd, 0x4e, 0x0a, 0x02, 0xcd, 0xcb, - 0xb1, 0x14, 0x65, 0x2e, 0xc9, 0x15, 0x6e, 0x91, 0x52, 0xcc, 0x05, 0xa7, 0x87, 0x2e, 0x94, 0x1b, - 0xd1, 0x51, 0x97, 0x46, 0x43, 0x47, 0x5d, 0x6a, 0xd8, 0xe3, 0x76, 0x32, 0x02, 0xa1, 0xcc, 0xc7, - 0x63, 0x32, 0x51, 0x3c, 0xf5, 0x7c, 0x12, 0x51, 0x8b, 0x5b, 0xf1, 0xcc, 0x0a, 0xe5, 0xcd, 0xa8, - 0x7f, 0x1b, 0xc5, 0x52, 0xff, 0x36, 0x96, 0x89, 0x71, 0x2b, 0x9e, 0x8c, 0xa0, 0xbc, 0x95, 0x2e, - 0x21, 0x18, 0x2b, 0xf1, 0xe4, 0x85, 0x5b, 0xf1, 0xfb, 0x7b, 0xe5, 0x66, 0xba, 0x84, 0x40, 0xbb, - 0xf1, 0xfb, 0xfe, 0xeb, 0x52, 0x4e, 0xb3, 0xf2, 0xad, 0xa8, 0xeb, 0x18, 0x20, 0xa8, 0xeb, 0x18, - 0x66, 0x3e, 0x5f, 0x97, 0x72, 0x81, 0x95, 0xb7, 0x13, 0x2c, 0xc1, 0xc7, 0x4a, 0x19, 0xc3, 0xd7, - 0xa5, 0x1c, 0x5a, 0xe5, 0x9d, 0x04, 0x4b, 0xf0, 0x75, 0x52, 0xa6, 0xad, 0xbe, 0xdb, 0x35, 0xa1, - 0xf2, 0x6d, 0x26, 0x43, 0x7d, 0xf2, 0xcd, 0xcf, 0x52, 0x06, 0xef, 0x76, 0xdd, 0xf8, 0xc9, 0xe8, - 0x78, 0x8e, 0xf2, 0x6e, 0x74, 0x0a, 0x8f, 0xa2, 0xa3, 0x53, 0x78, 0x64, 0x4c, 0x68, 0x25, 0xf5, - 0x01, 0x1c, 0x65, 0x61, 0x17, 0x2f, 0x37, 0xdc, 0x37, 0x53, 0xc0, 0x0b, 0x25, 0x28, 0xb0, 0x67, - 0x22, 0xd5, 0xdf, 0xcd, 0xc2, 0xf8, 0x9a, 0xe7, 0x10, 0xad, 0x27, 0x2e, 0x01, 0x67, 0xa0, 0xcc, - 0x17, 0x46, 0xff, 0xcf, 0x9d, 0xe1, 0xe0, 0x37, 0xba, 0x04, 0xc7, 0x96, 0x35, 0xd7, 0x63, 0x9c, - 0xd2, 0xdf, 0x5b, 0xc0, 0x31, 0x28, 0x5a, 0xe6, 0x74, 0x9c, 0x8f, 0xbd, 0x7b, 0x9d, 0x7f, 0xe2, - 0xeb, 0x6a, 0xe5, 0xc7, 0x83, 0x5a, 0x86, 0x3d, 0xa4, 0x16, 0xe3, 0x55, 0x87, 0x59, 0x48, 0x2c, - 0xd9, 0x4f, 0x1f, 0x22, 0x5b, 0x49, 0xfc, 0x89, 0x37, 0x11, 0xd9, 0xf8, 0x9a, 0x21, 0xaf, 0xc4, - 0x1f, 0x88, 0xbb, 0x08, 0xf9, 0x7b, 0xad, 0xa6, 0xfc, 0x6c, 0x5b, 0xf4, 0xef, 0xdf, 0x51, 0x2c, - 0x7a, 0x25, 0x38, 0x76, 0xdf, 0xc3, 0xcb, 0x22, 0x96, 0xc5, 0x9e, 0x96, 0xee, 0x3b, 0x5d, 0x2c, - 0xa1, 0x5e, 0x7d, 0x05, 0xaa, 0xd2, 0xfb, 0x9d, 0x68, 0x1c, 0xca, 0x2b, 0x0b, 0x6b, 0x8b, 0xf8, - 0xa3, 0xc5, 0xe6, 0x64, 0x06, 0x01, 0x14, 0x9b, 0x8b, 0x77, 0x5b, 0x8b, 0xcd, 0xc9, 0xec, 0xc2, - 0xe4, 0xe3, 0x7f, 0x3b, 0x9f, 0x79, 0xfc, 0xd5, 0xf9, 0xec, 0x4f, 0xbe, 0x3a, 0x9f, 0xfd, 0xd7, - 0xaf, 0xce, 0x67, 0x37, 0x8a, 0x4c, 0xab, 0x37, 0xfe, 0x2f, 0x00, 0x00, 0xff, 0xff, 0xac, 0x54, - 0x86, 0x3e, 0x45, 0x70, 0x00, 0x00, + // 5306 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x3d, 0x4b, 0x6c, 0x1c, 0x47, + 0x76, 0xf3, 0xe1, 0xfc, 0xde, 0x90, 0x12, 0x59, 0xa2, 0xa4, 0x16, 0x2d, 0x69, 0xe4, 0xd6, 0xae, + 0x2c, 0xad, 0x65, 0xca, 0xa2, 0x68, 0x6b, 0xed, 0x75, 0x62, 0x0d, 0x67, 0x28, 0x73, 0xd6, 0x94, + 0x48, 0x17, 0x29, 0x7b, 0x81, 0x60, 0x3d, 0x68, 0x4e, 0x97, 0xc8, 0xb6, 0x66, 0xba, 0xdb, 0xdd, + 0x3d, 0x94, 0xe8, 0x53, 0x3e, 0x87, 0x04, 0x0b, 0x27, 0x08, 0x36, 0x87, 0x1c, 0x02, 0x24, 0x41, + 0x3e, 0x87, 0x00, 0x41, 0x36, 0xc8, 0x61, 0x91, 0x43, 0x2e, 0x81, 0x93, 0x40, 0x41, 0xb0, 0xc9, + 0x26, 0x0b, 0xe4, 0x38, 0x9b, 0x18, 0x08, 0x02, 0x4c, 0x72, 0x4f, 0x90, 0x53, 0x50, 0x9f, 0xee, + 0xae, 0xfe, 0x0c, 0x65, 0x8a, 0x5c, 0x10, 0x94, 0x74, 0x92, 0xe6, 0xfd, 0xaa, 0xeb, 0xbd, 0xfa, + 0xbc, 0x7a, 0xf5, 0x5e, 0x11, 0xc6, 0xc9, 0x36, 0x31, 0x3d, 0x77, 0xd6, 0x76, 0x2c, 0xcf, 0x42, + 0x45, 0xfe, 0x6b, 0x66, 0x7a, 0xd3, 0xda, 0xb4, 0x18, 0xe8, 0x1a, 0xfd, 0x1f, 0xc7, 0xce, 0xd4, + 0x36, 0x2d, 0x6b, 0xb3, 0x4b, 0xae, 0xb1, 0x5f, 0x1b, 0xfd, 0xfb, 0xd7, 0x3c, 0xa3, 0x47, 0x5c, + 0x4f, 0xeb, 0xd9, 0x82, 0xe0, 0x6c, 0x9c, 0xc0, 0xf5, 0x9c, 0x7e, 0xc7, 0xe3, 0x58, 0xf5, 0xfb, + 0x39, 0x28, 0xdf, 0x21, 0x9e, 0xa6, 0x6b, 0x9e, 0x86, 0xce, 0x42, 0xa1, 0x65, 0xea, 0xe4, 0x91, + 0x92, 0xbd, 0x90, 0xbd, 0x9c, 0x5f, 0x28, 0x0e, 0x07, 0xb5, 0x1c, 0x31, 0x30, 0x07, 0xa2, 0x73, + 0x30, 0xb6, 0xbe, 0x63, 0x13, 0x25, 0x77, 0x21, 0x7b, 0xb9, 0xb2, 0x50, 0x19, 0x0e, 0x6a, 0x05, + 0xf6, 0x65, 0x98, 0x81, 0xd1, 0xcb, 0x90, 0x6b, 0x35, 0x95, 0x3c, 0x43, 0x4e, 0x0d, 0x07, 0xb5, + 0x89, 0xbe, 0xa1, 0x5f, 0xb5, 0x7a, 0x86, 0x47, 0x7a, 0xb6, 0xb7, 0x83, 0x73, 0xad, 0x26, 0xba, + 0x04, 0x63, 0x0d, 0x4b, 0x27, 0xca, 0x18, 0x23, 0x42, 0xc3, 0x41, 0xed, 0x58, 0xc7, 0xd2, 0x89, + 0x44, 0xc5, 0xf0, 0xe8, 0x16, 0x8c, 0xad, 0x1b, 0x3d, 0xa2, 0x14, 0x2e, 0x64, 0x2f, 0x57, 0xe7, + 0x66, 0x66, 0x79, 0x0f, 0x66, 0xfd, 0x1e, 0xcc, 0xae, 0xfb, 0x5d, 0x5c, 0x98, 0x7c, 0x3c, 0xa8, + 0x65, 0x86, 0x83, 0xda, 0x18, 0xed, 0xf5, 0x6f, 0xfe, 0xb4, 0x96, 0xc5, 0x8c, 0x13, 0xbd, 0x03, + 0xd5, 0x46, 0xb7, 0xef, 0x7a, 0xc4, 0xb9, 0xab, 0xf5, 0x88, 0x52, 0x64, 0x0d, 0xce, 0x0c, 0x07, + 0xb5, 0x53, 0x1d, 0x0e, 0x6e, 0x9b, 0x5a, 0x4f, 0x6e, 0x58, 0x26, 0x57, 0x3f, 0x81, 0xe3, 0x6b, + 0xc4, 0x75, 0x0d, 0xcb, 0x0c, 0x54, 0xf3, 0x75, 0xa8, 0x08, 0x50, 0xab, 0xc9, 0xd4, 0x53, 0x59, + 0x28, 0x0d, 0x07, 0xb5, 0xbc, 0x6b, 0xe8, 0x38, 0xc4, 0xa0, 0xd7, 0xa1, 0xf4, 0x91, 0xe1, 0x6d, + 0xdd, 0xb9, 0x5d, 0x17, 0x6a, 0x3a, 0x35, 0x1c, 0xd4, 0xd0, 0x43, 0xc3, 0xdb, 0x6a, 0xf7, 0xee, + 0x6b, 0x52, 0x7b, 0x3e, 0x99, 0xfa, 0x47, 0x39, 0x18, 0xbf, 0xe7, 0x12, 0x27, 0x68, 0xe9, 0x12, + 0x8c, 0xd1, 0xdf, 0xa2, 0x11, 0xa6, 0xa4, 0xbe, 0x4b, 0x1c, 0x59, 0x49, 0x14, 0x8f, 0xae, 0x40, + 0x61, 0xd9, 0xda, 0x34, 0x4c, 0xd1, 0xd0, 0x89, 0xe1, 0xa0, 0x76, 0xbc, 0x4b, 0x01, 0x12, 0x25, + 0xa7, 0x40, 0x3f, 0x0f, 0xe3, 0xad, 0x9e, 0x4d, 0x1c, 0xd7, 0x32, 0x35, 0xcf, 0x72, 0x84, 0x91, + 0x98, 0x3a, 0x0c, 0x09, 0x2e, 0x31, 0x46, 0xe8, 0xd1, 0xdb, 0x00, 0xf5, 0x8f, 0xd6, 0xb0, 0xd5, + 0x25, 0x75, 0x7c, 0x57, 0x58, 0x8f, 0x71, 0x6b, 0x0f, 0xdd, 0xb6, 0x63, 0x75, 0x49, 0x5b, 0x73, + 0xe4, 0x66, 0x25, 0x6a, 0xb4, 0x08, 0xc7, 0xea, 0x9d, 0x0e, 0x71, 0x5d, 0x4c, 0x3e, 0xed, 0x13, + 0xd7, 0x73, 0x95, 0xc2, 0x85, 0xfc, 0xe5, 0xca, 0xc2, 0xb9, 0xe1, 0xa0, 0x76, 0x46, 0x63, 0x98, + 0xb6, 0x23, 0x50, 0x92, 0x88, 0x18, 0x93, 0xfa, 0xe7, 0x79, 0x38, 0xb6, 0x46, 0x9c, 0x6d, 0x49, + 0x51, 0x75, 0x6a, 0x25, 0x0a, 0xa1, 0x36, 0x73, 0x6d, 0xad, 0x43, 0x84, 0xce, 0x4e, 0x0f, 0x07, + 0xb5, 0x13, 0xa6, 0x0f, 0x94, 0x84, 0xc6, 0xe9, 0xd1, 0x15, 0x28, 0x73, 0x50, 0xab, 0x29, 0xd4, + 0x38, 0x31, 0x1c, 0xd4, 0x2a, 0x2e, 0x83, 0xb5, 0x0d, 0x1d, 0x07, 0x68, 0xda, 0x0f, 0xfe, 0xff, + 0x25, 0xcb, 0xf5, 0xa8, 0x70, 0xa1, 0x45, 0xd6, 0x0f, 0xc1, 0xb0, 0x25, 0x50, 0x72, 0x3f, 0xa2, + 0x4c, 0xe8, 0x2d, 0x00, 0x0e, 0xa9, 0xeb, 0xba, 0x23, 0x54, 0x79, 0x66, 0x38, 0xa8, 0x9d, 0x14, + 0x22, 0x34, 0x5d, 0x97, 0xed, 0x20, 0x11, 0xa3, 0x1e, 0x8c, 0xf3, 0x5f, 0xcb, 0xda, 0x06, 0xe9, + 0x72, 0x3d, 0x56, 0xe7, 0x2e, 0xcf, 0x8a, 0xc5, 0x22, 0xaa, 0x9d, 0x59, 0x99, 0x74, 0xd1, 0xf4, + 0x9c, 0x9d, 0x85, 0x9a, 0x98, 0x2b, 0xa7, 0x45, 0x53, 0x5d, 0x86, 0x93, 0x8d, 0x2e, 0xf3, 0xcc, + 0xbc, 0x0b, 0x53, 0x09, 0x19, 0x68, 0x12, 0xf2, 0x0f, 0xc8, 0x0e, 0xd7, 0x33, 0xa6, 0xff, 0x45, + 0xd3, 0x50, 0xd8, 0xd6, 0xba, 0x7d, 0xb1, 0x2c, 0x60, 0xfe, 0xe3, 0xed, 0xdc, 0x37, 0xb3, 0xea, + 0x5f, 0x66, 0x01, 0x35, 0x2c, 0xd3, 0x24, 0x1d, 0x4f, 0x9e, 0x49, 0x6f, 0x42, 0x65, 0xd9, 0xea, + 0x68, 0x5d, 0xa6, 0x00, 0x6e, 0x30, 0x65, 0x38, 0xa8, 0x4d, 0xd3, 0x9e, 0xcf, 0x76, 0x29, 0x46, + 0xfa, 0xa4, 0x90, 0x94, 0x6a, 0x0e, 0x93, 0x9e, 0xe5, 0x11, 0xc6, 0x98, 0x0b, 0x35, 0xc7, 0x18, + 0x1d, 0x86, 0x92, 0x35, 0x17, 0x12, 0xa3, 0x6b, 0x50, 0x5e, 0xa5, 0x6b, 0x47, 0xc7, 0xea, 0x0a, + 0xab, 0xb1, 0xd9, 0xc2, 0xd6, 0x13, 0x89, 0x25, 0x20, 0x52, 0x7f, 0x39, 0x07, 0x67, 0xde, 0xef, + 0x6f, 0x10, 0xc7, 0x24, 0x1e, 0x71, 0xc5, 0xd2, 0x10, 0xf4, 0xe0, 0x2e, 0x4c, 0x25, 0x90, 0xa2, + 0x27, 0x17, 0x86, 0x83, 0xda, 0xd9, 0x07, 0x01, 0xb2, 0x2d, 0x56, 0x1b, 0xa9, 0x91, 0x24, 0x2b, + 0x5a, 0x82, 0xe3, 0x21, 0x90, 0xce, 0x6d, 0x57, 0xc9, 0xb1, 0x39, 0x72, 0x7e, 0x38, 0xa8, 0xcd, + 0x48, 0xd2, 0xe8, 0x3a, 0x20, 0x1b, 0x2c, 0xce, 0x86, 0xde, 0x87, 0xc9, 0x10, 0xf4, 0x9e, 0x63, + 0xf5, 0x6d, 0x57, 0xc9, 0x33, 0x51, 0xb5, 0xe1, 0xa0, 0xf6, 0x92, 0x24, 0x6a, 0x93, 0x21, 0x25, + 0x59, 0x09, 0x46, 0xf5, 0x3f, 0xf2, 0x70, 0x32, 0x04, 0xae, 0x5a, 0x7a, 0xa0, 0x80, 0x15, 0x59, + 0x01, 0xab, 0x96, 0xce, 0xd6, 0x58, 0xae, 0x80, 0x97, 0x87, 0x83, 0xda, 0x39, 0xa9, 0x1d, 0xdb, + 0xd2, 0xe3, 0x4b, 0x6d, 0x92, 0x17, 0x7d, 0x0c, 0xa7, 0x12, 0x40, 0x3e, 0xa3, 0xb9, 0x9d, 0x2f, + 0x0d, 0x07, 0x35, 0x35, 0x45, 0x6a, 0x7c, 0x82, 0x8f, 0x90, 0x82, 0x34, 0x38, 0x2d, 0xa9, 0xdd, + 0x32, 0x3d, 0xcd, 0x30, 0xc5, 0xd6, 0xc0, 0xc7, 0xc3, 0x2b, 0xc3, 0x41, 0xed, 0xa2, 0x6c, 0x37, + 0x9f, 0x26, 0xfe, 0xf1, 0xa3, 0xe4, 0x20, 0x1d, 0x94, 0x14, 0x54, 0xab, 0xa7, 0x6d, 0xfa, 0xfb, + 0xdd, 0xe5, 0xe1, 0xa0, 0xf6, 0xb5, 0xd4, 0x36, 0x0c, 0x4a, 0x25, 0x35, 0x32, 0x52, 0x12, 0xc2, + 0x80, 0x42, 0xdc, 0x5d, 0x4b, 0x27, 0xac, 0x0f, 0x05, 0x26, 0x5f, 0x1d, 0x0e, 0x6a, 0xe7, 0x25, + 0xf9, 0xa6, 0xa5, 0x93, 0xf8, 0xe7, 0xa7, 0x70, 0xab, 0x3f, 0x2d, 0xd0, 0x85, 0x85, 0xed, 0x60, + 0x6b, 0x9e, 0xe6, 0x78, 0xe8, 0xed, 0xd0, 0x25, 0x60, 0x56, 0xad, 0xce, 0x4d, 0xfa, 0x8b, 0x8c, + 0x0f, 0x5f, 0x18, 0xa7, 0x8b, 0xc9, 0x8f, 0x07, 0xb5, 0xec, 0x70, 0x50, 0xcb, 0xe0, 0xb2, 0x34, + 0xbb, 0xf9, 0xee, 0x95, 0x63, 0x7c, 0xd3, 0x3e, 0x9f, 0xbc, 0xc3, 0xc5, 0x78, 0xf9, 0x6e, 0xf6, + 0x2e, 0x94, 0xc4, 0x37, 0x30, 0x8b, 0x54, 0xe7, 0x4e, 0x87, 0xeb, 0x5a, 0x64, 0x27, 0x8e, 0x71, + 0xfb, 0x5c, 0xe8, 0x1d, 0x28, 0xf2, 0xe5, 0x8a, 0x69, 0xbb, 0x3a, 0x77, 0x2a, 0x7d, 0x5d, 0x8c, + 0xb1, 0x0b, 0x1e, 0xb4, 0x04, 0x10, 0x2e, 0x55, 0x81, 0xdf, 0x21, 0x24, 0x24, 0x17, 0xb1, 0x98, + 0x14, 0x89, 0x17, 0xbd, 0x09, 0xe3, 0xeb, 0xc4, 0xe9, 0x19, 0xa6, 0xd6, 0x5d, 0x33, 0x3e, 0xf3, + 0x5d, 0x0f, 0xb6, 0x8d, 0xbb, 0xc6, 0x67, 0xb2, 0x2d, 0x22, 0x74, 0xe8, 0xbb, 0x69, 0x8b, 0x4a, + 0x89, 0x7d, 0xc8, 0xcb, 0xfe, 0x87, 0x8c, 0x5c, 0x92, 0x62, 0xdf, 0x93, 0xb2, 0xc6, 0x7c, 0x00, + 0x13, 0x91, 0xb9, 0xa1, 0x94, 0x99, 0xe8, 0x73, 0x49, 0xd1, 0xd2, 0x44, 0x8f, 0x89, 0x8d, 0x4a, + 0xa0, 0x3b, 0x62, 0xcb, 0x34, 0x3c, 0x43, 0xeb, 0x36, 0xac, 0x5e, 0x4f, 0x33, 0x75, 0xa5, 0x12, + 0xee, 0xec, 0x06, 0xc7, 0xb4, 0x3b, 0x1c, 0x25, 0xef, 0x88, 0x51, 0x26, 0xba, 0x66, 0x09, 0x1b, + 0x62, 0xd2, 0xb1, 0x1c, 0xdd, 0x30, 0x37, 0x15, 0x60, 0x4a, 0x63, 0x6b, 0x96, 0xcb, 0x71, 0x6d, + 0xc7, 0x47, 0xca, 0x6b, 0x56, 0x9c, 0xf1, 0xdb, 0x63, 0xe5, 0xea, 0xe4, 0x78, 0xc2, 0x79, 0xf8, + 0x93, 0x3c, 0x54, 0x05, 0xe9, 0xb7, 0x2d, 0xc3, 0x7c, 0x31, 0xc0, 0xf7, 0x33, 0xc0, 0x53, 0x07, + 0x6a, 0xf1, 0xa0, 0x06, 0xaa, 0xfa, 0x79, 0x2e, 0x58, 0x8d, 0x56, 0x1d, 0xc3, 0xdc, 0xdf, 0x6a, + 0x74, 0x09, 0xa0, 0xb1, 0xd5, 0x37, 0x1f, 0xf0, 0x53, 0x4d, 0x2e, 0x3c, 0xd5, 0x74, 0x0c, 0x2c, + 0x61, 0xe8, 0xd1, 0xa6, 0x49, 0xe5, 0x53, 0xcb, 0x8c, 0x2f, 0x54, 0x1e, 0x73, 0x49, 0xd9, 0xd7, + 0x30, 0x03, 0xa3, 0x1a, 0x14, 0x16, 0x76, 0x3c, 0xe2, 0x32, 0xcd, 0xe7, 0xf9, 0xd1, 0x67, 0x83, + 0x02, 0x30, 0x87, 0xa3, 0x79, 0x98, 0x6a, 0x92, 0xae, 0xb6, 0x73, 0xc7, 0xe8, 0x76, 0x0d, 0x97, + 0x74, 0x2c, 0x53, 0x77, 0x99, 0x92, 0x45, 0x73, 0x3d, 0x17, 0x27, 0x09, 0x90, 0x0a, 0xc5, 0x95, + 0xfb, 0xf7, 0x5d, 0xe2, 0x31, 0xf5, 0xe5, 0x17, 0x60, 0x38, 0xa8, 0x15, 0x2d, 0x06, 0xc1, 0x02, + 0xa3, 0xfe, 0x4b, 0x0e, 0x26, 0x82, 0x51, 0xfe, 0x09, 0xe9, 0x1c, 0xce, 0xea, 0x1c, 0x8e, 0xbd, + 0xfc, 0xbe, 0xc7, 0xde, 0xd8, 0x3e, 0xc6, 0x9e, 0x0a, 0x45, 0x4c, 0x34, 0x57, 0x8c, 0xe0, 0x0a, + 0xd7, 0x98, 0xc3, 0x20, 0x58, 0x60, 0xd0, 0xcb, 0x50, 0xba, 0xa3, 0x3d, 0x32, 0x7a, 0xfd, 0x9e, + 0x50, 0x2b, 0x3b, 0xa7, 0xf5, 0xb4, 0x47, 0xd8, 0x87, 0xab, 0x3f, 0x18, 0xa3, 0x72, 0xe8, 0x72, + 0x7c, 0x34, 0x97, 0x82, 0x83, 0x53, 0x68, 0x68, 0xd8, 0xc2, 0x53, 0x18, 0xf6, 0xb9, 0xd9, 0xeb, + 0xd4, 0xff, 0x29, 0xd1, 0x73, 0x1b, 0xd3, 0xfe, 0xa2, 0xa9, 0xbf, 0x18, 0x35, 0xfb, 0x19, 0x35, + 0x4d, 0x98, 0x5a, 0x34, 0xb7, 0x34, 0xb3, 0x43, 0xf4, 0x70, 0xc7, 0xa7, 0x43, 0xa7, 0xcc, 0xa3, + 0x25, 0x44, 0x20, 0xc3, 0x2d, 0x1f, 0x27, 0x19, 0xd0, 0x75, 0xa8, 0xb6, 0x4c, 0x8f, 0x38, 0x5a, + 0xc7, 0x33, 0xb6, 0x09, 0x1b, 0x3d, 0xe5, 0x85, 0xe3, 0xc3, 0x41, 0xad, 0x6a, 0x84, 0x60, 0x2c, + 0xd3, 0xa0, 0x79, 0x18, 0x5f, 0xd5, 0x1c, 0xcf, 0xe8, 0x18, 0xb6, 0x66, 0x7a, 0xae, 0x52, 0x66, + 0xee, 0xca, 0xe4, 0x70, 0x50, 0x1b, 0xb7, 0x25, 0x38, 0x8e, 0x50, 0xa1, 0xef, 0x42, 0x85, 0xb9, + 0xc5, 0x2c, 0x22, 0x55, 0x79, 0x62, 0x44, 0xea, 0x62, 0x78, 0xca, 0xe6, 0x8e, 0x8b, 0x4b, 0x99, + 0xc3, 0xa9, 0xc0, 0x82, 0x54, 0xa1, 0x44, 0xf4, 0x1d, 0x28, 0x2d, 0x9a, 0x3a, 0x13, 0x0e, 0x4f, + 0x14, 0xae, 0x0a, 0xe1, 0xa7, 0x42, 0xe1, 0x96, 0x1d, 0x93, 0xed, 0x8b, 0x4b, 0x9f, 0x65, 0xd5, + 0x9f, 0xdd, 0x2c, 0x1b, 0xff, 0x19, 0x78, 0x94, 0x13, 0x07, 0xe5, 0x51, 0x1e, 0x7b, 0x4a, 0x8f, + 0x52, 0xfd, 0x0c, 0xaa, 0x0b, 0xab, 0xb7, 0x83, 0xd9, 0x7b, 0x06, 0xf2, 0xab, 0x22, 0x02, 0x38, + 0xc6, 0x77, 0x16, 0xdb, 0xd0, 0x31, 0x85, 0xa1, 0x2b, 0x50, 0x6e, 0xb0, 0x63, 0xb5, 0x08, 0x26, + 0x8d, 0xf1, 0x60, 0x52, 0x87, 0xc1, 0x58, 0x30, 0xc9, 0x47, 0xa3, 0xaf, 0x43, 0x69, 0xd5, 0xb1, + 0x36, 0x1d, 0xad, 0x27, 0xce, 0x9f, 0xd5, 0xe1, 0xa0, 0x56, 0xb2, 0x39, 0x08, 0xfb, 0x38, 0xf5, + 0xb7, 0xb2, 0x50, 0x5c, 0xf3, 0x34, 0xaf, 0xef, 0x52, 0x8e, 0xb5, 0x3e, 0xf3, 0x6a, 0x59, 0xdb, + 0x65, 0xce, 0xe1, 0x72, 0x10, 0xf6, 0x71, 0xe8, 0x0a, 0x14, 0x16, 0x1d, 0xc7, 0x72, 0xe4, 0xa0, + 0x20, 0xa1, 0x00, 0x39, 0x28, 0xc8, 0x28, 0xd0, 0x4d, 0xa8, 0xf2, 0x35, 0xc7, 0x75, 0xe9, 0x19, + 0x95, 0x7f, 0xc7, 0xc9, 0xe1, 0xa0, 0x36, 0xd5, 0xe3, 0x20, 0x39, 0x3a, 0x2a, 0x51, 0xaa, 0x5f, + 0xb0, 0x50, 0x1c, 0x53, 0x93, 0xaf, 0xf1, 0xe7, 0xd0, 0xa1, 0xbe, 0x01, 0xf9, 0x85, 0xd5, 0xdb, + 0x62, 0x01, 0x3c, 0xe1, 0xb3, 0x4a, 0x43, 0x25, 0xc6, 0x47, 0xa9, 0xd1, 0x59, 0x18, 0x5b, 0xa5, + 0xc3, 0xa7, 0xc8, 0x86, 0x47, 0x79, 0x38, 0xa8, 0x8d, 0xd9, 0x74, 0xfc, 0x30, 0x28, 0xc3, 0x6a, + 0xde, 0x16, 0x5b, 0xcb, 0x2a, 0x02, 0xab, 0x79, 0x5b, 0x98, 0x41, 0x29, 0xb6, 0xee, 0x6c, 0x6e, + 0x8b, 0x55, 0x8b, 0x61, 0x35, 0x67, 0x73, 0x1b, 0x33, 0x28, 0xba, 0x06, 0x80, 0x89, 0xd7, 0x77, + 0x4c, 0x16, 0x60, 0xa7, 0xcb, 0x54, 0x81, 0xaf, 0x86, 0x0e, 0x83, 0xb6, 0x3b, 0x96, 0x4e, 0xb0, + 0x44, 0xa2, 0xfe, 0x71, 0x78, 0x26, 0x6a, 0x1a, 0xee, 0x83, 0x17, 0x26, 0xdc, 0x83, 0x09, 0xa9, + 0x91, 0x8a, 0xa9, 0x46, 0xaa, 0x41, 0xe1, 0x76, 0x57, 0xdb, 0x74, 0x99, 0x0d, 0x0b, 0xfc, 0xa4, + 0x70, 0x9f, 0x02, 0x30, 0x87, 0xc7, 0xec, 0x54, 0x7e, 0xb2, 0x9d, 0x7e, 0xbb, 0x10, 0xcc, 0xb6, + 0xbb, 0xc4, 0x7b, 0x68, 0x39, 0x2f, 0x4c, 0xf5, 0x55, 0x4d, 0x75, 0x09, 0x4a, 0x6b, 0x4e, 0x87, + 0x85, 0x8b, 0xb9, 0xb5, 0xc6, 0x87, 0x83, 0x5a, 0xd9, 0x75, 0x3a, 0x2c, 0xca, 0x8e, 0x7d, 0x24, + 0xa5, 0x6b, 0xba, 0x1e, 0xa3, 0x2b, 0x85, 0x74, 0xba, 0xeb, 0x09, 0x3a, 0x81, 0x14, 0x74, 0xab, + 0x96, 0xe3, 0x09, 0xc3, 0x05, 0x74, 0xb6, 0xe5, 0x78, 0xd8, 0x47, 0xa2, 0x57, 0x01, 0xd6, 0x1b, + 0xab, 0x1f, 0x12, 0x87, 0xa9, 0x8b, 0xcf, 0x45, 0xb6, 0x5c, 0x6f, 0x73, 0x10, 0x96, 0xd0, 0x68, + 0x1d, 0x2a, 0x2b, 0x36, 0x71, 0x34, 0xe6, 0x94, 0x51, 0x0f, 0xe0, 0xd8, 0xdc, 0x2b, 0x31, 0xd5, + 0x0a, 0xbb, 0xcf, 0x8a, 0x7f, 0x03, 0x72, 0xbe, 0xbf, 0x58, 0xfe, 0x4f, 0x1c, 0x0a, 0x42, 0x37, + 0xa1, 0x58, 0xe7, 0x7e, 0x5e, 0x95, 0x89, 0x0c, 0x54, 0xb6, 0x48, 0xff, 0xe1, 0x28, 0x7e, 0x7a, + 0xd2, 0xd8, 0xff, 0xb1, 0x20, 0x57, 0xaf, 0xc0, 0x64, 0xbc, 0x19, 0x54, 0x85, 0x52, 0x63, 0xe5, + 0xee, 0xdd, 0xc5, 0xc6, 0xfa, 0x64, 0x06, 0x95, 0x61, 0x6c, 0x6d, 0xf1, 0x6e, 0x73, 0x32, 0xab, + 0xfe, 0xa9, 0xb4, 0x82, 0xd0, 0xa1, 0xf5, 0x22, 0xaa, 0xb2, 0x0f, 0x97, 0x7a, 0x0e, 0x26, 0x59, + 0x28, 0x61, 0xdd, 0xd1, 0x4c, 0xb7, 0x67, 0x78, 0x1e, 0xd1, 0xc5, 0x2e, 0xc1, 0x02, 0x08, 0xde, + 0x23, 0x9c, 0xc0, 0xa3, 0xab, 0x30, 0xc1, 0x60, 0x98, 0x74, 0x88, 0xb1, 0x4d, 0x74, 0x36, 0x7a, + 0x05, 0x83, 0xf3, 0x08, 0x47, 0x91, 0xea, 0x3f, 0x84, 0x81, 0x95, 0x65, 0xa2, 0x6d, 0x93, 0x17, + 0xf6, 0xda, 0x87, 0xbd, 0xd4, 0x3f, 0xcc, 0x43, 0x85, 0xf6, 0x88, 0x5f, 0xb0, 0x1e, 0x86, 0x2a, + 0xe7, 0x7d, 0xdf, 0x50, 0x68, 0xf2, 0x58, 0xa0, 0x09, 0x06, 0x4d, 0x68, 0x80, 0xfb, 0x91, 0x57, + 0xa1, 0x78, 0x87, 0x78, 0x5b, 0x96, 0x2e, 0x2e, 0x25, 0xa6, 0x87, 0x83, 0xda, 0x64, 0x8f, 0x41, + 0x24, 0x7f, 0x4f, 0xd0, 0xa0, 0x07, 0x80, 0x5a, 0x3a, 0x31, 0x3d, 0xc3, 0xdb, 0xa9, 0x7b, 0x9e, + 0x63, 0x6c, 0xf4, 0x3d, 0xe2, 0x0a, 0xbd, 0x9d, 0x4e, 0x9c, 0x53, 0xd6, 0x58, 0x62, 0x01, 0xbb, + 0x87, 0x98, 0xd6, 0x02, 0xf2, 0x50, 0xec, 0xff, 0x0d, 0x6a, 0x45, 0x4e, 0x83, 0x53, 0xc4, 0xa2, + 0x0f, 0xa0, 0x72, 0xe7, 0x76, 0xbd, 0x49, 0xb6, 0x8d, 0x0e, 0x11, 0x01, 0xc5, 0x33, 0x81, 0x16, + 0x7d, 0x44, 0xa0, 0x12, 0x76, 0x67, 0xd8, 0xbb, 0xaf, 0xb5, 0x75, 0x06, 0x97, 0xef, 0x0c, 0x03, + 0x62, 0xf5, 0xbf, 0xb3, 0x30, 0x89, 0x89, 0x6b, 0xf5, 0x9d, 0x90, 0x13, 0x5d, 0x82, 0x31, 0xe9, + 0xc2, 0x8a, 0x45, 0x2b, 0x62, 0xb7, 0x24, 0x0c, 0x8f, 0xd6, 0xa0, 0xb4, 0xf8, 0xc8, 0x36, 0x1c, + 0xe2, 0x0a, 0xdb, 0xec, 0x76, 0x32, 0x3b, 0x27, 0x4e, 0x66, 0x53, 0x84, 0xb3, 0x24, 0x0e, 0x65, + 0x1c, 0x8c, 0xde, 0x84, 0xca, 0x3d, 0x5b, 0xd7, 0x3c, 0xa2, 0x2f, 0xec, 0x08, 0x9f, 0x9b, 0xf5, + 0xa4, 0xcf, 0x81, 0xed, 0x8d, 0x1d, 0xb9, 0x27, 0x01, 0x29, 0xba, 0x08, 0xf9, 0xf5, 0xf5, 0x65, + 0x61, 0x34, 0x96, 0x5e, 0xe1, 0x79, 0xf2, 0x45, 0x29, 0xc5, 0xaa, 0xdf, 0xcf, 0x01, 0xd0, 0xb1, + 0xd1, 0x70, 0x88, 0xe6, 0x1d, 0xce, 0x04, 0x5f, 0x80, 0xb2, 0xaf, 0x70, 0x31, 0x2e, 0x15, 0x9f, + 0x37, 0x6e, 0x88, 0x78, 0xdb, 0x3e, 0x9e, 0x3a, 0x51, 0xd8, 0xea, 0xb2, 0x70, 0x6b, 0xde, 0xcf, + 0x34, 0x71, 0x28, 0x00, 0x73, 0x38, 0x7a, 0x15, 0x2a, 0x62, 0x2a, 0x5a, 0x8e, 0x88, 0x04, 0xf2, + 0xa3, 0x96, 0x0f, 0xc4, 0x21, 0x5e, 0xfd, 0x9b, 0x2c, 0x57, 0x4a, 0x93, 0x74, 0xc9, 0xd1, 0x55, + 0x8a, 0xfa, 0x6b, 0x59, 0x40, 0x54, 0xd8, 0xaa, 0xe6, 0xba, 0x0f, 0x2d, 0x47, 0x6f, 0x6c, 0x69, + 0xe6, 0xe6, 0xa1, 0x74, 0x47, 0xfd, 0x5e, 0x01, 0x4e, 0x44, 0x6e, 0x58, 0x8e, 0xf8, 0x78, 0xbb, + 0x12, 0x1d, 0x6f, 0xec, 0xd0, 0xcc, 0xc6, 0x9b, 0x7c, 0x68, 0xe6, 0x23, 0xef, 0x6b, 0x50, 0x11, + 0x7d, 0x6e, 0x35, 0xc5, 0xc8, 0x63, 0xdb, 0xad, 0xa1, 0xe3, 0x10, 0x81, 0x5e, 0x83, 0x71, 0xf1, + 0x83, 0xae, 0xba, 0x7e, 0x5c, 0x94, 0x8d, 0x63, 0x97, 0x02, 0x70, 0x04, 0x8d, 0xde, 0x80, 0x0a, + 0x1d, 0x9c, 0x9b, 0x2c, 0x37, 0xa7, 0x14, 0xa6, 0xb0, 0xe8, 0x3e, 0x50, 0x5e, 0x12, 0x02, 0x4a, + 0xba, 0x94, 0x8b, 0x60, 0x78, 0x39, 0x5c, 0xca, 0x79, 0x30, 0x5c, 0x5e, 0xca, 0x45, 0x58, 0xfc, + 0x63, 0xa8, 0xd6, 0x4d, 0xd3, 0xf2, 0x98, 0x4b, 0xe7, 0x8a, 0x40, 0xd6, 0xc8, 0x35, 0xfc, 0x22, + 0x4b, 0xac, 0x08, 0xe9, 0x53, 0x17, 0x71, 0x59, 0x20, 0x9a, 0xa3, 0x86, 0xd8, 0x36, 0xc8, 0x43, + 0xe2, 0x88, 0xeb, 0x3b, 0x16, 0xcc, 0x73, 0x04, 0x4c, 0x4e, 0xb3, 0xf0, 0xe9, 0xd0, 0x02, 0x4c, + 0xac, 0x3a, 0x96, 0x6d, 0xb9, 0x44, 0xe7, 0x8a, 0xaa, 0x32, 0xc6, 0xb3, 0xc3, 0x41, 0x4d, 0xb1, + 0x05, 0xa2, 0xcd, 0x34, 0x26, 0xb1, 0x47, 0x59, 0xd4, 0x1f, 0x64, 0x63, 0x83, 0xf1, 0x10, 0xe7, + 0x79, 0x64, 0x74, 0xe4, 0x47, 0x8c, 0x0e, 0xf5, 0xf7, 0x72, 0x50, 0xa5, 0xe7, 0x84, 0xdb, 0x96, + 0xf3, 0x50, 0x73, 0x0e, 0x27, 0x78, 0x12, 0x75, 0x84, 0xf2, 0xfb, 0x70, 0x5c, 0x43, 0x37, 0x64, + 0x6c, 0x0f, 0x6e, 0xc8, 0x59, 0x18, 0x63, 0xe7, 0xad, 0x42, 0x78, 0x8a, 0x66, 0x67, 0x2d, 0x06, + 0x55, 0x7f, 0x31, 0x07, 0xf0, 0x9d, 0xeb, 0xd7, 0x9f, 0x63, 0x05, 0xa9, 0xbf, 0x93, 0x85, 0xe3, + 0x22, 0xba, 0x26, 0xe5, 0x20, 0x96, 0xfc, 0xb8, 0x68, 0x36, 0x8c, 0x1a, 0x8a, 0x78, 0x28, 0xf6, + 0x71, 0x74, 0x26, 0x2e, 0x3e, 0x32, 0x3c, 0x16, 0x60, 0x90, 0x92, 0x10, 0x89, 0x80, 0xc9, 0x33, + 0xd1, 0xa7, 0x43, 0xaf, 0xf9, 0x71, 0xc3, 0x7c, 0xb8, 0xfc, 0x50, 0x86, 0xc5, 0xd4, 0xd8, 0xa1, + 0xfa, 0xc3, 0x31, 0x18, 0x5b, 0x7c, 0x44, 0x3a, 0x47, 0xdc, 0x34, 0xd2, 0x69, 0x64, 0x6c, 0x9f, + 0xa7, 0x91, 0xa7, 0xb9, 0x08, 0x79, 0x37, 0xb4, 0x67, 0x31, 0xda, 0x7c, 0xcc, 0xf2, 0xf1, 0xe6, + 0x7d, 0x4b, 0x1f, 0xbd, 0x7b, 0xb4, 0xbf, 0xcd, 0x43, 0x7e, 0xad, 0xb1, 0xfa, 0x62, 0xdc, 0x1c, + 0xea, 0xb8, 0xd9, 0x3d, 0xd0, 0xac, 0x06, 0xb1, 0xa3, 0x72, 0x78, 0xc9, 0x1e, 0x0b, 0x13, 0x7d, + 0x9e, 0x83, 0xca, 0x5a, 0x7f, 0xc3, 0xdd, 0x71, 0x3d, 0xd2, 0x3b, 0xe2, 0xd6, 0x3c, 0x2b, 0xce, + 0x83, 0x63, 0xa1, 0x36, 0xe8, 0x79, 0x50, 0x9c, 0x02, 0x2f, 0xfa, 0x2b, 0xa3, 0x74, 0xce, 0x08, + 0x56, 0x46, 0x7f, 0x3d, 0xfc, 0x8b, 0x1c, 0x4c, 0x36, 0xba, 0x06, 0x31, 0xbd, 0xa6, 0xe1, 0x8a, + 0x53, 0xc8, 0x11, 0xd7, 0xca, 0xfe, 0x02, 0x2d, 0x5f, 0x21, 0x51, 0x43, 0xfd, 0xa5, 0x1c, 0x54, + 0xeb, 0x7d, 0x6f, 0xab, 0xee, 0xb1, 0xcd, 0xe5, 0xb9, 0xdc, 0xe6, 0xff, 0x3e, 0x0b, 0xc7, 0xe9, + 0x87, 0xac, 0x5b, 0x0f, 0x88, 0x79, 0x00, 0xc7, 0x28, 0xf9, 0x38, 0x94, 0x7b, 0xca, 0xe3, 0x90, + 0xaf, 0xcb, 0xfc, 0x1e, 0x8f, 0x85, 0xf4, 0xa0, 0x4d, 0x4f, 0x49, 0xcf, 0x48, 0x37, 0x0e, 0xe0, + 0x1c, 0x71, 0x98, 0xdd, 0xf8, 0xc7, 0x2c, 0x4c, 0xaf, 0x3b, 0x74, 0x23, 0xd7, 0xc5, 0x7e, 0x7e, + 0xc4, 0xed, 0x92, 0xec, 0xd0, 0x11, 0xb7, 0xd0, 0x4f, 0xb2, 0x70, 0x26, 0xda, 0xa1, 0x67, 0x61, + 0x15, 0xf8, 0xa7, 0x2c, 0x9c, 0x7c, 0xcf, 0xf0, 0xb6, 0xfa, 0x1b, 0x41, 0x08, 0xee, 0xd9, 0xeb, + 0xd1, 0x11, 0x1f, 0x79, 0x3f, 0xca, 0xc2, 0x89, 0x95, 0x56, 0xb3, 0xf1, 0xac, 0x58, 0x28, 0xd1, + 0x9f, 0x67, 0xc0, 0x3e, 0x6b, 0xf5, 0x3b, 0xcb, 0xcf, 0x92, 0x7d, 0x22, 0xfd, 0x39, 0xe2, 0xf6, + 0xf9, 0x95, 0x22, 0x54, 0xe9, 0xb9, 0x56, 0xc4, 0xf4, 0x9e, 0x6b, 0x4f, 0x7f, 0x0e, 0xaa, 0x42, + 0x0d, 0xec, 0x48, 0xc9, 0xdd, 0x7d, 0x96, 0x53, 0x29, 0xaa, 0x3a, 0xdb, 0xec, 0x68, 0x29, 0x13, + 0xd1, 0x13, 0xd7, 0x87, 0xc4, 0xd9, 0x90, 0x73, 0x68, 0xb6, 0x89, 0xb3, 0x81, 0x19, 0x14, 0x2d, + 0x87, 0x77, 0x76, 0xf5, 0xd5, 0x16, 0x2b, 0x46, 0x13, 0x27, 0x55, 0x56, 0x5d, 0xe7, 0x08, 0x5c, + 0x5b, 0xb3, 0x0d, 0x5e, 0xc6, 0x26, 0xe7, 0xef, 0xc5, 0x39, 0xd1, 0x5d, 0x98, 0xf2, 0x61, 0x61, + 0x55, 0x59, 0x39, 0x45, 0x5c, 0x5a, 0x3d, 0x59, 0x92, 0x15, 0xbd, 0x0b, 0xe3, 0x3e, 0xf0, 0x7d, + 0x83, 0xd5, 0xbc, 0x50, 0x51, 0x2f, 0x0d, 0x07, 0xb5, 0xd3, 0x81, 0xa8, 0x07, 0x46, 0x24, 0x3f, + 0x31, 0xc2, 0x20, 0x0b, 0x60, 0xc7, 0x4e, 0x48, 0x11, 0x10, 0xbb, 0x8f, 0x8c, 0x30, 0xa0, 0x37, + 0x98, 0x00, 0xdb, 0x32, 0x5d, 0xc2, 0x62, 0x7c, 0x55, 0x96, 0x60, 0xc2, 0xee, 0x04, 0x1d, 0x01, + 0xe7, 0x69, 0x44, 0x11, 0x32, 0xb4, 0x02, 0x10, 0xc6, 0x62, 0x44, 0xb2, 0xe6, 0x9e, 0xa3, 0x44, + 0x92, 0x08, 0xf5, 0x9f, 0xe9, 0xf9, 0xcd, 0xb6, 0x83, 0x91, 0xfc, 0x1a, 0x14, 0xeb, 0xb6, 0x7d, + 0x0f, 0xb7, 0x44, 0x74, 0x92, 0xe5, 0x12, 0x6a, 0xb6, 0xdd, 0xee, 0x3b, 0x86, 0x7c, 0x21, 0xc1, + 0x89, 0x50, 0x03, 0x26, 0xea, 0xb6, 0xbd, 0xda, 0xdf, 0xe8, 0x1a, 0x1d, 0xa9, 0xa4, 0x93, 0xd7, + 0x05, 0xdb, 0x76, 0xdb, 0x66, 0x98, 0x78, 0x41, 0x6c, 0x94, 0x07, 0x7d, 0x0c, 0x95, 0xba, 0x6d, + 0x8b, 0x82, 0xd8, 0x3c, 0x2b, 0x88, 0x55, 0xfd, 0x3e, 0x49, 0xdf, 0x36, 0x1b, 0x10, 0xf1, 0x52, + 0xd8, 0xb3, 0xe2, 0xb6, 0x76, 0x9a, 0x36, 0x94, 0xa8, 0x83, 0x0d, 0x45, 0xa2, 0xd7, 0xa1, 0x54, + 0xb7, 0x6d, 0x29, 0x3c, 0xc0, 0x42, 0xa9, 0x94, 0x2b, 0x66, 0x22, 0x9f, 0x6c, 0xe6, 0x1d, 0x38, + 0x16, 0x6d, 0x6c, 0x4f, 0x35, 0xb3, 0xff, 0x9b, 0x65, 0x1d, 0x3a, 0xe2, 0x17, 0x6a, 0x37, 0x20, + 0x5f, 0xb7, 0x6d, 0xb1, 0x9c, 0x9c, 0x48, 0xb1, 0x47, 0x3c, 0x5b, 0xab, 0x6e, 0xdb, 0x7e, 0xd7, + 0xf9, 0x95, 0xf7, 0xf3, 0xd5, 0xf5, 0x2f, 0x78, 0xd7, 0x8f, 0xf8, 0x0d, 0xf5, 0x0f, 0xf3, 0x70, + 0xbc, 0x6e, 0xdb, 0x2f, 0x4a, 0x49, 0x0f, 0x2a, 0x27, 0xec, 0x3a, 0x80, 0xb4, 0x3c, 0x96, 0x82, + 0xd4, 0x8f, 0xaa, 0xb4, 0x34, 0x2a, 0x59, 0x2c, 0x11, 0xf9, 0xc3, 0xaf, 0xbc, 0xa7, 0xe1, 0xf7, + 0xd7, 0x11, 0xc3, 0xb1, 0xb2, 0xb8, 0x17, 0x86, 0x2b, 0xec, 0xcb, 0xa3, 0x3a, 0x26, 0x2b, 0x53, + 0x24, 0x7c, 0x8b, 0x1b, 0x7a, 0xbf, 0xfc, 0xa0, 0x43, 0x51, 0x6d, 0x43, 0xc7, 0x31, 0x5a, 0xdf, + 0x86, 0xa5, 0x3d, 0xd9, 0xf0, 0x0f, 0x72, 0x30, 0x15, 0xda, 0xf0, 0x20, 0x1c, 0xd3, 0x6b, 0x00, + 0x3c, 0x48, 0x19, 0x5c, 0x24, 0x4e, 0xf0, 0x4c, 0x65, 0x97, 0x41, 0x45, 0xa6, 0x72, 0x48, 0x12, + 0xdc, 0x2a, 0xe4, 0x53, 0x6f, 0x15, 0xae, 0x40, 0x19, 0x6b, 0x0f, 0x3f, 0xe8, 0x13, 0x67, 0x47, + 0x6c, 0xa5, 0x2c, 0x94, 0xee, 0x68, 0x0f, 0xdb, 0x9f, 0x52, 0x20, 0x0e, 0xd0, 0x48, 0x0d, 0x72, + 0xd4, 0xa4, 0xe0, 0x31, 0xcf, 0x51, 0x0b, 0x32, 0xd3, 0x84, 0x92, 0x8a, 0x7b, 0x52, 0xd2, 0x4f, + 0x8a, 0x30, 0xd9, 0xd4, 0x3c, 0x6d, 0x43, 0x73, 0x89, 0x74, 0x90, 0x38, 0xee, 0xc3, 0xe8, 0x40, + 0x30, 0x82, 0x67, 0x44, 0x58, 0x5e, 0x96, 0xbe, 0xd1, 0x76, 0x39, 0x54, 0x7e, 0x77, 0x21, 0xc6, + 0x80, 0xbe, 0x15, 0xca, 0x0d, 0x1e, 0x9a, 0xe0, 0xee, 0x0c, 0xd3, 0x98, 0xbe, 0xd1, 0xb6, 0x05, + 0x18, 0x27, 0x08, 0xd1, 0x55, 0xa8, 0xfa, 0x30, 0xea, 0x3c, 0xe5, 0xc3, 0x3e, 0xeb, 0x1b, 0xd4, + 0x77, 0xc2, 0x32, 0x1a, 0xbd, 0x05, 0xe3, 0xfe, 0x4f, 0xc9, 0x2d, 0x61, 0xbe, 0x96, 0xbe, 0x91, + 0x70, 0x1c, 0x65, 0x52, 0x99, 0x95, 0xcd, 0xcf, 0x42, 0x84, 0x35, 0xf6, 0xc8, 0x4c, 0x84, 0x14, + 0x7d, 0x0a, 0xc7, 0xfc, 0xdf, 0xc2, 0xd9, 0x2a, 0x32, 0x67, 0xeb, 0xaa, 0xaf, 0xf9, 0xb8, 0x5a, + 0x67, 0xa3, 0xe4, 0xdc, 0xed, 0x7a, 0x49, 0xb8, 0x5d, 0x27, 0xf4, 0x8d, 0xa4, 0xd7, 0x15, 0x6b, + 0x00, 0xb5, 0x60, 0xca, 0x87, 0xd4, 0x3f, 0x5a, 0xc3, 0x64, 0x93, 0xce, 0xca, 0x52, 0xe8, 0x2c, + 0xeb, 0x1b, 0x6d, 0xf6, 0xfc, 0x0c, 0x43, 0xc8, 0x3e, 0x7b, 0x82, 0x0b, 0x75, 0xe1, 0x6c, 0x04, + 0xa8, 0xbb, 0x5b, 0xc6, 0x7d, 0x4f, 0x78, 0xba, 0xad, 0xa6, 0x38, 0x0e, 0xb0, 0xf7, 0x19, 0x02, + 0xa9, 0x9c, 0xc6, 0x7f, 0xc0, 0xa3, 0x1d, 0x79, 0xcb, 0x68, 0x57, 0x69, 0x68, 0x0d, 0xa6, 0x7d, + 0xfc, 0x7b, 0x8d, 0xd5, 0x55, 0xc7, 0xfa, 0x84, 0x74, 0xbc, 0x56, 0x53, 0x9c, 0x14, 0x58, 0x09, + 0x92, 0xbe, 0xd1, 0xde, 0xec, 0xd8, 0x74, 0x50, 0x50, 0x5c, 0x54, 0x78, 0x2a, 0x33, 0xfa, 0x10, + 0x4e, 0x4a, 0xf0, 0x96, 0xe9, 0x7a, 0x9a, 0xd9, 0x21, 0xad, 0xa6, 0x38, 0x3e, 0xb0, 0xa3, 0x8c, + 0x90, 0x6a, 0x08, 0x64, 0x54, 0x6c, 0x3a, 0xfb, 0x4c, 0x1d, 0x4e, 0xa4, 0x58, 0x6a, 0x4f, 0x3e, + 0xeb, 0xe7, 0xb9, 0x70, 0x70, 0x1c, 0x71, 0xc7, 0x75, 0x01, 0xca, 0x7e, 0x4f, 0xc4, 0x16, 0xa2, + 0x8c, 0x1a, 0xe0, 0x71, 0x19, 0x3e, 0x3e, 0xa2, 0x8e, 0x23, 0xee, 0xcc, 0x1e, 0x84, 0x3a, 0x1e, + 0x67, 0x43, 0x75, 0x1c, 0x71, 0x07, 0xf7, 0x47, 0xf9, 0x70, 0x66, 0xbf, 0xf0, 0x72, 0x0f, 0xca, + 0x59, 0x0a, 0x2f, 0x4e, 0x8b, 0x7b, 0x48, 0x20, 0x93, 0x87, 0x66, 0xe9, 0x29, 0x87, 0xe6, 0xbf, + 0x26, 0xed, 0xc9, 0x1d, 0x90, 0x23, 0x69, 0xcf, 0x03, 0x98, 0xac, 0x68, 0x0e, 0x26, 0xfc, 0xff, + 0x73, 0x4f, 0xad, 0x20, 0xd5, 0x43, 0x6d, 0x08, 0x47, 0x2d, 0x4a, 0x82, 0x7e, 0x01, 0x4e, 0x47, + 0x00, 0xab, 0x9a, 0xa3, 0xf5, 0x88, 0x47, 0x1c, 0xee, 0x23, 0x88, 0x27, 0xa1, 0x7c, 0xee, 0xb6, + 0x1d, 0xa0, 0xe5, 0x57, 0x95, 0x46, 0x48, 0x90, 0x06, 0x47, 0x69, 0x0f, 0xb7, 0xea, 0xff, 0x55, + 0x80, 0x99, 0x8f, 0x0c, 0x53, 0xb7, 0x1e, 0xba, 0x4d, 0xe2, 0x3e, 0xf0, 0xac, 0x67, 0xe0, 0x50, + 0x7a, 0x70, 0xd5, 0xfb, 0xa1, 0x4e, 0x0b, 0x7b, 0x98, 0x70, 0x1f, 0xc0, 0xc9, 0xb8, 0x4a, 0x9d, + 0xa0, 0x52, 0x43, 0xb8, 0x64, 0x0f, 0x39, 0x41, 0x5b, 0xe7, 0x14, 0xbe, 0xe7, 0x8c, 0xd3, 0x39, + 0xd1, 0x1c, 0x54, 0x05, 0x44, 0x3a, 0xe0, 0xb2, 0xd0, 0xb1, 0x2f, 0x80, 0xe5, 0x84, 0xca, 0x44, + 0xe8, 0x1b, 0x50, 0x6c, 0x5a, 0x3d, 0xcd, 0xf0, 0x93, 0x93, 0x58, 0xf9, 0x46, 0xd0, 0x2e, 0xc3, + 0x60, 0x41, 0x41, 0xe5, 0x8b, 0x86, 0x99, 0xc9, 0x2a, 0xa1, 0x7c, 0x9f, 0x81, 0xfa, 0xbc, 0x58, + 0x26, 0x42, 0x16, 0x4c, 0x88, 0xe6, 0x84, 0x9f, 0x0b, 0xcc, 0xcf, 0x7d, 0xc3, 0xd7, 0xd1, 0xe8, + 0x61, 0x35, 0x1b, 0xe1, 0xe3, 0x0e, 0x2f, 0xfb, 0x3a, 0xbf, 0x33, 0xdc, 0xe3, 0xc5, 0x51, 0xf9, + 0x33, 0xb7, 0x00, 0x25, 0x19, 0xf7, 0xe4, 0x7f, 0xfd, 0x7a, 0x0e, 0x50, 0x6c, 0x19, 0x3b, 0xb2, + 0x6f, 0x54, 0x1c, 0x84, 0xc7, 0xf1, 0x67, 0x59, 0x98, 0x4a, 0xd4, 0x0b, 0xa1, 0x1b, 0x00, 0x1c, + 0x22, 0xd5, 0xfe, 0xb0, 0x4c, 0xff, 0xb0, 0x86, 0x88, 0x9d, 0x9e, 0xb0, 0x44, 0x86, 0xae, 0x41, + 0x99, 0xff, 0x0a, 0xde, 0x87, 0x8c, 0xb3, 0xf4, 0xfb, 0x86, 0x8e, 0x03, 0xa2, 0xb0, 0x15, 0xf6, + 0x52, 0x6a, 0x3e, 0x95, 0xc5, 0xdb, 0xb1, 0x83, 0x56, 0x28, 0x99, 0xfa, 0x45, 0x16, 0xc6, 0x83, + 0x0f, 0xae, 0xeb, 0x87, 0x65, 0xba, 0xa2, 0x28, 0xbd, 0xca, 0x3f, 0xa9, 0xf4, 0x2a, 0xb6, 0x40, + 0x88, 0x5a, 0xab, 0xbf, 0xcb, 0xc2, 0xf1, 0x80, 0xf6, 0x10, 0x3d, 0xbd, 0x7d, 0x77, 0xe4, 0x37, + 0xb2, 0xa0, 0x2c, 0x18, 0xdd, 0xae, 0x61, 0x6e, 0xb6, 0xcc, 0xfb, 0x96, 0xd3, 0x63, 0x15, 0x0e, + 0x87, 0xe7, 0xca, 0xab, 0xbf, 0x9a, 0x85, 0x29, 0xf1, 0x41, 0x0d, 0xcd, 0xd1, 0x0f, 0xef, 0x8c, + 0x15, 0xff, 0x92, 0xc3, 0xb3, 0x32, 0xcb, 0xd2, 0x5a, 0xb6, 0x3a, 0x0f, 0x9e, 0x81, 0x64, 0x33, + 0xda, 0x8d, 0x23, 0x7e, 0x21, 0xfe, 0xbd, 0x2c, 0x4c, 0x63, 0xd2, 0xb1, 0xb6, 0x89, 0xb3, 0xd3, + 0xb0, 0x74, 0xf2, 0x1e, 0x31, 0x89, 0x73, 0x58, 0x83, 0xf4, 0xaf, 0x58, 0xd1, 0x67, 0xf8, 0x31, + 0xf7, 0x5c, 0xa2, 0x1f, 0x9d, 0x0a, 0x5d, 0xf5, 0x3f, 0xc7, 0x40, 0x49, 0xf5, 0x32, 0x8e, 0xec, + 0xa6, 0x3e, 0xd2, 0x75, 0x1c, 0x3b, 0x28, 0xd7, 0xb1, 0xb0, 0x37, 0xd7, 0xb1, 0xb8, 0x57, 0xd7, + 0xb1, 0xf4, 0x55, 0x5c, 0xc7, 0x5e, 0xdc, 0x75, 0x2c, 0x33, 0xd7, 0xf1, 0xc6, 0xae, 0xae, 0xe3, + 0xa2, 0xa9, 0x1f, 0x9a, 0xe3, 0xf8, 0xbb, 0x17, 0xa0, 0xb0, 0x62, 0x92, 0x95, 0xfb, 0xe8, 0xba, + 0x54, 0xcc, 0x2e, 0xc6, 0xd5, 0x94, 0x3c, 0x3e, 0x18, 0x62, 0x29, 0x83, 0xa5, 0x92, 0xf7, 0x79, + 0xb9, 0xd4, 0x58, 0x8c, 0x29, 0x24, 0xf3, 0x70, 0xcc, 0x52, 0x06, 0xcb, 0x25, 0xc9, 0xf3, 0x72, + 0x2d, 0xae, 0x18, 0x4e, 0x11, 0x2e, 0x8e, 0xf1, 0xb9, 0xc4, 0xb2, 0xb8, 0x9c, 0x56, 0xfa, 0x1a, + 0x3f, 0x03, 0x25, 0x29, 0x96, 0x32, 0x38, 0xbd, 0x64, 0x36, 0xf2, 0xdc, 0xad, 0x38, 0x05, 0x4d, + 0xc7, 0x06, 0x35, 0xc3, 0x2d, 0x65, 0x70, 0xf4, 0x69, 0xdc, 0x9b, 0x91, 0x87, 0x44, 0xe3, 0xd7, + 0x0f, 0x12, 0x6a, 0x29, 0x83, 0x63, 0x4f, 0x8e, 0x46, 0x5e, 0xb5, 0x14, 0xc7, 0xd9, 0x78, 0xa3, + 0x0c, 0x27, 0x35, 0xca, 0x5f, 0xc0, 0xfc, 0xb9, 0xd8, 0x13, 0x90, 0xe2, 0x7a, 0xef, 0x64, 0x8c, + 0x99, 0x23, 0x97, 0x32, 0x38, 0xf6, 0x60, 0xe4, 0x65, 0xff, 0xb1, 0x43, 0x51, 0xf4, 0x79, 0x4c, + 0xda, 0x16, 0x8c, 0xcf, 0xa8, 0x96, 0xfc, 0xc7, 0x10, 0xe7, 0xe5, 0x47, 0xee, 0xc4, 0x73, 0x64, + 0x28, 0xd6, 0xca, 0xa2, 0xa9, 0x53, 0xeb, 0x48, 0x6b, 0xd2, 0xad, 0xf8, 0x73, 0x50, 0xe2, 0x91, + 0xb1, 0x53, 0x31, 0x4e, 0x81, 0x5d, 0xca, 0xe0, 0xf8, 0xf3, 0x51, 0x37, 0x23, 0x4f, 0x11, 0x89, + 0xdc, 0x94, 0xb8, 0x56, 0x29, 0x4a, 0xd2, 0x2a, 0x7b, 0xb4, 0xe8, 0x56, 0xfc, 0x6d, 0x1c, 0x65, + 0x22, 0xb5, 0x69, 0x81, 0x95, 0x9a, 0xf6, 0xdf, 0xd2, 0xb9, 0x19, 0x79, 0xc3, 0x84, 0x3d, 0x13, + 0x96, 0xd2, 0xb4, 0xe6, 0x69, 0x72, 0xd3, 0xfc, 0xb5, 0x93, 0xc8, 0x6b, 0x1a, 0xca, 0xf1, 0x54, + 0x83, 0x32, 0x9c, 0x64, 0x50, 0xfe, 0xf2, 0xc6, 0xcd, 0x48, 0x01, 0xa8, 0x32, 0x19, 0x6d, 0x54, + 0x42, 0xd1, 0x46, 0xe5, 0x52, 0xd1, 0x79, 0xb9, 0x2e, 0x52, 0x99, 0x8a, 0x1a, 0x28, 0xc4, 0x50, + 0x03, 0x49, 0xf5, 0x93, 0x35, 0x56, 0x73, 0xa5, 0x20, 0x46, 0x5e, 0x0d, 0xbe, 0xb0, 0xb1, 0xba, + 0x94, 0xc1, 0xac, 0x1a, 0x4b, 0xe5, 0xd5, 0x7c, 0xca, 0x09, 0x46, 0x31, 0x1e, 0xbc, 0x15, 0xf3, + 0x88, 0x74, 0x96, 0x32, 0x98, 0x57, 0xfa, 0x5d, 0x97, 0x0a, 0x7e, 0x94, 0xe9, 0xe8, 0x12, 0x11, + 0x20, 0xe8, 0x12, 0x11, 0x96, 0x05, 0xdd, 0x4e, 0x16, 0xc5, 0x28, 0x27, 0xa3, 0x9e, 0x49, 0x1c, + 0xbf, 0x94, 0xc1, 0xc9, 0x42, 0x9a, 0x9b, 0x91, 0x3a, 0x11, 0xe5, 0x54, 0xec, 0xce, 0x2f, 0x44, + 0x51, 0x75, 0xc9, 0x15, 0x25, 0x2b, 0xa9, 0x75, 0xea, 0xca, 0x69, 0x26, 0xe0, 0xa5, 0x40, 0x40, + 0x92, 0x64, 0x29, 0x83, 0x53, 0x2b, 0xdc, 0x1b, 0x89, 0x6a, 0x0d, 0x45, 0x89, 0x6e, 0x89, 0x31, + 0xf4, 0x52, 0x06, 0x27, 0xea, 0x3b, 0xe6, 0xe5, 0x32, 0x09, 0xe5, 0x4c, 0xd4, 0x88, 0x21, 0x86, + 0x1a, 0x51, 0x2a, 0xa7, 0x98, 0x97, 0xab, 0x12, 0x94, 0x99, 0x24, 0x57, 0xb8, 0x72, 0x4a, 0xd5, + 0x0b, 0x38, 0xbd, 0x08, 0x40, 0x79, 0x89, 0xf1, 0x9f, 0xf5, 0xf9, 0xd3, 0x68, 0x96, 0x32, 0x38, + 0xbd, 0x80, 0x00, 0xa7, 0xe7, 0xe1, 0x2b, 0x67, 0x77, 0x93, 0x19, 0x7c, 0x5d, 0x7a, 0x0e, 0xbf, + 0xb6, 0x4b, 0x2a, 0xbc, 0x72, 0x2e, 0x9a, 0xab, 0x36, 0x92, 0x70, 0x29, 0x83, 0x77, 0x49, 0xa8, + 0xbf, 0x37, 0x22, 0x2f, 0x5d, 0x39, 0x1f, 0xad, 0x6a, 0x4c, 0x25, 0x5a, 0xca, 0xe0, 0x11, 0x59, + 0xed, 0xf7, 0x46, 0x24, 0x87, 0x2b, 0xb5, 0x5d, 0xc5, 0x06, 0xfa, 0x18, 0x91, 0x5a, 0xbe, 0x92, + 0x9a, 0xa1, 0xad, 0x5c, 0x88, 0x0e, 0xdd, 0x14, 0x12, 0x3a, 0x74, 0xd3, 0x72, 0xbb, 0x57, 0x52, + 0x53, 0xa4, 0x95, 0x97, 0x77, 0x11, 0x18, 0x7c, 0x63, 0x6a, 0x72, 0xf5, 0x4a, 0x6a, 0x8e, 0xb2, + 0xa2, 0x46, 0x05, 0xa6, 0x90, 0x50, 0x81, 0x69, 0xd9, 0xcd, 0x2b, 0xa9, 0x49, 0xc2, 0xca, 0xc5, + 0x5d, 0x04, 0x86, 0x5f, 0x98, 0x96, 0x5e, 0x7c, 0x33, 0x92, 0xa5, 0xab, 0x7c, 0x2d, 0xba, 0x6e, + 0x48, 0x28, 0xba, 0x6e, 0xc8, 0xf9, 0xbc, 0x8d, 0x44, 0x22, 0x93, 0xf2, 0xf5, 0xe8, 0x34, 0x8f, + 0xa1, 0xe9, 0x34, 0x8f, 0xa7, 0x3e, 0x35, 0x12, 0x49, 0x35, 0xca, 0xa5, 0x51, 0x42, 0x18, 0x3a, + 0x2a, 0x84, 0xa7, 0xe1, 0xb4, 0x52, 0xb2, 0x3a, 0x94, 0x57, 0xa2, 0x71, 0x8d, 0x04, 0xc1, 0x52, + 0x06, 0xa7, 0xe4, 0x82, 0xe0, 0xf4, 0xcb, 0x2b, 0xe5, 0x72, 0x74, 0xda, 0xa6, 0xd1, 0xd0, 0x69, + 0x9b, 0x7a, 0xf1, 0xb5, 0x9c, 0x16, 0x79, 0x54, 0xae, 0x44, 0x1d, 0xb3, 0x24, 0x05, 0x75, 0xcc, + 0x52, 0x22, 0x96, 0x38, 0xfd, 0x3a, 0x46, 0xf9, 0xc6, 0xae, 0x5f, 0xc8, 0x68, 0x52, 0xbe, 0x90, + 0xdf, 0x4e, 0x84, 0xbe, 0xd3, 0x3d, 0xbb, 0x6b, 0x69, 0xba, 0xf2, 0x6a, 0xaa, 0xef, 0xc4, 0x91, + 0x92, 0xef, 0xc4, 0x01, 0x74, 0x97, 0x97, 0x23, 0x73, 0xca, 0xd5, 0xe8, 0x2e, 0x2f, 0xe3, 0xe8, + 0x2e, 0x1f, 0x89, 0xe2, 0x35, 0x12, 0xf1, 0x30, 0xe5, 0xb5, 0xe8, 0x00, 0x88, 0xa1, 0xe9, 0x00, + 0x88, 0x47, 0xd0, 0x3e, 0x1e, 0x1d, 0x8b, 0x52, 0x66, 0x99, 0xb4, 0x0b, 0xc1, 0x6b, 0x78, 0x23, + 0xe8, 0x96, 0x32, 0x78, 0x74, 0x3c, 0xab, 0x95, 0x12, 0x5a, 0x52, 0xae, 0x45, 0x07, 0x58, 0x82, + 0x80, 0x0e, 0xb0, 0x64, 0x40, 0xaa, 0x95, 0x12, 0x1b, 0x52, 0x5e, 0x1f, 0x29, 0x2a, 0xe8, 0x73, + 0x4a, 0x44, 0x69, 0x5e, 0x0e, 0xee, 0x28, 0xd7, 0xa3, 0x9b, 0x5d, 0x88, 0xa1, 0x9b, 0x9d, 0x14, + 0x04, 0x9a, 0x97, 0x63, 0x29, 0xca, 0x5c, 0x92, 0x2b, 0xdc, 0x22, 0xa5, 0x98, 0x0b, 0x4e, 0x0f, + 0x5d, 0x28, 0x37, 0xa2, 0xa3, 0x2e, 0x8d, 0x86, 0x8e, 0xba, 0xd4, 0xb0, 0xc7, 0xed, 0x64, 0x04, + 0x42, 0x99, 0x8f, 0xc7, 0x64, 0xa2, 0x78, 0xea, 0xf9, 0x24, 0xa2, 0x16, 0xb7, 0xe2, 0x99, 0x15, + 0xca, 0x1b, 0x51, 0xff, 0x36, 0x8a, 0xa5, 0xfe, 0x6d, 0x2c, 0x13, 0xe3, 0x56, 0x3c, 0x19, 0x41, + 0x79, 0x33, 0x5d, 0x42, 0x30, 0x56, 0xe2, 0xc9, 0x0b, 0xb7, 0xe2, 0xf7, 0xf7, 0xca, 0xcd, 0x74, + 0x09, 0x81, 0x76, 0xe3, 0xf7, 0xfd, 0xd7, 0xa5, 0x9c, 0x66, 0xe5, 0x9b, 0x51, 0xd7, 0x31, 0x40, + 0x50, 0xd7, 0x31, 0xcc, 0x7c, 0xbe, 0x2e, 0xe5, 0x02, 0x2b, 0x6f, 0x25, 0x58, 0x82, 0x8f, 0x95, + 0x32, 0x86, 0xaf, 0x4b, 0x39, 0xb4, 0xca, 0xdb, 0x09, 0x96, 0xe0, 0xeb, 0xa4, 0x4c, 0x5b, 0x7d, + 0xb7, 0x6b, 0x42, 0xe5, 0x5b, 0x4c, 0x86, 0xfa, 0xe4, 0x9b, 0x9f, 0xa5, 0x0c, 0xde, 0xed, 0xba, + 0xf1, 0xe3, 0xd1, 0xf1, 0x1c, 0xe5, 0x9d, 0xe8, 0x14, 0x1e, 0x45, 0x47, 0xa7, 0xf0, 0xc8, 0x98, + 0xd0, 0x4a, 0xea, 0x03, 0x38, 0xca, 0xc2, 0x2e, 0x5e, 0x6e, 0xb8, 0x6f, 0xa6, 0x80, 0x17, 0x4a, + 0x50, 0x60, 0xcf, 0x44, 0xaa, 0xbf, 0x9f, 0x85, 0xf1, 0x35, 0xcf, 0x21, 0x5a, 0x4f, 0x5c, 0x02, + 0xce, 0x40, 0x99, 0x2f, 0x8c, 0xfe, 0x1f, 0x41, 0xc3, 0xc1, 0x6f, 0x74, 0x09, 0x8e, 0x2d, 0x6b, + 0xae, 0xc7, 0x38, 0xa5, 0xbf, 0xb7, 0x80, 0x63, 0x50, 0xb4, 0xcc, 0xe9, 0x38, 0x1f, 0x7b, 0xf7, + 0x3a, 0xff, 0xc4, 0xd7, 0xd5, 0xca, 0x8f, 0x07, 0xb5, 0x0c, 0x7b, 0x48, 0x2d, 0xc6, 0xab, 0x0e, + 0xb3, 0x90, 0x58, 0xb2, 0x9f, 0x3e, 0x44, 0xb6, 0x92, 0xf8, 0xc3, 0x6f, 0x22, 0xb2, 0xf1, 0x15, + 0x43, 0x5e, 0x89, 0x3f, 0x1b, 0x77, 0x11, 0xf2, 0xf7, 0x5a, 0x4d, 0xf9, 0xd9, 0xb6, 0xe8, 0x5f, + 0xc5, 0xa3, 0x58, 0xf4, 0x4a, 0x70, 0xec, 0xbe, 0x87, 0x97, 0x45, 0x2c, 0x8b, 0x3d, 0x2d, 0xdd, + 0x77, 0xba, 0x58, 0x42, 0x7d, 0xe3, 0x15, 0xa8, 0x4a, 0xef, 0x77, 0xa2, 0x71, 0x28, 0xaf, 0x2c, + 0xac, 0x2d, 0xe2, 0x0f, 0x17, 0x9b, 0x93, 0x19, 0x04, 0x50, 0x6c, 0x2e, 0xde, 0x6d, 0x2d, 0x36, + 0x27, 0xb3, 0x0b, 0x93, 0x8f, 0xff, 0xfd, 0x7c, 0xe6, 0xf1, 0x97, 0xe7, 0xb3, 0x3f, 0xfe, 0xf2, + 0x7c, 0xf6, 0xdf, 0xbe, 0x3c, 0x9f, 0xdd, 0x28, 0x32, 0xad, 0xde, 0xf8, 0xff, 0x00, 0x00, 0x00, + 0xff, 0xff, 0x8b, 0xdd, 0x5e, 0x7e, 0x5b, 0x70, 0x00, 0x00, } func (m *Metadata) Marshal() (dAtA []byte, err error) { @@ -5319,6 +5319,15 @@ func (m *UserMetadata) MarshalToSizedBuffer(dAtA []byte) (int, error) { i -= len(m.XXX_unrecognized) copy(dAtA[i:], m.XXX_unrecognized) } + if len(m.AccessRequests) > 0 { + for iNdEx := len(m.AccessRequests) - 1; iNdEx >= 0; iNdEx-- { + i -= len(m.AccessRequests[iNdEx]) + copy(dAtA[i:], m.AccessRequests[iNdEx]) + i = encodeVarintEvents(dAtA, i, uint64(len(m.AccessRequests[iNdEx]))) + i-- + dAtA[i] = 0x2a + } + } if len(m.AWSRoleARN) > 0 { i -= len(m.AWSRoleARN) copy(dAtA[i:], m.AWSRoleARN) @@ -5610,15 +5619,6 @@ func (m *SessionStart) MarshalToSizedBuffer(dAtA []byte) (int, error) { i -= len(m.XXX_unrecognized) copy(dAtA[i:], m.XXX_unrecognized) } - if len(m.AccessRequests) > 0 { - for iNdEx := len(m.AccessRequests) - 1; iNdEx >= 0; iNdEx-- { - i -= len(m.AccessRequests[iNdEx]) - copy(dAtA[i:], m.AccessRequests[iNdEx]) - i = encodeVarintEvents(dAtA, i, uint64(len(m.AccessRequests[iNdEx]))) - i-- - dAtA[i] = 0x5a - } - } if len(m.SessionRecording) > 0 { i -= len(m.SessionRecording) copy(dAtA[i:], m.SessionRecording) @@ -12114,6 +12114,12 @@ func (m *UserMetadata) Size() (n int) { if l > 0 { n += 1 + l + sovEvents(uint64(l)) } + if len(m.AccessRequests) > 0 { + for _, s := range m.AccessRequests { + l = len(s) + n += 1 + l + sovEvents(uint64(l)) + } + } if m.XXX_unrecognized != nil { n += len(m.XXX_unrecognized) } @@ -12274,12 +12280,6 @@ func (m *SessionStart) Size() (n int) { if l > 0 { n += 1 + l + sovEvents(uint64(l)) } - if len(m.AccessRequests) > 0 { - for _, s := range m.AccessRequests { - l = len(s) - n += 1 + l + sovEvents(uint64(l)) - } - } if m.XXX_unrecognized != nil { n += len(m.XXX_unrecognized) } @@ -15245,6 +15245,38 @@ func (m *UserMetadata) Unmarshal(dAtA []byte) error { } m.AWSRoleARN = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex + case 5: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field AccessRequests", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowEvents + } + 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 ErrInvalidLengthEvents + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthEvents + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.AccessRequests = append(m.AccessRequests, string(dAtA[iNdEx:postIndex])) + iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipEvents(dAtA[iNdEx:]) @@ -16434,38 +16466,6 @@ func (m *SessionStart) Unmarshal(dAtA []byte) error { } m.SessionRecording = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex - case 11: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field AccessRequests", wireType) - } - var stringLen uint64 - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowEvents - } - 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 ErrInvalidLengthEvents - } - postIndex := iNdEx + intStringLen - if postIndex < 0 { - return ErrInvalidLengthEvents - } - if postIndex > l { - return io.ErrUnexpectedEOF - } - m.AccessRequests = append(m.AccessRequests, string(dAtA[iNdEx:postIndex])) - iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipEvents(dAtA[iNdEx:]) diff --git a/api/types/events/events.proto b/api/types/events/events.proto index cc7ec36cf2388..483deab13f09b 100644 --- a/api/types/events/events.proto +++ b/api/types/events/events.proto @@ -66,6 +66,9 @@ message UserMetadata { // AWSRoleARN is AWS IAM role user assumes when accessing AWS console. string AWSRoleARN = 4 [ (gogoproto.jsontag) = "aws_role_arn,omitempty" ]; + + // AccessRequests are the IDs of access requests created by the user + repeated string AccessRequests = 5 [ (gogoproto.jsontag) = "access_requests,omitempty" ]; } // Server is a server metadata @@ -169,8 +172,10 @@ message SessionStart { // SessionRecording is the type of session recording. string SessionRecording = 10 [ (gogoproto.jsontag) = "session_recording,omitempty" ]; - // AccessRequests are the IDs of access requests created by the user - repeated string AccessRequests = 11 [ (gogoproto.jsontag) = "access_requests,omitempty" ]; + // AccessRequests used to be here, it is now part of UserMetadata + reserved "AccessRequests"; + reserved 11; + // reserved jsontag "access_requests" } // SessionJoin emitted when another user joins a session diff --git a/lib/auth/access.go b/lib/auth/access.go index 6931a37ef0063..2ec036cfe102b 100644 --- a/lib/auth/access.go +++ b/lib/auth/access.go @@ -37,9 +37,7 @@ func (a *Server) UpsertRole(ctx context.Context, role types.Role) error { Type: events.RoleCreatedEvent, Code: events.RoleCreatedCode, }, - UserMetadata: apievents.UserMetadata{ - User: ClientUsername(ctx), - }, + UserMetadata: ClientUserMetadata(ctx), ResourceMetadata: apievents.ResourceMetadata{ Name: role.GetName(), }, @@ -92,10 +90,7 @@ func (a *Server) DeleteRole(ctx context.Context, name string) error { Type: events.RoleDeletedEvent, Code: events.RoleDeletedCode, }, - UserMetadata: apievents.UserMetadata{ - User: ClientUsername(ctx), - Impersonator: ClientImpersonator(ctx), - }, + UserMetadata: ClientUserMetadata(ctx), ResourceMetadata: apievents.ResourceMetadata{ Name: name, }, @@ -116,10 +111,7 @@ func (a *Server) UpsertLock(ctx context.Context, lock types.Lock) error { Type: events.LockCreatedEvent, Code: events.LockCreatedCode, }, - UserMetadata: apievents.UserMetadata{ - User: ClientUsername(ctx), - Impersonator: ClientImpersonator(ctx), - }, + UserMetadata: ClientUserMetadata(ctx), ResourceMetadata: apievents.ResourceMetadata{ Name: lock.GetName(), }, @@ -140,10 +132,7 @@ func (a *Server) DeleteLock(ctx context.Context, lockName string) error { Type: events.LockDeletedEvent, Code: events.LockDeletedCode, }, - UserMetadata: apievents.UserMetadata{ - User: ClientUsername(ctx), - Impersonator: ClientImpersonator(ctx), - }, + UserMetadata: ClientUserMetadata(ctx), ResourceMetadata: apievents.ResourceMetadata{ Name: lockName, }, diff --git a/lib/auth/auth.go b/lib/auth/auth.go index 94905e7f48190..c31a8b82b12b1 100644 --- a/lib/auth/auth.go +++ b/lib/auth/auth.go @@ -1916,7 +1916,7 @@ func (a *Server) GenerateToken(ctx context.Context, req GenerateTokenRequest) (s return "", trace.Wrap(err) } - user := ClientUsername(ctx) + userMetadata := ClientUserMetadata(ctx) for _, role := range req.Roles { if role == types.RoleTrustedCluster { if err := a.emitter.EmitAuditEvent(ctx, &apievents.TrustedClusterTokenCreate{ @@ -1924,10 +1924,7 @@ func (a *Server) GenerateToken(ctx context.Context, req GenerateTokenRequest) (s Type: events.TrustedClusterTokenCreateEvent, Code: events.TrustedClusterTokenCreateCode, }, - UserMetadata: apievents.UserMetadata{ - User: user, - Impersonator: ClientImpersonator(ctx), - }, + UserMetadata: userMetadata, }); err != nil { log.WithError(err).Warn("Failed to emit trusted cluster token create event.") } @@ -2480,10 +2477,7 @@ func (a *Server) CreateAccessRequest(ctx context.Context, req types.AccessReques Type: events.AccessRequestCreateEvent, Code: events.AccessRequestCreateCode, }, - UserMetadata: apievents.UserMetadata{ - User: req.GetUser(), - Impersonator: ClientImpersonator(ctx), - }, + UserMetadata: ClientUserMetadataWithUser(ctx, req.GetUser()), ResourceMetadata: apievents.ResourceMetadata{ Expires: req.GetAccessExpiry(), }, @@ -2507,11 +2501,8 @@ func (a *Server) DeleteAccessRequest(ctx context.Context, name string) error { Type: events.AccessRequestDeleteEvent, Code: events.AccessRequestDeleteCode, }, - UserMetadata: apievents.UserMetadata{ - User: ClientUsername(ctx), - Impersonator: ClientImpersonator(ctx), - }, - RequestID: name, + UserMetadata: ClientUserMetadata(ctx), + RequestID: name, }); err != nil { log.WithError(err).Warn("Failed to emit access request delete event.") } @@ -2892,10 +2883,7 @@ func (a *Server) CreateApp(ctx context.Context, app types.Application) error { Type: events.AppCreateEvent, Code: events.AppCreateCode, }, - UserMetadata: apievents.UserMetadata{ - User: ClientUsername(ctx), - Impersonator: ClientImpersonator(ctx), - }, + UserMetadata: ClientUserMetadata(ctx), ResourceMetadata: apievents.ResourceMetadata{ Name: app.GetName(), Expires: app.Expiry(), @@ -2921,10 +2909,7 @@ func (a *Server) UpdateApp(ctx context.Context, app types.Application) error { Type: events.AppUpdateEvent, Code: events.AppUpdateCode, }, - UserMetadata: apievents.UserMetadata{ - User: ClientUsername(ctx), - Impersonator: ClientImpersonator(ctx), - }, + UserMetadata: ClientUserMetadata(ctx), ResourceMetadata: apievents.ResourceMetadata{ Name: app.GetName(), Expires: app.Expiry(), @@ -2950,10 +2935,7 @@ func (a *Server) DeleteApp(ctx context.Context, name string) error { Type: events.AppDeleteEvent, Code: events.AppDeleteCode, }, - UserMetadata: apievents.UserMetadata{ - User: ClientUsername(ctx), - Impersonator: ClientImpersonator(ctx), - }, + UserMetadata: ClientUserMetadata(ctx), ResourceMetadata: apievents.ResourceMetadata{ Name: name, }, @@ -2988,10 +2970,7 @@ func (a *Server) CreateDatabase(ctx context.Context, database types.Database) er Type: events.DatabaseCreateEvent, Code: events.DatabaseCreateCode, }, - UserMetadata: apievents.UserMetadata{ - User: ClientUsername(ctx), - Impersonator: ClientImpersonator(ctx), - }, + UserMetadata: ClientUserMetadata(ctx), ResourceMetadata: apievents.ResourceMetadata{ Name: database.GetName(), Expires: database.Expiry(), @@ -3021,10 +3000,7 @@ func (a *Server) UpdateDatabase(ctx context.Context, database types.Database) er Type: events.DatabaseUpdateEvent, Code: events.DatabaseUpdateCode, }, - UserMetadata: apievents.UserMetadata{ - User: ClientUsername(ctx), - Impersonator: ClientImpersonator(ctx), - }, + UserMetadata: ClientUserMetadata(ctx), ResourceMetadata: apievents.ResourceMetadata{ Name: database.GetName(), Expires: database.Expiry(), @@ -3054,10 +3030,7 @@ func (a *Server) DeleteDatabase(ctx context.Context, name string) error { Type: events.DatabaseDeleteEvent, Code: events.DatabaseDeleteCode, }, - UserMetadata: apievents.UserMetadata{ - User: ClientUsername(ctx), - Impersonator: ClientImpersonator(ctx), - }, + UserMetadata: ClientUserMetadata(ctx), ResourceMetadata: apievents.ResourceMetadata{ Name: name, }, diff --git a/lib/auth/github.go b/lib/auth/github.go index 5b004ca6a9ad7..d840c2c634295 100644 --- a/lib/auth/github.go +++ b/lib/auth/github.go @@ -75,10 +75,7 @@ func (a *Server) upsertGithubConnector(ctx context.Context, connector types.Gith Type: events.GithubConnectorCreatedEvent, Code: events.GithubConnectorCreatedCode, }, - UserMetadata: apievents.UserMetadata{ - User: ClientUsername(ctx), - Impersonator: ClientImpersonator(ctx), - }, + UserMetadata: ClientUserMetadata(ctx), ResourceMetadata: apievents.ResourceMetadata{ Name: connector.GetName(), }, @@ -100,10 +97,7 @@ func (a *Server) deleteGithubConnector(ctx context.Context, connectorName string Type: events.GithubConnectorDeletedEvent, Code: events.GithubConnectorDeletedCode, }, - UserMetadata: apievents.UserMetadata{ - User: ClientUsername(ctx), - Impersonator: ClientImpersonator(ctx), - }, + UserMetadata: ClientUserMetadata(ctx), ResourceMetadata: apievents.ResourceMetadata{ Name: connectorName, }, diff --git a/lib/auth/grpcserver.go b/lib/auth/grpcserver.go index e5d7001fa2dce..f7a51af64be8f 100644 --- a/lib/auth/grpcserver.go +++ b/lib/auth/grpcserver.go @@ -1695,9 +1695,7 @@ func (g *GRPCServer) AddMFADevice(stream proto.AuthService_AddMFADeviceServer) e Code: events.MFADeviceAddEventCode, ClusterName: clusterName.GetClusterName(), }, - UserMetadata: apievents.UserMetadata{ - User: actx.Identity.GetIdentity().Username, - }, + UserMetadata: actx.Identity.GetIdentity().GetUserMetadata(), MFADeviceMetadata: mfaDeviceEventMetadata(dev), }); err != nil { return trace.Wrap(err) diff --git a/lib/auth/oidc.go b/lib/auth/oidc.go index d5ec4e88bcf8c..f6c271a53fbdc 100644 --- a/lib/auth/oidc.go +++ b/lib/auth/oidc.go @@ -137,10 +137,7 @@ func (a *Server) UpsertOIDCConnector(ctx context.Context, connector types.OIDCCo Type: events.OIDCConnectorCreatedEvent, Code: events.OIDCConnectorCreatedCode, }, - UserMetadata: apievents.UserMetadata{ - User: ClientUsername(ctx), - Impersonator: ClientImpersonator(ctx), - }, + UserMetadata: ClientUserMetadata(ctx), ResourceMetadata: apievents.ResourceMetadata{ Name: connector.GetName(), }, @@ -161,10 +158,7 @@ func (a *Server) DeleteOIDCConnector(ctx context.Context, connectorName string) Type: events.OIDCConnectorDeletedEvent, Code: events.OIDCConnectorDeletedCode, }, - UserMetadata: apievents.UserMetadata{ - User: ClientUsername(ctx), - Impersonator: ClientImpersonator(ctx), - }, + UserMetadata: ClientUserMetadata(ctx), ResourceMetadata: apievents.ResourceMetadata{ Name: connectorName, }, diff --git a/lib/auth/permissions.go b/lib/auth/permissions.go index af99b393fa82c..ac82885c8e66c 100644 --- a/lib/auth/permissions.go +++ b/lib/auth/permissions.go @@ -24,6 +24,7 @@ import ( "github.com/gravitational/teleport" "github.com/gravitational/teleport/api/types" + apievents "github.com/gravitational/teleport/api/types/events" "github.com/gravitational/teleport/api/types/wrappers" "github.com/gravitational/teleport/api/utils" "github.com/gravitational/teleport/lib/services" @@ -784,6 +785,41 @@ func ClientImpersonator(ctx context.Context) string { return identity.Impersonator } +// ClientUserMetadata returns a UserMetadata suitable for events caused by a +// remote client making a call. If ctx didn't pass through auth middleware or +// did not come from an HTTP request, metadata for teleport.UserSystem is +// returned. +func ClientUserMetadata(ctx context.Context) apievents.UserMetadata { + userI := ctx.Value(ContextUser) + userWithIdentity, ok := userI.(IdentityGetter) + if !ok { + return apievents.UserMetadata{ + User: teleport.UserSystem, + } + } + meta := userWithIdentity.GetIdentity().GetUserMetadata() + if meta.User == "" { + meta.User = teleport.UserSystem + } + return meta +} + +// ClientUserMetadataWithUser returns a UserMetadata suitable for events caused +// by a remote client making a call, with the specified username overriding the one +// from the remote client. +func ClientUserMetadataWithUser(ctx context.Context, user string) apievents.UserMetadata { + userI := ctx.Value(ContextUser) + userWithIdentity, ok := userI.(IdentityGetter) + if !ok { + return apievents.UserMetadata{ + User: user, + } + } + meta := userWithIdentity.GetIdentity().GetUserMetadata() + meta.User = user + return meta +} + // LocalUser is a local user type LocalUser struct { // Username is local username diff --git a/lib/auth/saml.go b/lib/auth/saml.go index 9b62667e833dd..c007476d3cc1a 100644 --- a/lib/auth/saml.go +++ b/lib/auth/saml.go @@ -51,10 +51,7 @@ func (a *Server) UpsertSAMLConnector(ctx context.Context, connector types.SAMLCo Type: events.SAMLConnectorCreatedEvent, Code: events.SAMLConnectorCreatedCode, }, - UserMetadata: apievents.UserMetadata{ - User: ClientUsername(ctx), - Impersonator: ClientImpersonator(ctx), - }, + UserMetadata: ClientUserMetadata(ctx), ResourceMetadata: apievents.ResourceMetadata{ Name: connector.GetName(), }, @@ -75,10 +72,7 @@ func (a *Server) DeleteSAMLConnector(ctx context.Context, connectorName string) Type: events.SAMLConnectorDeletedEvent, Code: events.SAMLConnectorDeletedCode, }, - UserMetadata: apievents.UserMetadata{ - User: ClientUsername(ctx), - Impersonator: ClientImpersonator(ctx), - }, + UserMetadata: ClientUserMetadata(ctx), ResourceMetadata: apievents.ResourceMetadata{ Name: connectorName, }, diff --git a/lib/auth/trustedcluster.go b/lib/auth/trustedcluster.go index eb1ba7ca6c411..2e61a07e5d84f 100644 --- a/lib/auth/trustedcluster.go +++ b/lib/auth/trustedcluster.go @@ -149,10 +149,7 @@ func (a *Server) UpsertTrustedCluster(ctx context.Context, trustedCluster types. Type: events.TrustedClusterCreateEvent, Code: events.TrustedClusterCreateCode, }, - UserMetadata: apievents.UserMetadata{ - User: ClientUsername(ctx), - Impersonator: ClientImpersonator(ctx), - }, + UserMetadata: ClientUserMetadata(ctx), ResourceMetadata: apievents.ResourceMetadata{ Name: trustedCluster.GetName(), }, @@ -223,10 +220,7 @@ func (a *Server) DeleteTrustedCluster(ctx context.Context, name string) error { Type: events.TrustedClusterDeleteEvent, Code: events.TrustedClusterDeleteCode, }, - UserMetadata: apievents.UserMetadata{ - User: ClientUsername(ctx), - Impersonator: ClientImpersonator(ctx), - }, + UserMetadata: ClientUserMetadata(ctx), ResourceMetadata: apievents.ResourceMetadata{ Name: name, }, diff --git a/lib/auth/user.go b/lib/auth/user.go index 6e1bd8495b65f..4c1d2b7472472 100644 --- a/lib/auth/user.go +++ b/lib/auth/user.go @@ -63,10 +63,7 @@ func (s *Server) CreateUser(ctx context.Context, user types.User) error { Type: events.UserCreateEvent, Code: events.UserCreateCode, }, - UserMetadata: apievents.UserMetadata{ - User: user.GetCreatedBy().User.Name, - Impersonator: ClientImpersonator(ctx), - }, + UserMetadata: ClientUserMetadataWithUser(ctx, user.GetCreatedBy().User.Name), ResourceMetadata: apievents.ResourceMetadata{ Name: user.GetName(), Expires: user.Expiry(), @@ -98,10 +95,7 @@ func (s *Server) UpdateUser(ctx context.Context, user types.User) error { Type: events.UserUpdatedEvent, Code: events.UserUpdateCode, }, - UserMetadata: apievents.UserMetadata{ - User: ClientUsername(ctx), - Impersonator: ClientImpersonator(ctx), - }, + UserMetadata: ClientUserMetadata(ctx), ResourceMetadata: apievents.ResourceMetadata{ Name: user.GetName(), Expires: user.Expiry(), @@ -176,10 +170,7 @@ func (s *Server) DeleteUser(ctx context.Context, user string) error { Type: events.UserDeleteEvent, Code: events.UserDeleteCode, }, - UserMetadata: apievents.UserMetadata{ - User: ClientUsername(ctx), - Impersonator: ClientImpersonator(ctx), - }, + UserMetadata: ClientUserMetadata(ctx), ResourceMetadata: apievents.ResourceMetadata{ Name: user, }, diff --git a/lib/auth/usertoken.go b/lib/auth/usertoken.go index 0ff84d7650615..c7b3ac812be20 100644 --- a/lib/auth/usertoken.go +++ b/lib/auth/usertoken.go @@ -173,10 +173,7 @@ func (s *Server) CreateResetPasswordToken(ctx context.Context, req CreateUserTok Type: events.ResetPasswordTokenCreateEvent, Code: events.ResetPasswordTokenCreateCode, }, - UserMetadata: apievents.UserMetadata{ - User: ClientUsername(ctx), - Impersonator: ClientImpersonator(ctx), - }, + UserMetadata: ClientUserMetadata(ctx), ResourceMetadata: apievents.ResourceMetadata{ Name: req.Name, TTL: req.TTL.String(), diff --git a/lib/kube/proxy/forwarder.go b/lib/kube/proxy/forwarder.go index 476ca88239983..75c9b5d6dd0a8 100644 --- a/lib/kube/proxy/forwarder.go +++ b/lib/kube/proxy/forwarder.go @@ -327,6 +327,14 @@ func (c *authContext) eventClusterMeta() apievents.KubernetesClusterMetadata { } } +func (c *authContext) eventUserMeta() apievents.UserMetadata { + name := c.User.GetName() + meta := c.Identity.GetIdentity().GetUserMetadata() + meta.User = name + meta.Login = name + return meta +} + type dialFunc func(ctx context.Context, network, addr, serverID string) (net.Conn, error) // teleportClusterClient is a client for either a k8s endpoint in local cluster or a @@ -815,11 +823,7 @@ func (f *Forwarder) exec(ctx *authContext, w http.ResponseWriter, req *http.Requ SessionID: string(sessionID), WithMFA: ctx.Identity.GetIdentity().MFAVerified, }, - UserMetadata: apievents.UserMetadata{ - User: ctx.User.GetName(), - Login: ctx.User.GetName(), - Impersonator: ctx.Identity.GetIdentity().Impersonator, - }, + UserMetadata: ctx.eventUserMeta(), TerminalSize: params.Serialize(), KubernetesClusterMetadata: ctx.eventClusterMeta(), KubernetesPodMetadata: eventPodMeta, @@ -858,11 +862,7 @@ func (f *Forwarder) exec(ctx *authContext, w http.ResponseWriter, req *http.Requ SessionID: string(sessionID), WithMFA: ctx.Identity.GetIdentity().MFAVerified, }, - UserMetadata: apievents.UserMetadata{ - User: ctx.User.GetName(), - Login: ctx.User.GetName(), - Impersonator: ctx.Identity.GetIdentity().Impersonator, - }, + UserMetadata: ctx.eventUserMeta(), ConnectionMetadata: apievents.ConnectionMetadata{ RemoteAddr: req.RemoteAddr, LocalAddr: sess.kubeAddress, @@ -940,11 +940,7 @@ func (f *Forwarder) exec(ctx *authContext, w http.ResponseWriter, req *http.Requ SessionID: string(sessionID), WithMFA: ctx.Identity.GetIdentity().MFAVerified, }, - UserMetadata: apievents.UserMetadata{ - User: ctx.User.GetName(), - Login: ctx.User.GetName(), - Impersonator: ctx.Identity.GetIdentity().Impersonator, - }, + UserMetadata: ctx.eventUserMeta(), ConnectionMetadata: apievents.ConnectionMetadata{ RemoteAddr: req.RemoteAddr, LocalAddr: sess.kubeAddress, @@ -972,11 +968,7 @@ func (f *Forwarder) exec(ctx *authContext, w http.ResponseWriter, req *http.Requ SessionID: string(sessionID), WithMFA: ctx.Identity.GetIdentity().MFAVerified, }, - UserMetadata: apievents.UserMetadata{ - User: ctx.User.GetName(), - Login: ctx.User.GetName(), - Impersonator: ctx.Identity.GetIdentity().Impersonator, - }, + UserMetadata: ctx.eventUserMeta(), ConnectionMetadata: apievents.ConnectionMetadata{ RemoteAddr: req.RemoteAddr, LocalAddr: sess.kubeAddress, @@ -1010,11 +1002,7 @@ func (f *Forwarder) exec(ctx *authContext, w http.ResponseWriter, req *http.Requ SessionID: string(sessionID), WithMFA: ctx.Identity.GetIdentity().MFAVerified, }, - UserMetadata: apievents.UserMetadata{ - User: ctx.User.GetName(), - Login: ctx.User.GetName(), - Impersonator: ctx.Identity.GetIdentity().Impersonator, - }, + UserMetadata: ctx.eventUserMeta(), ConnectionMetadata: apievents.ConnectionMetadata{ RemoteAddr: req.RemoteAddr, LocalAddr: sess.kubeAddress, @@ -1079,11 +1067,7 @@ func (f *Forwarder) portForward(ctx *authContext, w http.ResponseWriter, req *ht Type: events.PortForwardEvent, Code: events.PortForwardCode, }, - UserMetadata: apievents.UserMetadata{ - Login: ctx.User.GetName(), - User: ctx.User.GetName(), - Impersonator: ctx.Identity.GetIdentity().Impersonator, - }, + UserMetadata: ctx.eventUserMeta(), ConnectionMetadata: apievents.ConnectionMetadata{ LocalAddr: sess.kubeAddress, RemoteAddr: req.RemoteAddr, @@ -1278,11 +1262,7 @@ func (f *Forwarder) catchAll(ctx *authContext, w http.ResponseWriter, req *http. Type: events.KubeRequestEvent, Code: events.KubeRequestCode, }, - UserMetadata: apievents.UserMetadata{ - User: ctx.User.GetName(), - Login: ctx.User.GetName(), - Impersonator: ctx.Identity.GetIdentity().Impersonator, - }, + UserMetadata: ctx.eventUserMeta(), ConnectionMetadata: apievents.ConnectionMetadata{ RemoteAddr: req.RemoteAddr, LocalAddr: sess.kubeAddress, diff --git a/lib/srv/app/session.go b/lib/srv/app/session.go index 8dc95d1f62266..d22d480654df4 100644 --- a/lib/srv/app/session.go +++ b/lib/srv/app/session.go @@ -155,10 +155,7 @@ func (s *Server) newStreamWriter(identity *tlsca.Identity, app types.Application SessionID: identity.RouteToApp.SessionID, WithMFA: identity.MFAVerified, }, - UserMetadata: apievents.UserMetadata{ - User: identity.Username, - Impersonator: identity.Impersonator, - }, + UserMetadata: identity.GetUserMetadata(), AppMetadata: apievents.AppMetadata{ AppURI: app.GetURI(), AppPublicAddr: app.GetPublicAddr(), diff --git a/lib/srv/authhandlers.go b/lib/srv/authhandlers.go index 2bec02265d39b..b59dd0a27c851 100644 --- a/lib/srv/authhandlers.go +++ b/lib/srv/authhandlers.go @@ -168,11 +168,7 @@ func (h *AuthHandlers) CheckPortForward(addr string, ctx *ServerContext) error { Type: events.PortForwardEvent, Code: events.PortForwardFailureCode, }, - UserMetadata: apievents.UserMetadata{ - Login: ctx.Identity.Login, - User: ctx.Identity.TeleportUser, - Impersonator: ctx.Identity.Impersonator, - }, + UserMetadata: ctx.Identity.GetUserMetadata(), ConnectionMetadata: apievents.ConnectionMetadata{ LocalAddr: ctx.ServerConn.LocalAddr().String(), RemoteAddr: ctx.ServerConn.RemoteAddr().String(), diff --git a/lib/srv/ctx.go b/lib/srv/ctx.go index 1cd391e6e299e..ba3bad27e0608 100644 --- a/lib/srv/ctx.go +++ b/lib/srv/ctx.go @@ -632,11 +632,7 @@ func (c *ServerContext) reportStats(conn utils.Stater) { SessionID: string(c.SessionID()), WithMFA: c.Identity.Certificate.Extensions[teleport.CertExtensionMFAVerified], }, - UserMetadata: apievents.UserMetadata{ - User: c.Identity.TeleportUser, - Login: c.Identity.Login, - Impersonator: c.Identity.Impersonator, - }, + UserMetadata: c.Identity.GetUserMetadata(), ConnectionMetadata: apievents.ConnectionMetadata{ RemoteAddr: c.ServerConn.RemoteAddr().String(), }, @@ -836,6 +832,15 @@ func (c *ServerContext) ExecCommand() (*ExecCommand, error) { }, nil } +func (id *IdentityContext) GetUserMetadata() apievents.UserMetadata { + return apievents.UserMetadata{ + Login: id.Login, + User: id.TeleportUser, + Impersonator: id.Impersonator, + AccessRequests: id.ActiveRequests, + } +} + // buildEnvironment constructs a list of environment variables from // cluster information. func buildEnvironment(ctx *ServerContext) []string { diff --git a/lib/srv/db/common/audit.go b/lib/srv/db/common/audit.go index 79f6f48ca77dd..89f4d6a5f3521 100644 --- a/lib/srv/db/common/audit.go +++ b/lib/srv/db/common/audit.go @@ -94,10 +94,7 @@ func (a *audit) OnSessionStart(ctx context.Context, session *Session, sessionErr ServerID: session.HostID, ServerNamespace: apidefaults.Namespace, }, - UserMetadata: events.UserMetadata{ - User: session.Identity.Username, - Impersonator: session.Identity.Impersonator, - }, + UserMetadata: session.Identity.GetUserMetadata(), SessionMetadata: events.SessionMetadata{ SessionID: session.ID, WithMFA: session.Identity.MFAVerified, @@ -134,10 +131,7 @@ func (a *audit) OnSessionEnd(ctx context.Context, session *Session) { Code: libevents.DatabaseSessionEndCode, ClusterName: session.ClusterName, }, - UserMetadata: events.UserMetadata{ - User: session.Identity.Username, - Impersonator: session.Identity.Impersonator, - }, + UserMetadata: session.Identity.GetUserMetadata(), SessionMetadata: events.SessionMetadata{ SessionID: session.ID, WithMFA: session.Identity.MFAVerified, @@ -164,10 +158,7 @@ func (a *audit) OnQuery(ctx context.Context, session *Session, query Query) { Code: libevents.DatabaseSessionQueryCode, ClusterName: session.ClusterName, }, - UserMetadata: events.UserMetadata{ - User: session.Identity.Username, - Impersonator: session.Identity.Impersonator, - }, + UserMetadata: session.Identity.GetUserMetadata(), SessionMetadata: events.SessionMetadata{ SessionID: session.ID, WithMFA: session.Identity.MFAVerified, diff --git a/lib/srv/desktop/audit.go b/lib/srv/desktop/audit.go index 5eb047f952098..356c19726f5f9 100644 --- a/lib/srv/desktop/audit.go +++ b/lib/srv/desktop/audit.go @@ -33,10 +33,7 @@ func (s *WindowsService) onSessionStart(ctx context.Context, id *tlsca.Identity, Code: libevents.DesktopSessionStartCode, ClusterName: s.clusterName, }, - UserMetadata: events.UserMetadata{ - User: id.Username, - Impersonator: id.Impersonator, - }, + UserMetadata: id.GetUserMetadata(), SessionMetadata: events.SessionMetadata{ SessionID: sessionID, WithMFA: id.MFAVerified, @@ -70,10 +67,7 @@ func (s *WindowsService) onSessionEnd(ctx context.Context, id *tlsca.Identity, w Code: libevents.DesktopSessionEndCode, ClusterName: s.clusterName, }, - UserMetadata: events.UserMetadata{ - User: id.Username, - Impersonator: id.Impersonator, - }, + UserMetadata: id.GetUserMetadata(), SessionMetadata: events.SessionMetadata{ SessionID: sessionID, WithMFA: id.MFAVerified, diff --git a/lib/srv/desktop/audit_test.go b/lib/srv/desktop/audit_test.go index 9dbb8d16c624e..2c4911e1c6910 100644 --- a/lib/srv/desktop/audit_test.go +++ b/lib/srv/desktop/audit_test.go @@ -80,10 +80,7 @@ func TestSessionStartEvent(t *testing.T) { Type: libevents.WindowsDesktopSessionStartEvent, Code: libevents.DesktopSessionStartCode, }, - UserMetadata: events.UserMetadata{ - User: id.Username, - Impersonator: id.Impersonator, - }, + UserMetadata: id.GetUserMetadata(), SessionMetadata: events.SessionMetadata{ SessionID: "sessionID", WithMFA: id.MFAVerified, @@ -184,10 +181,7 @@ func TestSessionEndEvent(t *testing.T) { Type: libevents.WindowsDesktopSessionEndEvent, Code: libevents.DesktopSessionEndCode, }, - UserMetadata: events.UserMetadata{ - User: id.Username, - Impersonator: id.Impersonator, - }, + UserMetadata: id.GetUserMetadata(), SessionMetadata: events.SessionMetadata{ SessionID: "sessionID", WithMFA: id.MFAVerified, diff --git a/lib/srv/exec.go b/lib/srv/exec.go index 3547ba8018b50..253fbafef860c 100644 --- a/lib/srv/exec.go +++ b/lib/srv/exec.go @@ -371,11 +371,7 @@ func emitExecAuditEvent(ctx *ServerContext, cmd string, execErr error) { WithMFA: ctx.Identity.Certificate.Extensions[teleport.CertExtensionMFAVerified], } - userMeta := apievents.UserMetadata{ - User: ctx.Identity.TeleportUser, - Login: ctx.Identity.Login, - Impersonator: ctx.Identity.Impersonator, - } + userMeta := ctx.Identity.GetUserMetadata() connectionMeta := apievents.ConnectionMetadata{ RemoteAddr: ctx.ServerConn.RemoteAddr().String(), diff --git a/lib/srv/forward/sshserver.go b/lib/srv/forward/sshserver.go index b3861053aecdc..bf311d63f1080 100644 --- a/lib/srv/forward/sshserver.go +++ b/lib/srv/forward/sshserver.go @@ -737,11 +737,7 @@ func (s *Server) handleDirectTCPIPRequest(ctx context.Context, ch ssh.Channel, r Type: events.PortForwardEvent, Code: events.PortForwardCode, }, - UserMetadata: apievents.UserMetadata{ - Login: s.identityContext.Login, - User: s.identityContext.TeleportUser, - Impersonator: s.identityContext.Impersonator, - }, + UserMetadata: s.identityContext.GetUserMetadata(), ConnectionMetadata: apievents.ConnectionMetadata{ LocalAddr: s.sconn.LocalAddr().String(), RemoteAddr: s.sconn.RemoteAddr().String(), @@ -1075,11 +1071,7 @@ func (s *Server) handleX11Forward(ctx context.Context, ch ssh.Channel, req *ssh. Metadata: apievents.Metadata{ Type: events.X11ForwardEvent, }, - UserMetadata: apievents.UserMetadata{ - Login: s.identityContext.Login, - User: s.identityContext.TeleportUser, - Impersonator: s.identityContext.Impersonator, - }, + UserMetadata: s.identityContext.GetUserMetadata(), ConnectionMetadata: apievents.ConnectionMetadata{ LocalAddr: s.sconn.LocalAddr().String(), RemoteAddr: s.sconn.RemoteAddr().String(), diff --git a/lib/srv/forward/subsystem.go b/lib/srv/forward/subsystem.go index bd62d8641cd80..a2173b54e4ff0 100644 --- a/lib/srv/forward/subsystem.go +++ b/lib/srv/forward/subsystem.go @@ -136,11 +136,7 @@ func (r *remoteSubsystem) emitAuditEvent(err error) { Metadata: apievents.Metadata{ Type: events.SubsystemEvent, }, - UserMetadata: apievents.UserMetadata{ - User: r.serverContext.Identity.TeleportUser, - Login: r.serverContext.Identity.Login, - Impersonator: r.serverContext.Identity.Impersonator, - }, + UserMetadata: r.serverContext.Identity.GetUserMetadata(), ConnectionMetadata: apievents.ConnectionMetadata{ LocalAddr: r.serverContext.RemoteClient.LocalAddr().String(), RemoteAddr: r.serverContext.RemoteClient.RemoteAddr().String(), diff --git a/lib/srv/regular/sshserver.go b/lib/srv/regular/sshserver.go index a9613012cf7db..950b9e5cd95a2 100644 --- a/lib/srv/regular/sshserver.go +++ b/lib/srv/regular/sshserver.go @@ -932,11 +932,7 @@ func (s *Server) HandleNewConn(ctx context.Context, ccx *sshutils.ConnectionCont Type: events.SessionRejectedEvent, Code: events.SessionRejectedCode, }, - UserMetadata: apievents.UserMetadata{ - Login: identityContext.Login, - User: identityContext.TeleportUser, - Impersonator: identityContext.Impersonator, - }, + UserMetadata: identityContext.GetUserMetadata(), ConnectionMetadata: apievents.ConnectionMetadata{ Protocol: events.EventProtocolSSH, LocalAddr: ccx.ServerConn.LocalAddr().String(), @@ -1077,11 +1073,7 @@ func (s *Server) HandleNewChan(ctx context.Context, ccx *sshutils.ConnectionCont Type: events.SessionRejectedEvent, Code: events.SessionRejectedCode, }, - UserMetadata: apievents.UserMetadata{ - Login: identityContext.Login, - User: identityContext.TeleportUser, - Impersonator: identityContext.Impersonator, - }, + UserMetadata: identityContext.GetUserMetadata(), ConnectionMetadata: apievents.ConnectionMetadata{ Protocol: events.EventProtocolSSH, LocalAddr: ccx.ServerConn.LocalAddr().String(), @@ -1277,11 +1269,7 @@ Loop: Type: events.PortForwardEvent, Code: events.PortForwardCode, }, - UserMetadata: apievents.UserMetadata{ - Login: scx.Identity.Login, - User: scx.Identity.TeleportUser, - Impersonator: scx.Identity.Impersonator, - }, + UserMetadata: scx.Identity.GetUserMetadata(), ConnectionMetadata: apievents.ConnectionMetadata{ LocalAddr: scx.ServerConn.LocalAddr().String(), RemoteAddr: scx.ServerConn.RemoteAddr().String(), diff --git a/lib/srv/sess.go b/lib/srv/sess.go index bc11e10d4bd00..bcb541ef2f354 100644 --- a/lib/srv/sess.go +++ b/lib/srv/sess.go @@ -141,11 +141,7 @@ func (s *SessionRegistry) emitSessionJoinEvent(ctx *ServerContext) { SessionMetadata: apievents.SessionMetadata{ SessionID: string(ctx.SessionID()), }, - UserMetadata: apievents.UserMetadata{ - User: ctx.Identity.TeleportUser, - Login: ctx.Identity.Login, - Impersonator: ctx.Identity.Impersonator, - }, + UserMetadata: ctx.Identity.GetUserMetadata(), ConnectionMetadata: apievents.ConnectionMetadata{ RemoteAddr: ctx.ServerConn.RemoteAddr().String(), }, @@ -411,11 +407,7 @@ func (s *SessionRegistry) NotifyWinChange(params rsession.TerminalParams, ctx *S SessionMetadata: apievents.SessionMetadata{ SessionID: string(sid), }, - UserMetadata: apievents.UserMetadata{ - User: ctx.Identity.TeleportUser, - Login: ctx.Identity.Login, - Impersonator: ctx.Identity.Impersonator, - }, + UserMetadata: ctx.Identity.GetUserMetadata(), TerminalSize: params.Serialize(), } @@ -761,17 +753,12 @@ func (s *session) startInteractive(ch ssh.Channel, ctx *ServerContext) error { SessionMetadata: apievents.SessionMetadata{ SessionID: string(s.id), }, - UserMetadata: apievents.UserMetadata{ - User: ctx.Identity.TeleportUser, - Login: ctx.Identity.Login, - Impersonator: ctx.Identity.Impersonator, - }, + UserMetadata: ctx.Identity.GetUserMetadata(), ConnectionMetadata: apievents.ConnectionMetadata{ RemoteAddr: ctx.ServerConn.RemoteAddr().String(), }, TerminalSize: params.Serialize(), SessionRecording: ctx.SessionRecordingConfig.GetMode(), - AccessRequests: ctx.Identity.ActiveRequests, } // Local address only makes sense for non-tunnel nodes. @@ -909,16 +896,11 @@ func (s *session) startExec(channel ssh.Channel, ctx *ServerContext) error { SessionMetadata: apievents.SessionMetadata{ SessionID: string(s.id), }, - UserMetadata: apievents.UserMetadata{ - User: ctx.Identity.TeleportUser, - Login: ctx.Identity.Login, - Impersonator: ctx.Identity.Impersonator, - }, + UserMetadata: ctx.Identity.GetUserMetadata(), ConnectionMetadata: apievents.ConnectionMetadata{ RemoteAddr: ctx.ServerConn.RemoteAddr().String(), }, SessionRecording: ctx.SessionRecordingConfig.GetMode(), - AccessRequests: ctx.Identity.ActiveRequests, } // Local address only makes sense for non-tunnel nodes. if !ctx.srv.UseTunnel() { @@ -1010,11 +992,7 @@ func (s *session) startExec(channel ssh.Channel, ctx *ServerContext) error { SessionMetadata: apievents.SessionMetadata{ SessionID: string(s.id), }, - UserMetadata: apievents.UserMetadata{ - User: ctx.Identity.TeleportUser, - Login: ctx.Identity.Login, - Impersonator: ctx.Identity.Impersonator, - }, + UserMetadata: ctx.Identity.GetUserMetadata(), EnhancedRecording: s.hasEnhancedRecording, Interactive: false, Participants: []string{ diff --git a/lib/tlsca/ca.go b/lib/tlsca/ca.go index 1606521567dac..fbd6f0f5bbdc1 100644 --- a/lib/tlsca/ca.go +++ b/lib/tlsca/ca.go @@ -29,6 +29,7 @@ import ( "time" "github.com/gravitational/teleport" + "github.com/gravitational/teleport/api/types/events" "github.com/gravitational/teleport/api/types/wrappers" "github.com/gravitational/trace" @@ -606,6 +607,14 @@ func FromSubject(subject pkix.Name, expires time.Time) (*Identity, error) { return id, nil } +func (id Identity) GetUserMetadata() events.UserMetadata { + return events.UserMetadata{ + User: id.Username, + Impersonator: id.Impersonator, + AccessRequests: id.ActiveRequests, + } +} + // CertificateRequest is a X.509 signing certificate request type CertificateRequest struct { // Clock is a clock used to get current or test time diff --git a/lib/web/apps.go b/lib/web/apps.go index 378b8744d71d9..12746c26cc2fc 100644 --- a/lib/web/apps.go +++ b/lib/web/apps.go @@ -189,6 +189,10 @@ func (h *Handler) createAppSession(w http.ResponseWriter, r *http.Request, p htt return nil, trace.Wrap(err) } + userMetadata := identity.GetUserMetadata() + userMetadata.User = ws.GetUser() + userMetadata.AWSRoleARN = req.AWSRole + // Now that the certificate has been issued, emit a "new session created" // for all events associated with this certificate. appSessionStartEvent := &apievents.AppSessionStart{ @@ -205,10 +209,7 @@ func (h *Handler) createAppSession(w http.ResponseWriter, r *http.Request, p htt SessionID: identity.RouteToApp.SessionID, WithMFA: identity.MFAVerified, }, - UserMetadata: apievents.UserMetadata{ - User: ws.GetUser(), - AWSRoleARN: req.AWSRole, - }, + UserMetadata: userMetadata, ConnectionMetadata: apievents.ConnectionMetadata{ RemoteAddr: r.RemoteAddr, },