diff --git a/mesh/v1alpha1/config.pb.go b/mesh/v1alpha1/config.pb.go
index e2575f1ee0..97da173f19 100644
--- a/mesh/v1alpha1/config.pb.go
+++ b/mesh/v1alpha1/config.pb.go
@@ -209,6 +209,9 @@ type MeshConfig struct {
// Default is false which means the traffic is denied when the client is unable
// to connect to Mixer.
PolicyCheckFailOpen bool `protobuf:"varint,25,opt,name=policy_check_fail_open,json=policyCheckFailOpen,proto3" json:"policy_check_fail_open,omitempty"`
+ // Enable session affinity for envoy mixer reports so that calls from a proxy will
+ // always target the same mixer instance.
+ ReportSessionAffinity bool `protobuf:"varint,31,opt,name=report_session_affinity,json=reportSessionAffinity,proto3" json:"report_session_affinity,omitempty"`
// Port on which Envoy should listen for incoming connections from
// other services.
ProxyListenPort int32 `protobuf:"varint,4,opt,name=proxy_listen_port,json=proxyListenPort,proto3" json:"proxy_listen_port,omitempty"`
@@ -328,6 +331,13 @@ func (m *MeshConfig) GetPolicyCheckFailOpen() bool {
return false
}
+func (m *MeshConfig) GetReportSessionAffinity() bool {
+ if m != nil {
+ return m.ReportSessionAffinity
+ }
+ return false
+}
+
func (m *MeshConfig) GetProxyListenPort() int32 {
if m != nil {
return m.ProxyListenPort
@@ -857,6 +867,18 @@ func (m *MeshConfig) MarshalTo(dAtA []byte) (int, error) {
}
i++
}
+ if m.ReportSessionAffinity {
+ dAtA[i] = 0xf8
+ i++
+ dAtA[i] = 0x1
+ i++
+ if m.ReportSessionAffinity {
+ dAtA[i] = 1
+ } else {
+ dAtA[i] = 0
+ }
+ i++
+ }
return i, nil
}
@@ -1070,6 +1092,9 @@ func (m *MeshConfig) Size() (n int) {
if m.SdsUseK8SSaJwt {
n += 3
}
+ if m.ReportSessionAffinity {
+ n += 3
+ }
return n
}
@@ -1891,6 +1916,26 @@ func (m *MeshConfig) Unmarshal(dAtA []byte) error {
}
}
m.SdsUseK8SSaJwt = bool(v != 0)
+ case 31:
+ if wireType != 0 {
+ return fmt.Errorf("proto: wrong wireType = %d for field ReportSessionAffinity", wireType)
+ }
+ var v int
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowConfig
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ v |= (int(b) & 0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ m.ReportSessionAffinity = bool(v != 0)
default:
iNdEx = preIndex
skippy, err := skipConfig(dAtA[iNdEx:])
@@ -2299,84 +2344,86 @@ var (
func init() { proto.RegisterFile("mesh/v1alpha1/config.proto", fileDescriptorConfig) }
var fileDescriptorConfig = []byte{
- // 1258 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x56, 0xdd, 0x6e, 0xdb, 0x36,
- 0x14, 0x8e, 0x92, 0xb4, 0x49, 0x8f, 0x7f, 0x22, 0x33, 0x4d, 0xcb, 0xba, 0x5d, 0xe6, 0x66, 0x58,
- 0x1b, 0x64, 0x83, 0x83, 0x26, 0x18, 0xd0, 0x0d, 0xd8, 0x85, 0x6b, 0x3b, 0xad, 0x53, 0xc7, 0x36,
- 0x24, 0xa5, 0x5b, 0x77, 0x31, 0x42, 0x91, 0x68, 0x9b, 0x8b, 0x2c, 0x0a, 0x22, 0x9d, 0x36, 0x8f,
- 0xb1, 0x27, 0xd9, 0x6b, 0xec, 0x72, 0x77, 0xbb, 0x1d, 0xfa, 0x24, 0x03, 0x49, 0x29, 0x76, 0x5b,
- 0x77, 0x19, 0x7a, 0x27, 0x7e, 0xe7, 0x8f, 0xe7, 0x3b, 0x3f, 0x14, 0x54, 0x27, 0x54, 0x8c, 0xf7,
- 0x2f, 0x9e, 0xf8, 0x51, 0x32, 0xf6, 0x9f, 0xec, 0x07, 0x3c, 0x1e, 0xb2, 0x51, 0x3d, 0x49, 0xb9,
- 0xe4, 0x68, 0x93, 0x09, 0xc9, 0x78, 0x5d, 0x69, 0xd4, 0x73, 0x8d, 0xea, 0xf6, 0x88, 0xf3, 0x51,
- 0x44, 0xf7, 0xb5, 0xca, 0xd9, 0x74, 0xb8, 0x1f, 0x4e, 0x53, 0x5f, 0x32, 0x1e, 0x1b, 0xa3, 0xea,
- 0xbd, 0xf7, 0x1d, 0x26, 0x29, 0x7f, 0x7b, 0x99, 0x89, 0xf6, 0x62, 0x2a, 0xdf, 0xf0, 0xf4, 0x9c,
- 0xc5, 0xa3, 0x5c, 0xe1, 0x70, 0x3f, 0xa4, 0x42, 0xb2, 0x58, 0x7b, 0x20, 0xe9, 0x34, 0xa2, 0x46,
- 0x77, 0xe7, 0x77, 0x04, 0x70, 0x42, 0xc5, 0xb8, 0xa9, 0x2f, 0x84, 0xbe, 0x05, 0x34, 0x61, 0x6f,
- 0x69, 0x4a, 0x82, 0x31, 0x0d, 0xce, 0x89, 0xa0, 0xe9, 0x05, 0x4d, 0xb1, 0x55, 0xb3, 0x76, 0x6f,
- 0x39, 0xb6, 0x96, 0x34, 0x95, 0xc0, 0xd5, 0x38, 0xaa, 0xc3, 0xa6, 0xd1, 0x4e, 0x69, 0xc2, 0x53,
- 0x99, 0xab, 0x2f, 0x6b, 0xf5, 0x8a, 0x16, 0x39, 0x5a, 0x92, 0xe9, 0x1f, 0xc0, 0x56, 0xc8, 0x84,
- 0x7f, 0x16, 0x51, 0x92, 0xf0, 0x88, 0x05, 0x97, 0x26, 0x8c, 0xc0, 0x2b, 0x35, 0x6b, 0x77, 0xdd,
- 0xd9, 0xcc, 0x84, 0x03, 0x2d, 0xd3, 0x81, 0x04, 0xda, 0x83, 0x8a, 0xce, 0x8d, 0x44, 0x4c, 0x48,
- 0x1a, 0x13, 0xe5, 0x0e, 0xaf, 0xd6, 0xac, 0xdd, 0x1b, 0xce, 0x86, 0x16, 0x74, 0x35, 0x3e, 0xe0,
- 0xa9, 0x44, 0x8f, 0xc0, 0x40, 0x64, 0x2c, 0x65, 0x62, 0x34, 0x6f, 0x68, 0xcd, 0x92, 0x86, 0x5f,
- 0x48, 0x99, 0x68, 0xbd, 0x67, 0xb0, 0x11, 0xf0, 0x38, 0xa6, 0x81, 0x24, 0x92, 0x4d, 0x28, 0x9f,
- 0x4a, 0x7c, 0xb3, 0x66, 0xed, 0x16, 0x0e, 0xee, 0xd5, 0x0d, 0xeb, 0xf5, 0x9c, 0xf5, 0x7a, 0x2b,
- 0x63, 0xdd, 0x29, 0x67, 0x16, 0x9e, 0x31, 0x40, 0x5f, 0x41, 0x89, 0xc5, 0xa3, 0x94, 0x0a, 0x41,
- 0x82, 0xc8, 0x17, 0x02, 0xaf, 0xe9, 0xac, 0x8b, 0x19, 0xd8, 0x54, 0x18, 0x7a, 0x0c, 0x1b, 0xb9,
- 0x92, 0xe2, 0x86, 0x05, 0x14, 0xaf, 0x6b, 0xb5, 0x72, 0x06, 0xbb, 0x06, 0x45, 0x13, 0xb8, 0x7b,
- 0xe5, 0x8d, 0xc7, 0x32, 0xe5, 0x51, 0x44, 0x53, 0x32, 0xe1, 0x21, 0xc5, 0xb7, 0x6a, 0xd6, 0x6e,
- 0xf9, 0xe0, 0xbb, 0xfa, 0x82, 0x26, 0xa9, 0xcf, 0x2a, 0x57, 0xef, 0x64, 0x71, 0xaf, 0xac, 0x4f,
- 0x78, 0x48, 0x9d, 0x2d, 0xb6, 0x08, 0x46, 0x7d, 0x28, 0xf8, 0x53, 0x39, 0xce, 0xaa, 0x80, 0x41,
- 0x87, 0xd8, 0xbb, 0x2e, 0x44, 0x63, 0x2a, 0xc7, 0xa6, 0x36, 0xcf, 0x96, 0xb1, 0xe5, 0x80, 0x7f,
- 0x75, 0x46, 0x1d, 0xa8, 0xa4, 0xa1, 0x20, 0x29, 0x1d, 0xa6, 0x54, 0x8c, 0x49, 0x48, 0x23, 0xff,
- 0x12, 0x17, 0xae, 0xe1, 0x54, 0x7b, 0xd9, 0x48, 0x43, 0xe1, 0x18, 0xb3, 0x96, 0xb2, 0x42, 0x5f,
- 0x43, 0x99, 0xc6, 0xba, 0x47, 0x64, 0xea, 0x07, 0x2c, 0x1e, 0xe1, 0xa2, 0xee, 0x8e, 0x92, 0x41,
- 0x3d, 0x03, 0xaa, 0x5a, 0xfb, 0x41, 0xa0, 0x08, 0x8b, 0xf8, 0x88, 0x0c, 0x59, 0x44, 0x71, 0x49,
- 0x53, 0x5b, 0x32, 0x70, 0x97, 0x8f, 0x8e, 0x58, 0x44, 0xd1, 0x73, 0x28, 0x87, 0x74, 0xe8, 0x4f,
- 0x23, 0x49, 0xcc, 0xd0, 0xe1, 0xb2, 0xbe, 0x56, 0x6d, 0x61, 0xb6, 0x03, 0xd5, 0x27, 0x26, 0x5d,
- 0xa7, 0x94, 0xd9, 0x65, 0xa3, 0xf1, 0x18, 0x4a, 0xa6, 0xd9, 0xfd, 0x30, 0x54, 0x94, 0x62, 0x5b,
- 0x85, 0xd3, 0x39, 0x14, 0xb5, 0xa0, 0x61, 0x70, 0x55, 0x4b, 0x3e, 0x95, 0x67, 0x7c, 0x1a, 0x87,
- 0x2a, 0x85, 0xe1, 0x90, 0x05, 0x39, 0xd1, 0x15, 0x1d, 0xfa, 0xda, 0x5a, 0xf6, 0x33, 0x73, 0xcf,
- 0x58, 0x1b, 0x8e, 0x9d, 0x2d, 0xbe, 0x08, 0x46, 0x2d, 0xf8, 0x32, 0xe3, 0x2b, 0x88, 0x18, 0x8d,
- 0x25, 0x11, 0x2c, 0x7c, 0x7f, 0xbe, 0xf0, 0xa6, 0x26, 0xf0, 0xbe, 0x51, 0x6b, 0x6a, 0x2d, 0x97,
- 0x85, 0xf3, 0x73, 0x86, 0x6a, 0x50, 0x14, 0xa1, 0x20, 0xd3, 0x50, 0x90, 0xc4, 0x97, 0x63, 0x7c,
- 0x5b, 0x73, 0x09, 0x22, 0x14, 0xa7, 0xa1, 0x18, 0xf8, 0x72, 0xac, 0x4a, 0x2c, 0x3e, 0x2a, 0xf1,
- 0xd6, 0xff, 0x2a, 0xb1, 0xf8, 0xa0, 0xc4, 0x2f, 0xa0, 0x6c, 0x6a, 0x41, 0x04, 0x9f, 0xa6, 0x01,
- 0x15, 0xf8, 0x4e, 0x6d, 0x65, 0xb7, 0x70, 0xf0, 0x70, 0x21, 0x31, 0x86, 0x14, 0x57, 0x6b, 0x3a,
- 0xa5, 0x60, 0xee, 0x24, 0xd0, 0x21, 0xdc, 0xc9, 0x92, 0x57, 0x77, 0x93, 0xfc, 0x9c, 0xc6, 0x64,
- 0xc2, 0xa7, 0xb1, 0xc4, 0x77, 0xcd, 0x4a, 0x31, 0x52, 0x37, 0x14, 0x9e, 0x92, 0x9d, 0x28, 0x91,
- 0x5a, 0x29, 0xf3, 0xad, 0xc3, 0xd3, 0x89, 0x2f, 0x31, 0xd6, 0x09, 0x6f, 0xcc, 0x9a, 0x47, 0xc3,
- 0x2a, 0xc0, 0x3c, 0x95, 0x64, 0xe8, 0xb3, 0x88, 0xf0, 0x84, 0xc6, 0xf8, 0x9e, 0x09, 0x90, 0xcc,
- 0x48, 0x3c, 0xf2, 0x59, 0xd4, 0x4f, 0x68, 0x8c, 0x1e, 0x42, 0x51, 0xa6, 0x53, 0x21, 0x49, 0xc8,
- 0x27, 0x3e, 0x8b, 0x71, 0x55, 0xfb, 0x2e, 0x68, 0xac, 0xa5, 0x21, 0xe4, 0xc3, 0xe6, 0xdc, 0x1d,
- 0x68, 0x1c, 0xf0, 0x50, 0xb5, 0xfa, 0x7d, 0x3d, 0x89, 0x4f, 0xae, 0x9d, 0xc4, 0xfc, 0x96, 0xed,
- 0xcc, 0xd0, 0xa9, 0xf8, 0x1f, 0x42, 0x88, 0x43, 0x49, 0x06, 0x09, 0x39, 0xa7, 0x34, 0xf1, 0x23,
- 0x76, 0x41, 0xf1, 0x03, 0x5d, 0xac, 0xe3, 0xcc, 0xf9, 0xec, 0x91, 0xc8, 0x43, 0x1c, 0x2a, 0xaa,
- 0xd5, 0x8e, 0x63, 0x3c, 0x1e, 0x70, 0x1e, 0xb9, 0x54, 0x4a, 0x16, 0x8f, 0x44, 0xdd, 0x6b, 0x0e,
- 0x66, 0xdf, 0x41, 0xf2, 0x32, 0xf7, 0xe8, 0x14, 0xe5, 0xdc, 0x09, 0x5d, 0x40, 0x35, 0x1f, 0xb5,
- 0x6c, 0xdb, 0x91, 0x90, 0x26, 0x34, 0x0e, 0x69, 0x1c, 0x5c, 0xe2, 0x2f, 0x74, 0xf4, 0xa7, 0xd7,
- 0xa5, 0xd6, 0x32, 0x1e, 0xb2, 0xc5, 0xd8, 0xba, 0xb2, 0x77, 0x70, 0xf8, 0x09, 0x09, 0xda, 0x03,
- 0xa4, 0x7b, 0x57, 0x50, 0x72, 0xfe, 0x54, 0x10, 0xe1, 0x93, 0xdf, 0xde, 0x48, 0xbc, 0xad, 0xeb,
- 0x53, 0x56, 0x1d, 0x2c, 0xe8, 0xcb, 0xa7, 0xc2, 0xf5, 0x8f, 0xdf, 0xc8, 0xea, 0x1f, 0x16, 0x6c,
- 0x2d, 0x1c, 0x2f, 0xd4, 0x83, 0x55, 0xbd, 0x6f, 0x2d, 0x5d, 0x82, 0x1f, 0x3e, 0x6b, 0x46, 0xeb,
- 0x7a, 0xe9, 0x6a, 0x3f, 0x3b, 0x47, 0xb0, 0xaa, 0x77, 0x6d, 0x05, 0x4a, 0x4e, 0xfb, 0x79, 0xc7,
- 0xf5, 0x9c, 0xd7, 0xa4, 0xdf, 0xeb, 0xbe, 0xb6, 0x97, 0x50, 0x09, 0x6e, 0x35, 0xba, 0xdd, 0xfe,
- 0x4f, 0xa4, 0xd1, 0x7b, 0x6d, 0x5b, 0xe8, 0x01, 0xdc, 0x7e, 0xd5, 0x71, 0xbc, 0xd3, 0x46, 0x97,
- 0xb8, 0x6d, 0xe7, 0x55, 0xa7, 0xd9, 0x36, 0x8a, 0xcb, 0xd5, 0xe5, 0x75, 0xab, 0xfa, 0xb7, 0x05,
- 0xf8, 0x53, 0xa4, 0xa0, 0x5f, 0xa1, 0xc0, 0x26, 0xfa, 0xed, 0x9d, 0xbb, 0xfb, 0x8f, 0x9f, 0xcb,
- 0xb1, 0xb9, 0x3e, 0x18, 0x8f, 0xfa, 0xf2, 0xdf, 0x40, 0x25, 0xf3, 0x1f, 0xfb, 0x13, 0x2a, 0x12,
- 0x5f, 0x0d, 0xeb, 0x72, 0x6d, 0x45, 0xfd, 0x0e, 0x18, 0x41, 0xef, 0x0a, 0xdf, 0xa9, 0x67, 0x19,
- 0x23, 0x28, 0x37, 0xba, 0x5d, 0xd2, 0x6b, 0x9c, 0xb4, 0xdd, 0x41, 0xa3, 0xd9, 0x76, 0xed, 0x25,
- 0x85, 0xb9, 0x8d, 0x93, 0xf6, 0x0c, 0xb4, 0xad, 0x9d, 0xef, 0x61, 0x6b, 0xe1, 0xab, 0x85, 0xd6,
- 0x60, 0xa5, 0x7f, 0x74, 0x64, 0x2f, 0xa1, 0x02, 0xac, 0xb5, 0xda, 0x47, 0x8d, 0xd3, 0xae, 0x67,
- 0x5b, 0x08, 0xe0, 0xa6, 0xeb, 0x39, 0x9d, 0xa6, 0x67, 0x2f, 0xef, 0x3c, 0x02, 0x98, 0xbd, 0x46,
- 0x68, 0x1d, 0x56, 0x7b, 0xfd, 0x5e, 0xdb, 0x5e, 0x42, 0x65, 0x80, 0x93, 0x53, 0xcd, 0xa4, 0xd7,
- 0x75, 0x6d, 0x6b, 0xe7, 0x31, 0x54, 0x3e, 0x9a, 0x15, 0xa5, 0xee, 0xb5, 0x7f, 0xf6, 0xec, 0x25,
- 0xf5, 0x75, 0xec, 0xf6, 0x7b, 0xb6, 0x75, 0xbc, 0xba, 0xbe, 0x61, 0xdb, 0xc7, 0xab, 0xeb, 0xc8,
- 0xde, 0xdc, 0x11, 0x50, 0x9c, 0xdf, 0x39, 0x08, 0xc3, 0x5a, 0xbe, 0xf3, 0xcd, 0x9f, 0x50, 0x7e,
- 0x44, 0x1d, 0x28, 0xca, 0x48, 0xbd, 0xed, 0x66, 0x38, 0xf4, 0x9f, 0x4f, 0xe1, 0xe0, 0xd1, 0x7f,
- 0x4c, 0x98, 0xd7, 0x75, 0xf3, 0x51, 0x72, 0x0a, 0x32, 0x12, 0xf9, 0xe1, 0xd9, 0xee, 0x9f, 0xef,
- 0xb6, 0xad, 0xbf, 0xde, 0x6d, 0x5b, 0xff, 0xbc, 0xdb, 0xb6, 0x7e, 0xa9, 0x1a, 0x0f, 0x8c, 0xef,
- 0xfb, 0x09, 0xdb, 0x7f, 0xef, 0x57, 0xef, 0xec, 0xa6, 0xde, 0xb2, 0x87, 0xff, 0x06, 0x00, 0x00,
- 0xff, 0xff, 0xbf, 0xad, 0x9f, 0x12, 0x53, 0x0a, 0x00, 0x00,
+ // 1285 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x56, 0x5d, 0x73, 0xd3, 0xc6,
+ 0x1a, 0x8e, 0x92, 0x40, 0xc2, 0xeb, 0x8f, 0xc8, 0x1b, 0x02, 0x8b, 0xe1, 0x04, 0x93, 0x33, 0x07,
+ 0x32, 0x39, 0x1d, 0x67, 0x48, 0xa6, 0x1d, 0xda, 0x99, 0x5e, 0x18, 0xdb, 0x01, 0x07, 0xc7, 0xf6,
+ 0x48, 0x0a, 0x2d, 0xbd, 0xe8, 0x8e, 0x22, 0xad, 0xed, 0x6d, 0x64, 0xad, 0x46, 0xbb, 0x0e, 0xe4,
+ 0x57, 0xf5, 0x6f, 0xb4, 0x77, 0xbd, 0xeb, 0x6d, 0x87, 0x5f, 0xd2, 0xd9, 0x5d, 0x29, 0x36, 0x60,
+ 0x9a, 0x0e, 0x77, 0xd2, 0xf3, 0x7e, 0xed, 0xfb, 0xbc, 0x1f, 0xbb, 0x50, 0x9d, 0x50, 0x31, 0xde,
+ 0xbf, 0x78, 0xea, 0x47, 0xc9, 0xd8, 0x7f, 0xba, 0x1f, 0xf0, 0x78, 0xc8, 0x46, 0xf5, 0x24, 0xe5,
+ 0x92, 0xa3, 0x4d, 0x26, 0x24, 0xe3, 0x75, 0xa5, 0x51, 0xcf, 0x35, 0xaa, 0xdb, 0x23, 0xce, 0x47,
+ 0x11, 0xdd, 0xd7, 0x2a, 0x67, 0xd3, 0xe1, 0x7e, 0x38, 0x4d, 0x7d, 0xc9, 0x78, 0x6c, 0x8c, 0xaa,
+ 0xf7, 0x3e, 0x74, 0x98, 0xa4, 0xfc, 0xdd, 0x65, 0x26, 0xda, 0x8b, 0xa9, 0x7c, 0xcb, 0xd3, 0x73,
+ 0x16, 0x8f, 0x72, 0x85, 0xc3, 0xfd, 0x90, 0x0a, 0xc9, 0x62, 0xed, 0x81, 0xa4, 0xd3, 0x88, 0x1a,
+ 0xdd, 0x9d, 0xdf, 0x11, 0xc0, 0x09, 0x15, 0xe3, 0xa6, 0x3e, 0x10, 0xfa, 0x0a, 0xd0, 0x84, 0xbd,
+ 0xa3, 0x29, 0x09, 0xc6, 0x34, 0x38, 0x27, 0x82, 0xa6, 0x17, 0x34, 0xc5, 0x56, 0xcd, 0xda, 0xbd,
+ 0xe5, 0xd8, 0x5a, 0xd2, 0x54, 0x02, 0x57, 0xe3, 0xa8, 0x0e, 0x9b, 0x46, 0x3b, 0xa5, 0x09, 0x4f,
+ 0x65, 0xae, 0xbe, 0xac, 0xd5, 0x2b, 0x5a, 0xe4, 0x68, 0x49, 0xa6, 0x7f, 0x00, 0x5b, 0x21, 0x13,
+ 0xfe, 0x59, 0x44, 0x49, 0xc2, 0x23, 0x16, 0x5c, 0x9a, 0x30, 0x02, 0xaf, 0xd4, 0xac, 0xdd, 0x75,
+ 0x67, 0x33, 0x13, 0x0e, 0xb4, 0x4c, 0x07, 0x12, 0x68, 0x0f, 0x2a, 0x3a, 0x37, 0x12, 0x31, 0x21,
+ 0x69, 0x4c, 0x94, 0x3b, 0xbc, 0x5a, 0xb3, 0x76, 0x6f, 0x38, 0x1b, 0x5a, 0xd0, 0xd5, 0xf8, 0x80,
+ 0xa7, 0x12, 0x3d, 0x06, 0x03, 0x91, 0xb1, 0x94, 0x89, 0xd1, 0xbc, 0xa1, 0x35, 0x4b, 0x1a, 0x7e,
+ 0x29, 0x65, 0xa2, 0xf5, 0x9e, 0xc3, 0x46, 0xc0, 0xe3, 0x98, 0x06, 0x92, 0x48, 0x36, 0xa1, 0x7c,
+ 0x2a, 0xf1, 0xcd, 0x9a, 0xb5, 0x5b, 0x38, 0xb8, 0x57, 0x37, 0xac, 0xd7, 0x73, 0xd6, 0xeb, 0xad,
+ 0x8c, 0x75, 0xa7, 0x9c, 0x59, 0x78, 0xc6, 0x00, 0xfd, 0x17, 0x4a, 0x2c, 0x1e, 0xa5, 0x54, 0x08,
+ 0x12, 0x44, 0xbe, 0x10, 0x78, 0x4d, 0x67, 0x5d, 0xcc, 0xc0, 0xa6, 0xc2, 0xd0, 0x13, 0xd8, 0xc8,
+ 0x95, 0x14, 0x37, 0x2c, 0xa0, 0x78, 0x5d, 0xab, 0x95, 0x33, 0xd8, 0x35, 0x28, 0x9a, 0xc0, 0xdd,
+ 0x2b, 0x6f, 0x3c, 0x96, 0x29, 0x8f, 0x22, 0x9a, 0x92, 0x09, 0x0f, 0x29, 0xbe, 0x55, 0xb3, 0x76,
+ 0xcb, 0x07, 0x5f, 0xd7, 0x17, 0x34, 0x49, 0x7d, 0x56, 0xb9, 0x7a, 0x27, 0x8b, 0x7b, 0x65, 0x7d,
+ 0xc2, 0x43, 0xea, 0x6c, 0xb1, 0x45, 0x30, 0xea, 0x43, 0xc1, 0x9f, 0xca, 0x71, 0x56, 0x05, 0x0c,
+ 0x3a, 0xc4, 0xde, 0x75, 0x21, 0x1a, 0x53, 0x39, 0x36, 0xb5, 0x79, 0xbe, 0x8c, 0x2d, 0x07, 0xfc,
+ 0xab, 0x7f, 0xd4, 0x81, 0x4a, 0x1a, 0x0a, 0x92, 0xd2, 0x61, 0x4a, 0xc5, 0x98, 0x84, 0x34, 0xf2,
+ 0x2f, 0x71, 0xe1, 0x1a, 0x4e, 0xb5, 0x97, 0x8d, 0x34, 0x14, 0x8e, 0x31, 0x6b, 0x29, 0x2b, 0xf4,
+ 0x3f, 0x28, 0xd3, 0x58, 0xf7, 0x88, 0x4c, 0xfd, 0x80, 0xc5, 0x23, 0x5c, 0xd4, 0xdd, 0x51, 0x32,
+ 0xa8, 0x67, 0x40, 0x55, 0x6b, 0x3f, 0x08, 0x14, 0x61, 0x11, 0x1f, 0x91, 0x21, 0x8b, 0x28, 0x2e,
+ 0x69, 0x6a, 0x4b, 0x06, 0xee, 0xf2, 0xd1, 0x11, 0x8b, 0x28, 0x7a, 0x01, 0xe5, 0x90, 0x0e, 0xfd,
+ 0x69, 0x24, 0x89, 0x19, 0x3a, 0x5c, 0xd6, 0xc7, 0xaa, 0x2d, 0xcc, 0x76, 0xa0, 0xfa, 0xc4, 0xa4,
+ 0xeb, 0x94, 0x32, 0xbb, 0x6c, 0x34, 0x9e, 0x40, 0xc9, 0x34, 0xbb, 0x1f, 0x86, 0x8a, 0x52, 0x6c,
+ 0xab, 0x70, 0x3a, 0x87, 0xa2, 0x16, 0x34, 0x0c, 0xae, 0x6a, 0xc9, 0xa7, 0xf2, 0x8c, 0x4f, 0xe3,
+ 0x50, 0xa5, 0x30, 0x1c, 0xb2, 0x20, 0x27, 0xba, 0xa2, 0x43, 0x5f, 0x5b, 0xcb, 0x7e, 0x66, 0xee,
+ 0x19, 0x6b, 0xc3, 0xb1, 0xb3, 0xc5, 0x17, 0xc1, 0xa8, 0x05, 0x0f, 0x33, 0xbe, 0x82, 0x88, 0xd1,
+ 0x58, 0x12, 0xc1, 0xc2, 0x0f, 0xe7, 0x0b, 0x6f, 0x6a, 0x02, 0xef, 0x1b, 0xb5, 0xa6, 0xd6, 0x72,
+ 0x59, 0x38, 0x3f, 0x67, 0xa8, 0x06, 0x45, 0x11, 0x0a, 0x32, 0x0d, 0x05, 0x49, 0x7c, 0x39, 0xc6,
+ 0xb7, 0x35, 0x97, 0x20, 0x42, 0x71, 0x1a, 0x8a, 0x81, 0x2f, 0xc7, 0xaa, 0xc4, 0xe2, 0x93, 0x12,
+ 0x6f, 0xfd, 0xab, 0x12, 0x8b, 0x8f, 0x4a, 0xfc, 0x12, 0xca, 0xa6, 0x16, 0x44, 0xf0, 0x69, 0x1a,
+ 0x50, 0x81, 0xef, 0xd4, 0x56, 0x76, 0x0b, 0x07, 0x8f, 0x16, 0x12, 0x63, 0x48, 0x71, 0xb5, 0xa6,
+ 0x53, 0x0a, 0xe6, 0xfe, 0x04, 0x3a, 0x84, 0x3b, 0x59, 0xf2, 0xea, 0x6c, 0x92, 0x9f, 0xd3, 0x98,
+ 0x4c, 0xf8, 0x34, 0x96, 0xf8, 0xae, 0x59, 0x29, 0x46, 0xea, 0x86, 0xc2, 0x53, 0xb2, 0x13, 0x25,
+ 0x52, 0x2b, 0x65, 0xbe, 0x75, 0x78, 0x3a, 0xf1, 0x25, 0xc6, 0x3a, 0xe1, 0x8d, 0x59, 0xf3, 0x68,
+ 0x58, 0x05, 0x98, 0xa7, 0x92, 0x0c, 0x7d, 0x16, 0x11, 0x9e, 0xd0, 0x18, 0xdf, 0x33, 0x01, 0x92,
+ 0x19, 0x89, 0x47, 0x3e, 0x8b, 0xfa, 0x09, 0x8d, 0xd1, 0x23, 0x28, 0xca, 0x74, 0x2a, 0x24, 0x09,
+ 0xf9, 0xc4, 0x67, 0x31, 0xae, 0x6a, 0xdf, 0x05, 0x8d, 0xb5, 0x34, 0x84, 0x7c, 0xd8, 0x9c, 0x3b,
+ 0x03, 0x8d, 0x03, 0x1e, 0xaa, 0x56, 0xbf, 0xaf, 0x27, 0xf1, 0xe9, 0xb5, 0x93, 0x98, 0x9f, 0xb2,
+ 0x9d, 0x19, 0x3a, 0x15, 0xff, 0x63, 0x08, 0x71, 0x28, 0xc9, 0x20, 0x21, 0xe7, 0x94, 0x26, 0x7e,
+ 0xc4, 0x2e, 0x28, 0x7e, 0xa0, 0x8b, 0x75, 0x9c, 0x39, 0x9f, 0x5d, 0x12, 0x79, 0x88, 0x43, 0x45,
+ 0xb5, 0xda, 0x71, 0x8c, 0xc7, 0x03, 0xce, 0x23, 0x97, 0x4a, 0xc9, 0xe2, 0x91, 0xa8, 0x7b, 0xcd,
+ 0xc1, 0xec, 0x3b, 0x48, 0x5e, 0xe5, 0x1e, 0x9d, 0xa2, 0x9c, 0xfb, 0x43, 0x17, 0x50, 0xcd, 0x47,
+ 0x2d, 0xdb, 0x76, 0x24, 0xa4, 0x09, 0x8d, 0x43, 0x1a, 0x07, 0x97, 0xf8, 0x3f, 0x3a, 0xfa, 0xb3,
+ 0xeb, 0x52, 0x6b, 0x19, 0x0f, 0xd9, 0x62, 0x6c, 0x5d, 0xd9, 0x3b, 0x38, 0xfc, 0x8c, 0x04, 0xed,
+ 0x01, 0xd2, 0xbd, 0x2b, 0x28, 0x39, 0x7f, 0x26, 0x88, 0xf0, 0xc9, 0x2f, 0x6f, 0x25, 0xde, 0xd6,
+ 0xf5, 0x29, 0xab, 0x0e, 0x16, 0xf4, 0xd5, 0x33, 0xe1, 0xfa, 0xc7, 0x6f, 0x25, 0xfa, 0x06, 0xee,
+ 0x5e, 0x5d, 0x56, 0x42, 0xa8, 0xcb, 0x50, 0xcd, 0x52, 0xcc, 0xe4, 0x25, 0x7e, 0xa8, 0x0d, 0xb6,
+ 0xd2, 0xec, 0xc6, 0xd2, 0xd2, 0x46, 0x26, 0xac, 0xfe, 0x6a, 0xc1, 0xd6, 0xc2, 0xb1, 0x44, 0x3d,
+ 0x58, 0xd5, 0x7b, 0xda, 0xd2, 0xa5, 0xfb, 0xee, 0x8b, 0x66, 0xbb, 0xae, 0x97, 0xb5, 0xf6, 0xb3,
+ 0x73, 0x04, 0xab, 0x7a, 0x47, 0x57, 0xa0, 0xe4, 0xb4, 0x5f, 0x74, 0x5c, 0xcf, 0x79, 0x43, 0xfa,
+ 0xbd, 0xee, 0x1b, 0x7b, 0x09, 0x95, 0xe0, 0x56, 0xa3, 0xdb, 0xed, 0xff, 0x40, 0x1a, 0xbd, 0x37,
+ 0xb6, 0x85, 0x1e, 0xc0, 0xed, 0xd7, 0x1d, 0xc7, 0x3b, 0x6d, 0x74, 0x89, 0xdb, 0x76, 0x5e, 0x77,
+ 0x9a, 0x6d, 0xa3, 0xb8, 0x5c, 0x5d, 0x5e, 0xb7, 0xaa, 0x7f, 0x5a, 0x80, 0x3f, 0x47, 0x26, 0xfa,
+ 0x19, 0x0a, 0x6c, 0xa2, 0x69, 0x98, 0x3b, 0xfb, 0xf7, 0x5f, 0x5a, 0x1b, 0x73, 0x7c, 0x30, 0x1e,
+ 0xf5, 0xe1, 0xff, 0x0f, 0x95, 0xcc, 0x7f, 0xec, 0x4f, 0xa8, 0x48, 0x7c, 0x35, 0xe4, 0xcb, 0xb5,
+ 0x15, 0xf5, 0x8c, 0x30, 0x82, 0xde, 0x15, 0xbe, 0x53, 0xcf, 0x32, 0x46, 0x50, 0x6e, 0x74, 0xbb,
+ 0xa4, 0xd7, 0x38, 0x69, 0xbb, 0x83, 0x46, 0xb3, 0xed, 0xda, 0x4b, 0x0a, 0x73, 0x1b, 0x27, 0xed,
+ 0x19, 0x68, 0x5b, 0x3b, 0xdf, 0xc2, 0xd6, 0xc2, 0xdb, 0x0e, 0xad, 0xc1, 0x4a, 0xff, 0xe8, 0xc8,
+ 0x5e, 0x42, 0x05, 0x58, 0x6b, 0xb5, 0x8f, 0x1a, 0xa7, 0x5d, 0xcf, 0xb6, 0x10, 0xc0, 0x4d, 0xd7,
+ 0x73, 0x3a, 0x4d, 0xcf, 0x5e, 0xde, 0x79, 0x0c, 0x30, 0xbb, 0xc5, 0xd0, 0x3a, 0xac, 0xf6, 0xfa,
+ 0xbd, 0xb6, 0xbd, 0x84, 0xca, 0x00, 0x27, 0xa7, 0x9a, 0x49, 0xaf, 0xeb, 0xda, 0xd6, 0xce, 0x13,
+ 0xa8, 0x7c, 0x32, 0x63, 0x4a, 0xdd, 0x6b, 0xff, 0xe8, 0xd9, 0x4b, 0xea, 0xeb, 0xd8, 0xed, 0xf7,
+ 0x6c, 0xeb, 0x78, 0x75, 0x7d, 0xc3, 0xb6, 0x8f, 0x57, 0xd7, 0x91, 0xbd, 0xb9, 0x23, 0xa0, 0x38,
+ 0xbf, 0xab, 0x10, 0x86, 0xb5, 0xfc, 0xae, 0x30, 0x2f, 0xa8, 0xfc, 0x17, 0x75, 0xa0, 0x28, 0x23,
+ 0xf5, 0x26, 0x30, 0x43, 0xa5, 0x5f, 0x4c, 0x85, 0x83, 0xc7, 0xff, 0x30, 0x99, 0x5e, 0xd7, 0xcd,
+ 0x47, 0xd0, 0x29, 0xc8, 0x48, 0xe4, 0x3f, 0xcf, 0x77, 0x7f, 0x7b, 0xbf, 0x6d, 0xfd, 0xf1, 0x7e,
+ 0xdb, 0xfa, 0xeb, 0xfd, 0xb6, 0xf5, 0x53, 0xd5, 0x78, 0x60, 0x7c, 0xdf, 0x4f, 0xd8, 0xfe, 0x07,
+ 0x4f, 0xc4, 0xb3, 0x9b, 0x7a, 0x3b, 0x1f, 0xfe, 0x1d, 0x00, 0x00, 0xff, 0xff, 0xf5, 0x78, 0x24,
+ 0x15, 0x8b, 0x0a, 0x00, 0x00,
}
diff --git a/mesh/v1alpha1/config.proto b/mesh/v1alpha1/config.proto
index e327a74438..31108bbccc 100644
--- a/mesh/v1alpha1/config.proto
+++ b/mesh/v1alpha1/config.proto
@@ -61,6 +61,10 @@ message MeshConfig {
// to connect to Mixer.
bool policy_check_fail_open = 25;
+ // Enable session affinity for envoy mixer reports so that calls from a proxy will
+ // always target the same mixer instance.
+ bool report_session_affinity = 31;
+
// Port on which Envoy should listen for incoming connections from
// other services.
int32 proxy_listen_port = 4;
@@ -243,7 +247,7 @@ message MeshConfig {
DefaultServiceDependency default_service_dependency = 29;
// $hide_from_docs
- // Next available field number: 31
+ // Next available field number: 32
}
// ConfigSource describes information about a configuration store inside a
diff --git a/mesh/v1alpha1/istio.mesh.v1alpha1.pb.html b/mesh/v1alpha1/istio.mesh.v1alpha1.pb.html
index e857386d21..7af7305dda 100644
--- a/mesh/v1alpha1/istio.mesh.v1alpha1.pb.html
+++ b/mesh/v1alpha1/istio.mesh.v1alpha1.pb.html
@@ -146,6 +146,15 @@
MeshConfig
Default is false which means the traffic is denied when the client is unable
to connect to Mixer.
+
+
+
+reportSessionAffinity |
+bool |
+
+ Enable session affinity for envoy mixer reports so that calls from a proxy will
+always target the same mixer instance.
+
|
diff --git a/proto.lock b/proto.lock
index 5742b07542..5dac18522c 100644
--- a/proto.lock
+++ b/proto.lock
@@ -729,6 +729,11 @@
"name": "policy_check_fail_open",
"type": "bool"
},
+ {
+ "id": 31,
+ "name": "report_session_affinity",
+ "type": "bool"
+ },
{
"id": 4,
"name": "proxy_listen_port",
diff --git a/python/istio_api/mesh/v1alpha1/config_pb2.py b/python/istio_api/mesh/v1alpha1/config_pb2.py
index 73d2058233..054c89805d 100644
--- a/python/istio_api/mesh/v1alpha1/config_pb2.py
+++ b/python/istio_api/mesh/v1alpha1/config_pb2.py
@@ -22,7 +22,7 @@
name='mesh/v1alpha1/config.proto',
package='istio.mesh.v1alpha1',
syntax='proto3',
- serialized_pb=_b('\n\x1amesh/v1alpha1/config.proto\x12\x13istio.mesh.v1alpha1\x1a\x1egoogle/protobuf/duration.proto\x1a\x19mesh/v1alpha1/proxy.proto\x1a*networking/v1alpha3/destination_rule.proto\"\x83\x0e\n\nMeshConfig\x12\x1a\n\x12mixer_check_server\x18\x01 \x01(\t\x12\x1b\n\x13mixer_report_server\x18\x02 \x01(\t\x12\x1d\n\x15\x64isable_policy_checks\x18\x03 \x01(\x08\x12\x1e\n\x16policy_check_fail_open\x18\x19 \x01(\x08\x12\x19\n\x11proxy_listen_port\x18\x04 \x01(\x05\x12\x17\n\x0fproxy_http_port\x18\x05 \x01(\x05\x12\x32\n\x0f\x63onnect_timeout\x18\x06 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x61\n\rtcp_keepalive\x18\x1c \x01(\x0b\x32J.istio.networking.v1alpha3.ConnectionPoolSettings.TCPSettings.TcpKeepalive\x12\x15\n\ringress_class\x18\x07 \x01(\t\x12\x17\n\x0fingress_service\x18\x08 \x01(\t\x12V\n\x17ingress_controller_mode\x18\t \x01(\x0e\x32\x35.istio.mesh.v1alpha1.MeshConfig.IngressControllerMode\x12\x43\n\x0b\x61uth_policy\x18\n \x01(\x0e\x32*.istio.mesh.v1alpha1.MeshConfig.AuthPolicyB\x02\x18\x01\x12\x38\n\x11rds_refresh_delay\x18\x0b \x01(\x0b\x32\x19.google.protobuf.DurationB\x02\x18\x01\x12\x16\n\x0e\x65nable_tracing\x18\x0c \x01(\x08\x12\x17\n\x0f\x61\x63\x63\x65ss_log_file\x18\r \x01(\t\x12\x19\n\x11\x61\x63\x63\x65ss_log_format\x18\x18 \x01(\t\x12N\n\x13\x61\x63\x63\x65ss_log_encoding\x18\x1b \x01(\x0e\x32\x31.istio.mesh.v1alpha1.MeshConfig.AccessLogEncoding\x12\x38\n\x0e\x64\x65\x66\x61ult_config\x18\x0e \x01(\x0b\x32 .istio.mesh.v1alpha1.ProxyConfig\x12\x19\n\rmixer_address\x18\x10 \x01(\tB\x02\x18\x01\x12V\n\x17outbound_traffic_policy\x18\x11 \x01(\x0b\x32\x35.istio.mesh.v1alpha1.MeshConfig.OutboundTrafficPolicy\x12\'\n\x1f\x65nable_client_side_policy_check\x18\x13 \x01(\x08\x12\x14\n\x0csds_uds_path\x18\x14 \x01(\t\x12\x38\n\x11sds_refresh_delay\x18\x15 \x01(\x0b\x32\x19.google.protobuf.DurationB\x02\x18\x01\x12\x39\n\x0e\x63onfig_sources\x18\x16 \x03(\x0b\x32!.istio.mesh.v1alpha1.ConfigSource\x12\x1e\n\x16\x65nable_sds_token_mount\x18\x17 \x01(\x08\x12\x1a\n\x12sds_use_k8s_sa_jwt\x18\x1e \x01(\x08\x12\x14\n\x0ctrust_domain\x18\x1a \x01(\t\x12\\\n\x1a\x64\x65\x66\x61ult_service_dependency\x18\x1d \x01(\x0b\x32\x38.istio.mesh.v1alpha1.MeshConfig.DefaultServiceDependency\x1a\xa9\x01\n\x15OutboundTrafficPolicy\x12H\n\x04mode\x18\x01 \x01(\x0e\x32:.istio.mesh.v1alpha1.MeshConfig.OutboundTrafficPolicy.Mode\"F\n\x04Mode\x12\x11\n\rREGISTRY_ONLY\x10\x00\x12\r\n\tALLOW_ANY\x10\x01\x12\x1c\n\x14VIRTUAL_SERVICE_ONLY\x10\x02\x1a\x02\x08\x01\x1a\xb9\x01\n\x18\x44\x65\x66\x61ultServiceDependency\x12R\n\x0bimport_mode\x18\x01 \x01(\x0e\x32=.istio.mesh.v1alpha1.MeshConfig.DefaultServiceDependency.Mode\x12\x19\n\x11import_namespaces\x18\x02 \x03(\t\".\n\x04Mode\x12\x12\n\x0e\x41LL_NAMESPACES\x10\x00\x12\x12\n\x0eSAME_NAMESPACE\x10\x01\"9\n\x15IngressControllerMode\x12\x07\n\x03OFF\x10\x00\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x01\x12\n\n\x06STRICT\x10\x02\"&\n\nAuthPolicy\x12\x08\n\x04NONE\x10\x00\x12\x0e\n\nMUTUAL_TLS\x10\x01\"\'\n\x11\x41\x63\x63\x65ssLogEncoding\x12\x08\n\x04TEXT\x10\x00\x12\x08\n\x04JSON\x10\x01J\x04\x08\x0f\x10\x10J\x04\x08\x12\x10\x13\"]\n\x0c\x43onfigSource\x12\x0f\n\x07\x61\x64\x64ress\x18\x01 \x01(\t\x12<\n\x0ctls_settings\x18\x02 \x01(\x0b\x32&.istio.networking.v1alpha3.TLSSettingsB\x1cZ\x1aistio.io/api/mesh/v1alpha1b\x06proto3')
+ serialized_pb=_b('\n\x1amesh/v1alpha1/config.proto\x12\x13istio.mesh.v1alpha1\x1a\x1egoogle/protobuf/duration.proto\x1a\x19mesh/v1alpha1/proxy.proto\x1a*networking/v1alpha3/destination_rule.proto\"\xa4\x0e\n\nMeshConfig\x12\x1a\n\x12mixer_check_server\x18\x01 \x01(\t\x12\x1b\n\x13mixer_report_server\x18\x02 \x01(\t\x12\x1d\n\x15\x64isable_policy_checks\x18\x03 \x01(\x08\x12\x1e\n\x16policy_check_fail_open\x18\x19 \x01(\x08\x12\x1f\n\x17report_session_affinity\x18\x1f \x01(\x08\x12\x19\n\x11proxy_listen_port\x18\x04 \x01(\x05\x12\x17\n\x0fproxy_http_port\x18\x05 \x01(\x05\x12\x32\n\x0f\x63onnect_timeout\x18\x06 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x61\n\rtcp_keepalive\x18\x1c \x01(\x0b\x32J.istio.networking.v1alpha3.ConnectionPoolSettings.TCPSettings.TcpKeepalive\x12\x15\n\ringress_class\x18\x07 \x01(\t\x12\x17\n\x0fingress_service\x18\x08 \x01(\t\x12V\n\x17ingress_controller_mode\x18\t \x01(\x0e\x32\x35.istio.mesh.v1alpha1.MeshConfig.IngressControllerMode\x12\x43\n\x0b\x61uth_policy\x18\n \x01(\x0e\x32*.istio.mesh.v1alpha1.MeshConfig.AuthPolicyB\x02\x18\x01\x12\x38\n\x11rds_refresh_delay\x18\x0b \x01(\x0b\x32\x19.google.protobuf.DurationB\x02\x18\x01\x12\x16\n\x0e\x65nable_tracing\x18\x0c \x01(\x08\x12\x17\n\x0f\x61\x63\x63\x65ss_log_file\x18\r \x01(\t\x12\x19\n\x11\x61\x63\x63\x65ss_log_format\x18\x18 \x01(\t\x12N\n\x13\x61\x63\x63\x65ss_log_encoding\x18\x1b \x01(\x0e\x32\x31.istio.mesh.v1alpha1.MeshConfig.AccessLogEncoding\x12\x38\n\x0e\x64\x65\x66\x61ult_config\x18\x0e \x01(\x0b\x32 .istio.mesh.v1alpha1.ProxyConfig\x12\x19\n\rmixer_address\x18\x10 \x01(\tB\x02\x18\x01\x12V\n\x17outbound_traffic_policy\x18\x11 \x01(\x0b\x32\x35.istio.mesh.v1alpha1.MeshConfig.OutboundTrafficPolicy\x12\'\n\x1f\x65nable_client_side_policy_check\x18\x13 \x01(\x08\x12\x14\n\x0csds_uds_path\x18\x14 \x01(\t\x12\x38\n\x11sds_refresh_delay\x18\x15 \x01(\x0b\x32\x19.google.protobuf.DurationB\x02\x18\x01\x12\x39\n\x0e\x63onfig_sources\x18\x16 \x03(\x0b\x32!.istio.mesh.v1alpha1.ConfigSource\x12\x1e\n\x16\x65nable_sds_token_mount\x18\x17 \x01(\x08\x12\x1a\n\x12sds_use_k8s_sa_jwt\x18\x1e \x01(\x08\x12\x14\n\x0ctrust_domain\x18\x1a \x01(\t\x12\\\n\x1a\x64\x65\x66\x61ult_service_dependency\x18\x1d \x01(\x0b\x32\x38.istio.mesh.v1alpha1.MeshConfig.DefaultServiceDependency\x1a\xa9\x01\n\x15OutboundTrafficPolicy\x12H\n\x04mode\x18\x01 \x01(\x0e\x32:.istio.mesh.v1alpha1.MeshConfig.OutboundTrafficPolicy.Mode\"F\n\x04Mode\x12\x11\n\rREGISTRY_ONLY\x10\x00\x12\r\n\tALLOW_ANY\x10\x01\x12\x1c\n\x14VIRTUAL_SERVICE_ONLY\x10\x02\x1a\x02\x08\x01\x1a\xb9\x01\n\x18\x44\x65\x66\x61ultServiceDependency\x12R\n\x0bimport_mode\x18\x01 \x01(\x0e\x32=.istio.mesh.v1alpha1.MeshConfig.DefaultServiceDependency.Mode\x12\x19\n\x11import_namespaces\x18\x02 \x03(\t\".\n\x04Mode\x12\x12\n\x0e\x41LL_NAMESPACES\x10\x00\x12\x12\n\x0eSAME_NAMESPACE\x10\x01\"9\n\x15IngressControllerMode\x12\x07\n\x03OFF\x10\x00\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x01\x12\n\n\x06STRICT\x10\x02\"&\n\nAuthPolicy\x12\x08\n\x04NONE\x10\x00\x12\x0e\n\nMUTUAL_TLS\x10\x01\"\'\n\x11\x41\x63\x63\x65ssLogEncoding\x12\x08\n\x04TEXT\x10\x00\x12\x08\n\x04JSON\x10\x01J\x04\x08\x0f\x10\x10J\x04\x08\x12\x10\x13\"]\n\x0c\x43onfigSource\x12\x0f\n\x07\x61\x64\x64ress\x18\x01 \x01(\t\x12<\n\x0ctls_settings\x18\x02 \x01(\x0b\x32&.istio.networking.v1alpha3.TLSSettingsB\x1cZ\x1aistio.io/api/mesh/v1alpha1b\x06proto3')
,
dependencies=[google_dot_protobuf_dot_duration__pb2.DESCRIPTOR,mesh_dot_v1alpha1_dot_proxy__pb2.DESCRIPTOR,networking_dot_v1alpha3_dot_destination__rule__pb2.DESCRIPTOR,])
@@ -49,8 +49,8 @@
],
containing_type=None,
options=None,
- serialized_start=1540,
- serialized_end=1610,
+ serialized_start=1573,
+ serialized_end=1643,
)
_sym_db.RegisterEnumDescriptor(_MESHCONFIG_OUTBOUNDTRAFFICPOLICY_MODE)
@@ -71,8 +71,8 @@
],
containing_type=None,
options=None,
- serialized_start=1752,
- serialized_end=1798,
+ serialized_start=1785,
+ serialized_end=1831,
)
_sym_db.RegisterEnumDescriptor(_MESHCONFIG_DEFAULTSERVICEDEPENDENCY_MODE)
@@ -97,8 +97,8 @@
],
containing_type=None,
options=None,
- serialized_start=1800,
- serialized_end=1857,
+ serialized_start=1833,
+ serialized_end=1890,
)
_sym_db.RegisterEnumDescriptor(_MESHCONFIG_INGRESSCONTROLLERMODE)
@@ -119,8 +119,8 @@
],
containing_type=None,
options=None,
- serialized_start=1859,
- serialized_end=1897,
+ serialized_start=1892,
+ serialized_end=1930,
)
_sym_db.RegisterEnumDescriptor(_MESHCONFIG_AUTHPOLICY)
@@ -141,8 +141,8 @@
],
containing_type=None,
options=None,
- serialized_start=1899,
- serialized_end=1938,
+ serialized_start=1932,
+ serialized_end=1971,
)
_sym_db.RegisterEnumDescriptor(_MESHCONFIG_ACCESSLOGENCODING)
@@ -174,8 +174,8 @@
extension_ranges=[],
oneofs=[
],
- serialized_start=1441,
- serialized_end=1610,
+ serialized_start=1474,
+ serialized_end=1643,
)
_MESHCONFIG_DEFAULTSERVICEDEPENDENCY = _descriptor.Descriptor(
@@ -212,8 +212,8 @@
extension_ranges=[],
oneofs=[
],
- serialized_start=1613,
- serialized_end=1798,
+ serialized_start=1646,
+ serialized_end=1831,
)
_MESHCONFIG = _descriptor.Descriptor(
@@ -252,168 +252,175 @@
is_extension=False, extension_scope=None,
options=None, file=DESCRIPTOR),
_descriptor.FieldDescriptor(
- name='proxy_listen_port', full_name='istio.mesh.v1alpha1.MeshConfig.proxy_listen_port', index=4,
+ name='report_session_affinity', full_name='istio.mesh.v1alpha1.MeshConfig.report_session_affinity', index=4,
+ number=31, type=8, cpp_type=7, label=1,
+ has_default_value=False, default_value=False,
+ message_type=None, enum_type=None, containing_type=None,
+ is_extension=False, extension_scope=None,
+ options=None, file=DESCRIPTOR),
+ _descriptor.FieldDescriptor(
+ name='proxy_listen_port', full_name='istio.mesh.v1alpha1.MeshConfig.proxy_listen_port', index=5,
number=4, type=5, cpp_type=1, label=1,
has_default_value=False, default_value=0,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
options=None, file=DESCRIPTOR),
_descriptor.FieldDescriptor(
- name='proxy_http_port', full_name='istio.mesh.v1alpha1.MeshConfig.proxy_http_port', index=5,
+ name='proxy_http_port', full_name='istio.mesh.v1alpha1.MeshConfig.proxy_http_port', index=6,
number=5, type=5, cpp_type=1, label=1,
has_default_value=False, default_value=0,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
options=None, file=DESCRIPTOR),
_descriptor.FieldDescriptor(
- name='connect_timeout', full_name='istio.mesh.v1alpha1.MeshConfig.connect_timeout', index=6,
+ name='connect_timeout', full_name='istio.mesh.v1alpha1.MeshConfig.connect_timeout', index=7,
number=6, type=11, cpp_type=10, label=1,
has_default_value=False, default_value=None,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
options=None, file=DESCRIPTOR),
_descriptor.FieldDescriptor(
- name='tcp_keepalive', full_name='istio.mesh.v1alpha1.MeshConfig.tcp_keepalive', index=7,
+ name='tcp_keepalive', full_name='istio.mesh.v1alpha1.MeshConfig.tcp_keepalive', index=8,
number=28, type=11, cpp_type=10, label=1,
has_default_value=False, default_value=None,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
options=None, file=DESCRIPTOR),
_descriptor.FieldDescriptor(
- name='ingress_class', full_name='istio.mesh.v1alpha1.MeshConfig.ingress_class', index=8,
+ name='ingress_class', full_name='istio.mesh.v1alpha1.MeshConfig.ingress_class', index=9,
number=7, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=_b("").decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
options=None, file=DESCRIPTOR),
_descriptor.FieldDescriptor(
- name='ingress_service', full_name='istio.mesh.v1alpha1.MeshConfig.ingress_service', index=9,
+ name='ingress_service', full_name='istio.mesh.v1alpha1.MeshConfig.ingress_service', index=10,
number=8, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=_b("").decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
options=None, file=DESCRIPTOR),
_descriptor.FieldDescriptor(
- name='ingress_controller_mode', full_name='istio.mesh.v1alpha1.MeshConfig.ingress_controller_mode', index=10,
+ name='ingress_controller_mode', full_name='istio.mesh.v1alpha1.MeshConfig.ingress_controller_mode', index=11,
number=9, type=14, cpp_type=8, label=1,
has_default_value=False, default_value=0,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
options=None, file=DESCRIPTOR),
_descriptor.FieldDescriptor(
- name='auth_policy', full_name='istio.mesh.v1alpha1.MeshConfig.auth_policy', index=11,
+ name='auth_policy', full_name='istio.mesh.v1alpha1.MeshConfig.auth_policy', index=12,
number=10, type=14, cpp_type=8, label=1,
has_default_value=False, default_value=0,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
options=_descriptor._ParseOptions(descriptor_pb2.FieldOptions(), _b('\030\001')), file=DESCRIPTOR),
_descriptor.FieldDescriptor(
- name='rds_refresh_delay', full_name='istio.mesh.v1alpha1.MeshConfig.rds_refresh_delay', index=12,
+ name='rds_refresh_delay', full_name='istio.mesh.v1alpha1.MeshConfig.rds_refresh_delay', index=13,
number=11, type=11, cpp_type=10, label=1,
has_default_value=False, default_value=None,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
options=_descriptor._ParseOptions(descriptor_pb2.FieldOptions(), _b('\030\001')), file=DESCRIPTOR),
_descriptor.FieldDescriptor(
- name='enable_tracing', full_name='istio.mesh.v1alpha1.MeshConfig.enable_tracing', index=13,
+ name='enable_tracing', full_name='istio.mesh.v1alpha1.MeshConfig.enable_tracing', index=14,
number=12, type=8, cpp_type=7, label=1,
has_default_value=False, default_value=False,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
options=None, file=DESCRIPTOR),
_descriptor.FieldDescriptor(
- name='access_log_file', full_name='istio.mesh.v1alpha1.MeshConfig.access_log_file', index=14,
+ name='access_log_file', full_name='istio.mesh.v1alpha1.MeshConfig.access_log_file', index=15,
number=13, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=_b("").decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
options=None, file=DESCRIPTOR),
_descriptor.FieldDescriptor(
- name='access_log_format', full_name='istio.mesh.v1alpha1.MeshConfig.access_log_format', index=15,
+ name='access_log_format', full_name='istio.mesh.v1alpha1.MeshConfig.access_log_format', index=16,
number=24, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=_b("").decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
options=None, file=DESCRIPTOR),
_descriptor.FieldDescriptor(
- name='access_log_encoding', full_name='istio.mesh.v1alpha1.MeshConfig.access_log_encoding', index=16,
+ name='access_log_encoding', full_name='istio.mesh.v1alpha1.MeshConfig.access_log_encoding', index=17,
number=27, type=14, cpp_type=8, label=1,
has_default_value=False, default_value=0,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
options=None, file=DESCRIPTOR),
_descriptor.FieldDescriptor(
- name='default_config', full_name='istio.mesh.v1alpha1.MeshConfig.default_config', index=17,
+ name='default_config', full_name='istio.mesh.v1alpha1.MeshConfig.default_config', index=18,
number=14, type=11, cpp_type=10, label=1,
has_default_value=False, default_value=None,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
options=None, file=DESCRIPTOR),
_descriptor.FieldDescriptor(
- name='mixer_address', full_name='istio.mesh.v1alpha1.MeshConfig.mixer_address', index=18,
+ name='mixer_address', full_name='istio.mesh.v1alpha1.MeshConfig.mixer_address', index=19,
number=16, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=_b("").decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
options=_descriptor._ParseOptions(descriptor_pb2.FieldOptions(), _b('\030\001')), file=DESCRIPTOR),
_descriptor.FieldDescriptor(
- name='outbound_traffic_policy', full_name='istio.mesh.v1alpha1.MeshConfig.outbound_traffic_policy', index=19,
+ name='outbound_traffic_policy', full_name='istio.mesh.v1alpha1.MeshConfig.outbound_traffic_policy', index=20,
number=17, type=11, cpp_type=10, label=1,
has_default_value=False, default_value=None,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
options=None, file=DESCRIPTOR),
_descriptor.FieldDescriptor(
- name='enable_client_side_policy_check', full_name='istio.mesh.v1alpha1.MeshConfig.enable_client_side_policy_check', index=20,
+ name='enable_client_side_policy_check', full_name='istio.mesh.v1alpha1.MeshConfig.enable_client_side_policy_check', index=21,
number=19, type=8, cpp_type=7, label=1,
has_default_value=False, default_value=False,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
options=None, file=DESCRIPTOR),
_descriptor.FieldDescriptor(
- name='sds_uds_path', full_name='istio.mesh.v1alpha1.MeshConfig.sds_uds_path', index=21,
+ name='sds_uds_path', full_name='istio.mesh.v1alpha1.MeshConfig.sds_uds_path', index=22,
number=20, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=_b("").decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
options=None, file=DESCRIPTOR),
_descriptor.FieldDescriptor(
- name='sds_refresh_delay', full_name='istio.mesh.v1alpha1.MeshConfig.sds_refresh_delay', index=22,
+ name='sds_refresh_delay', full_name='istio.mesh.v1alpha1.MeshConfig.sds_refresh_delay', index=23,
number=21, type=11, cpp_type=10, label=1,
has_default_value=False, default_value=None,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
options=_descriptor._ParseOptions(descriptor_pb2.FieldOptions(), _b('\030\001')), file=DESCRIPTOR),
_descriptor.FieldDescriptor(
- name='config_sources', full_name='istio.mesh.v1alpha1.MeshConfig.config_sources', index=23,
+ name='config_sources', full_name='istio.mesh.v1alpha1.MeshConfig.config_sources', index=24,
number=22, type=11, cpp_type=10, label=3,
has_default_value=False, default_value=[],
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
options=None, file=DESCRIPTOR),
_descriptor.FieldDescriptor(
- name='enable_sds_token_mount', full_name='istio.mesh.v1alpha1.MeshConfig.enable_sds_token_mount', index=24,
+ name='enable_sds_token_mount', full_name='istio.mesh.v1alpha1.MeshConfig.enable_sds_token_mount', index=25,
number=23, type=8, cpp_type=7, label=1,
has_default_value=False, default_value=False,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
options=None, file=DESCRIPTOR),
_descriptor.FieldDescriptor(
- name='sds_use_k8s_sa_jwt', full_name='istio.mesh.v1alpha1.MeshConfig.sds_use_k8s_sa_jwt', index=25,
+ name='sds_use_k8s_sa_jwt', full_name='istio.mesh.v1alpha1.MeshConfig.sds_use_k8s_sa_jwt', index=26,
number=30, type=8, cpp_type=7, label=1,
has_default_value=False, default_value=False,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
options=None, file=DESCRIPTOR),
_descriptor.FieldDescriptor(
- name='trust_domain', full_name='istio.mesh.v1alpha1.MeshConfig.trust_domain', index=26,
+ name='trust_domain', full_name='istio.mesh.v1alpha1.MeshConfig.trust_domain', index=27,
number=26, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=_b("").decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
options=None, file=DESCRIPTOR),
_descriptor.FieldDescriptor(
- name='default_service_dependency', full_name='istio.mesh.v1alpha1.MeshConfig.default_service_dependency', index=27,
+ name='default_service_dependency', full_name='istio.mesh.v1alpha1.MeshConfig.default_service_dependency', index=28,
number=29, type=11, cpp_type=10, label=1,
has_default_value=False, default_value=None,
message_type=None, enum_type=None, containing_type=None,
@@ -435,7 +442,7 @@
oneofs=[
],
serialized_start=155,
- serialized_end=1950,
+ serialized_end=1983,
)
@@ -472,8 +479,8 @@
extension_ranges=[],
oneofs=[
],
- serialized_start=1952,
- serialized_end=2045,
+ serialized_start=1985,
+ serialized_end=2078,
)
_MESHCONFIG_OUTBOUNDTRAFFICPOLICY.fields_by_name['mode'].enum_type = _MESHCONFIG_OUTBOUNDTRAFFICPOLICY_MODE