diff --git a/mesh/v1alpha1/config.pb.go b/mesh/v1alpha1/config.pb.go index 291c818adb..6113a1f6ef 100644 --- a/mesh/v1alpha1/config.pb.go +++ b/mesh/v1alpha1/config.pb.go @@ -302,13 +302,23 @@ func (m *ProxyConfig) GetConcurrency() int32 { // MeshConfig defines mesh-wide variables shared by all Envoy instances in the // Istio service mesh. type MeshConfig struct { - // Address of the egress Envoy service (e.g. _istio-egress:80_). - EgressProxyAddress string `protobuf:"bytes,1,opt,name=egress_proxy_address,json=egressProxyAddress" json:"egress_proxy_address,omitempty"` - // Address of the mixer service (e.g. _istio-mixer:15004_). - // Empty value disables Mixer checks and telemetry. - MixerAddress string `protobuf:"bytes,2,opt,name=mixer_address,json=mixerAddress" json:"mixer_address,omitempty"` - // Disable policy checks by the mixer service. Metrics will still be - // reported to the mixer for HTTP requests and TCP connections. Default + // Address of the server that will be used by the proxies for policy + // check calls (e.g. _istio-mixer:15004_). By using different names for + // mixerCheckServer and mixerReportServer, it is possible to have one set + // of mixer servers handle policy check calls, while another set of mixer + // servers handle telemetry calls. + // + // NOTE: Omitting mixerCheckServer while specifying mixerReportServer is + // equivalent to setting disablePolicyChecks to true. + MixerCheckServer string `protobuf:"bytes,1,opt,name=mixer_check_server,json=mixerCheckServer" json:"mixer_check_server,omitempty"` + // Address of the server that will be used by the proxies as an Istio + // telemetry sink (access logs, API/connection metrics) + // (e.g. _istio-mixer:15004_). By using different names for + // mixerCheckServer and mixerReportServer, it is possible to have one set + // of mixer servers handle policy check calls, while another set of mixer + // servers handle telemetry calls. + MixerReportServer string `protobuf:"bytes,2,opt,name=mixer_report_server,json=mixerReportServer" json:"mixer_report_server,omitempty"` + // Disable policy checks by the mixer service. Default // is false, i.e. mixer policy check is enabled by default. DisablePolicyChecks bool `protobuf:"varint,3,opt,name=disable_policy_checks,json=disablePolicyChecks" json:"disable_policy_checks,omitempty"` // Port on which Envoy should listen for incoming connections from @@ -351,6 +361,9 @@ type MeshConfig struct { // DO NOT use this setting for services that are managed by Istio (i.e. using Istio sidecar). // Instead, use service-level annotations to overwrite the authentication policy. MtlsExcludedServices []string `protobuf:"bytes,15,rep,name=mtls_excluded_services,json=mtlsExcludedServices" json:"mtls_excluded_services,omitempty"` + // DEPRECATED. Mixer address. This option will be removed soon. Please + // use mixer_check_server and mixer_report_server. + MixerAddress string `protobuf:"bytes,16,opt,name=mixer_address,json=mixerAddress" json:"mixer_address,omitempty"` } func (m *MeshConfig) Reset() { *m = MeshConfig{} } @@ -358,16 +371,16 @@ func (m *MeshConfig) String() string { return proto.CompactTextString func (*MeshConfig) ProtoMessage() {} func (*MeshConfig) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} } -func (m *MeshConfig) GetEgressProxyAddress() string { +func (m *MeshConfig) GetMixerCheckServer() string { if m != nil { - return m.EgressProxyAddress + return m.MixerCheckServer } return "" } -func (m *MeshConfig) GetMixerAddress() string { +func (m *MeshConfig) GetMixerReportServer() string { if m != nil { - return m.MixerAddress + return m.MixerReportServer } return "" } @@ -463,6 +476,13 @@ func (m *MeshConfig) GetMtlsExcludedServices() []string { return nil } +func (m *MeshConfig) GetMixerAddress() string { + if m != nil { + return m.MixerAddress + } + return "" +} + func init() { proto.RegisterType((*ProxyConfig)(nil), "istio.mesh.v1alpha1.ProxyConfig") proto.RegisterType((*MeshConfig)(nil), "istio.mesh.v1alpha1.MeshConfig") @@ -474,64 +494,65 @@ func init() { func init() { proto.RegisterFile("mesh/v1alpha1/config.proto", fileDescriptor0) } var fileDescriptor0 = []byte{ - // 941 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x55, 0x4d, 0x6f, 0xe3, 0x36, - 0x13, 0x5e, 0xe7, 0xcb, 0xc9, 0x38, 0x96, 0x1d, 0x6d, 0x92, 0xd5, 0x06, 0x2f, 0xde, 0x1a, 0x59, - 0x74, 0xeb, 0xa6, 0x85, 0xdd, 0x4d, 0xdb, 0x43, 0x2f, 0x45, 0xf3, 0xd9, 0x0d, 0xe0, 0x24, 0xae, - 0xe2, 0x5c, 0xf6, 0x42, 0x30, 0x12, 0x63, 0x11, 0x4b, 0x93, 0x02, 0x49, 0xa5, 0xf1, 0xfe, 0xaf, - 0xfe, 0x9e, 0x5e, 0xfb, 0x33, 0x0a, 0x71, 0x28, 0xc7, 0x5d, 0xb8, 0x08, 0x7a, 0xd4, 0x33, 0xcf, - 0xcc, 0x70, 0x3e, 0x9e, 0x11, 0xec, 0x4d, 0x98, 0xc9, 0xfa, 0x0f, 0xef, 0xa8, 0xc8, 0x33, 0xfa, - 0xae, 0x9f, 0x28, 0x79, 0xcf, 0xc7, 0xbd, 0x5c, 0x2b, 0xab, 0xc2, 0x97, 0xdc, 0x58, 0xae, 0x7a, - 0x25, 0xa3, 0x57, 0x31, 0xf6, 0xfe, 0x3f, 0x56, 0x6a, 0x2c, 0x58, 0xdf, 0x51, 0xee, 0x8a, 0xfb, - 0x7e, 0x5a, 0x68, 0x6a, 0xb9, 0x92, 0xe8, 0xb4, 0xff, 0xe7, 0x1a, 0x34, 0x86, 0x5a, 0x3d, 0x4e, - 0x4f, 0x5c, 0xa8, 0xf0, 0x0b, 0x68, 0x60, 0x50, 0x92, 0x53, 0x9b, 0x45, 0xb5, 0x4e, 0xad, 0xbb, - 0x11, 0x03, 0x42, 0x43, 0x6a, 0xb3, 0x92, 0x70, 0xc7, 0x25, 0xd5, 0x53, 0x24, 0x2c, 0x21, 0x01, - 0x21, 0x47, 0xf8, 0x0a, 0x5a, 0x86, 0xe9, 0x07, 0x9e, 0x30, 0x92, 0x88, 0xc2, 0x58, 0xa6, 0xa3, - 0x65, 0x47, 0x0a, 0x3c, 0x7c, 0x82, 0x68, 0xf8, 0x0b, 0x04, 0xa9, 0xa6, 0x5c, 0x92, 0xea, 0x49, - 0xd1, 0x4a, 0xa7, 0xd6, 0x6d, 0x1c, 0xbe, 0xee, 0xe1, 0x9b, 0x7b, 0xd5, 0x9b, 0x7b, 0xa7, 0x9e, - 0x10, 0x37, 0x9d, 0x43, 0xf5, 0x19, 0xde, 0x40, 0x94, 0x53, 0xcd, 0xa4, 0x25, 0x26, 0x2b, 0x6c, - 0xaa, 0x7e, 0x9f, 0x8b, 0xb5, 0xfa, 0x5c, 0xac, 0x5d, 0x74, 0xbd, 0xf1, 0x9e, 0xb3, 0xa0, 0xdf, - 0xc0, 0x56, 0xca, 0x4d, 0xa2, 0x1e, 0x98, 0x9e, 0x12, 0x9a, 0xa6, 0x9a, 0x19, 0x13, 0xad, 0xb9, - 0x0a, 0xda, 0x33, 0xc3, 0x11, 0xe2, 0xe1, 0x6f, 0xf0, 0xea, 0x89, 0xac, 0xd9, 0xbd, 0x66, 0x26, - 0x23, 0x29, 0x13, 0x74, 0x1a, 0xd5, 0x9f, 0x7b, 0xc0, 0xce, 0xcc, 0x33, 0x46, 0xc7, 0xd3, 0xd2, - 0x2f, 0xfc, 0x12, 0x82, 0x4f, 0x3c, 0xff, 0xc8, 0xe5, 0x2c, 0xf9, 0xba, 0x4b, 0xde, 0x44, 0xb4, - 0xca, 0x7c, 0x0c, 0xad, 0x44, 0x49, 0xc9, 0x12, 0x4b, 0x2c, 0x9f, 0x30, 0x55, 0xd8, 0x68, 0xe3, - 0xb9, 0x8c, 0x81, 0xf7, 0x18, 0xa1, 0x43, 0xf8, 0x2d, 0x84, 0xc6, 0x52, 0x6b, 0x52, 0x52, 0xa4, - 0xf9, 0x2c, 0x1d, 0x60, 0xad, 0x68, 0xb9, 0x4d, 0xf3, 0x2a, 0x63, 0x17, 0xda, 0x79, 0xb9, 0x29, - 0x84, 0xa6, 0x13, 0x2e, 0x49, 0xae, 0xb4, 0x8d, 0x1a, 0x9d, 0x5a, 0x77, 0x35, 0x0e, 0x1c, 0x7e, - 0x54, 0xc2, 0x43, 0xa5, 0x6d, 0xd9, 0x42, 0xfa, 0x40, 0xb9, 0xa0, 0x77, 0x5c, 0x70, 0x3b, 0x25, - 0x9f, 0x94, 0x64, 0xd1, 0x26, 0x86, 0x9d, 0x37, 0x7c, 0x50, 0x92, 0x85, 0x29, 0xbc, 0x4e, 0x94, - 0xb4, 0x5a, 0x09, 0x92, 0x0b, 0x2a, 0x19, 0xa1, 0x85, 0xcd, 0x48, 0xae, 0x04, 0x4f, 0xa6, 0x51, - 0xb3, 0x53, 0xeb, 0x06, 0x87, 0x5f, 0xf7, 0x16, 0xac, 0x76, 0xef, 0xa8, 0xb0, 0x19, 0x93, 0x96, - 0x27, 0xae, 0xb8, 0xa1, 0x73, 0x88, 0x77, 0x7d, 0xac, 0x61, 0x19, 0xaa, 0x64, 0x20, 0x5e, 0x96, - 0x9a, 0x14, 0xc6, 0xaa, 0x09, 0xf1, 0xeb, 0x7d, 0xcf, 0x05, 0x8b, 0x02, 0x7c, 0x13, 0x5a, 0x50, - 0x01, 0xe7, 0x5c, 0xb0, 0xb2, 0xd4, 0xb2, 0x7c, 0x22, 0xe9, 0x84, 0x11, 0xc1, 0xe4, 0xd8, 0x66, - 0x51, 0x0b, 0x4b, 0x2d, 0xf1, 0x2b, 0x3a, 0x61, 0x03, 0x87, 0x86, 0x1d, 0xa7, 0x97, 0xa4, 0xd0, - 0x9a, 0xc9, 0x64, 0x1a, 0xb5, 0x1d, 0x69, 0x1e, 0xda, 0xff, 0xa3, 0x0e, 0x70, 0xc9, 0x4c, 0xe6, - 0x05, 0xf6, 0x1d, 0x6c, 0xb3, 0x71, 0xd9, 0x4f, 0x52, 0x35, 0x13, 0xbb, 0x8e, 0x4a, 0x0b, 0xd1, - 0x36, 0xc4, 0x7e, 0x62, 0xdf, 0xdf, 0x40, 0x73, 0xc2, 0x1f, 0x99, 0x9e, 0x51, 0x51, 0x73, 0x9b, - 0x0e, 0xac, 0x48, 0x87, 0x50, 0xae, 0x13, 0xbd, 0x13, 0xcc, 0xb7, 0x8e, 0x24, 0x19, 0x4b, 0x3e, - 0x1a, 0xa7, 0xbd, 0xf5, 0xf8, 0xa5, 0x37, 0x62, 0x37, 0x4e, 0x9c, 0x29, 0x3c, 0x80, 0x2d, 0x7c, - 0x83, 0xe0, 0xc6, 0x32, 0x3f, 0xd1, 0x15, 0x57, 0x41, 0xcb, 0x19, 0x06, 0x0e, 0x77, 0x23, 0x7d, - 0x0b, 0x08, 0x91, 0xcc, 0xda, 0x1c, 0x99, 0xab, 0x8e, 0xd9, 0x74, 0xf0, 0x7b, 0x6b, 0x73, 0xc7, - 0x5b, 0xb0, 0x96, 0x6b, 0xff, 0x75, 0x2d, 0xdf, 0x40, 0x93, 0x4b, 0xec, 0x51, 0x22, 0xa8, 0x31, - 0x4e, 0x4a, 0x1b, 0xf1, 0xa6, 0x07, 0x4f, 0x4a, 0xac, 0x3c, 0x33, 0x15, 0xc9, 0xdf, 0x15, 0xaf, - 0x93, 0xc0, 0xc3, 0x37, 0x88, 0x86, 0x13, 0x78, 0x35, 0x8b, 0x86, 0xbb, 0x21, 0x98, 0x26, 0x13, - 0x95, 0x32, 0x27, 0x98, 0xe0, 0xf0, 0xc7, 0x85, 0xdb, 0xf5, 0x34, 0xb2, 0xde, 0x85, 0xcf, 0x3b, - 0xf3, 0xbe, 0x54, 0x29, 0x8b, 0x77, 0xf8, 0x22, 0x38, 0xbc, 0x86, 0xc6, 0xfc, 0x02, 0x83, 0x4b, - 0x71, 0xf0, 0x5c, 0x8a, 0xa7, 0x4d, 0x3d, 0x5e, 0x8a, 0x6a, 0x31, 0xd0, 0xa7, 0xcd, 0x3d, 0x83, - 0x2d, 0x9d, 0x9a, 0xcf, 0x8e, 0x4b, 0xe3, 0xb9, 0x9e, 0xb6, 0x74, 0x6a, 0x3e, 0x3f, 0x2b, 0x4c, - 0xba, 0xfd, 0xb0, 0x9a, 0x26, 0x5c, 0x8e, 0x9d, 0x20, 0xd7, 0xe3, 0x26, 0xa2, 0x23, 0x04, 0xcb, - 0x39, 0xd3, 0x24, 0x29, 0x9b, 0x25, 0x94, 0x17, 0x49, 0x13, 0xcf, 0x0f, 0xc2, 0x03, 0x85, 0x0a, - 0xf9, 0x15, 0x82, 0x94, 0xdd, 0xd3, 0x42, 0x58, 0x2f, 0x28, 0xa7, 0xa5, 0xc6, 0x61, 0x67, 0x61, - 0xa5, 0x73, 0x7f, 0x98, 0xb8, 0xe9, 0xfd, 0xbc, 0x1e, 0x7e, 0x80, 0xdd, 0x89, 0x15, 0x86, 0xb0, - 0xc7, 0x44, 0x14, 0x29, 0x4b, 0xab, 0x69, 0x9a, 0xa8, 0xd5, 0x59, 0xee, 0x6e, 0xc4, 0xdb, 0xa5, - 0xf5, 0xcc, 0x1b, 0xfd, 0x4c, 0xcd, 0xfe, 0x4f, 0xb0, 0xb3, 0x70, 0x2a, 0x61, 0x1d, 0x96, 0xaf, - 0xcf, 0xcf, 0xdb, 0x2f, 0xc2, 0x06, 0xd4, 0x4f, 0xcf, 0xce, 0x8f, 0x6e, 0x07, 0xa3, 0x76, 0x2d, - 0x04, 0x58, 0xbb, 0x19, 0xc5, 0x17, 0x27, 0xa3, 0xf6, 0xd2, 0xfe, 0x5b, 0x80, 0xb9, 0xbb, 0xb0, - 0x0e, 0x2b, 0x57, 0xd7, 0x57, 0x67, 0xed, 0x17, 0x61, 0x00, 0x70, 0x79, 0x3b, 0xba, 0x3d, 0x1a, - 0x90, 0xd1, 0xe0, 0xa6, 0x5d, 0x3b, 0xf8, 0x19, 0xb6, 0x17, 0x5d, 0x98, 0x7f, 0xf7, 0x08, 0x37, - 0xa1, 0x7e, 0x71, 0xf5, 0xfe, 0x2c, 0xbe, 0x18, 0xb5, 0xff, 0xaa, 0x1f, 0xff, 0xef, 0xc3, 0x1e, - 0xb6, 0x82, 0xab, 0x3e, 0xcd, 0x79, 0xff, 0x1f, 0x7f, 0xee, 0xbb, 0x35, 0x37, 0xb2, 0xef, 0xff, - 0x0e, 0x00, 0x00, 0xff, 0xff, 0x2e, 0xbd, 0xe4, 0xe0, 0xd1, 0x07, 0x00, 0x00, + // 958 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x55, 0x4b, 0x6f, 0x1b, 0x37, + 0x10, 0x8e, 0xfc, 0x92, 0x3d, 0xb2, 0x56, 0x6b, 0x3a, 0x76, 0x36, 0x46, 0xd1, 0x0a, 0x2e, 0x9a, + 0xaa, 0x6e, 0x20, 0x21, 0x6e, 0x7b, 0xe8, 0xa5, 0xa8, 0x9f, 0x8d, 0x01, 0xf9, 0xd1, 0x95, 0x7c, + 0xc9, 0x85, 0xa0, 0x77, 0x69, 0x2d, 0x11, 0x8a, 0x5c, 0x90, 0x5c, 0xd7, 0xca, 0x9f, 0x2d, 0x7a, + 0xeb, 0xcf, 0x28, 0xf8, 0x90, 0xac, 0x06, 0x2a, 0x8c, 0x1e, 0xf5, 0xcd, 0x37, 0x33, 0x3b, 0x9c, + 0xef, 0x1b, 0xc1, 0xde, 0x98, 0xea, 0xa2, 0xf7, 0xf0, 0x8e, 0xf0, 0xb2, 0x20, 0xef, 0x7a, 0x99, + 0x14, 0xf7, 0x6c, 0xd4, 0x2d, 0x95, 0x34, 0x12, 0x6d, 0x33, 0x6d, 0x98, 0xec, 0x5a, 0x46, 0x77, + 0xca, 0xd8, 0xfb, 0x72, 0x24, 0xe5, 0x88, 0xd3, 0x9e, 0xa3, 0xdc, 0x55, 0xf7, 0xbd, 0xbc, 0x52, + 0xc4, 0x30, 0x29, 0x7c, 0xd2, 0xfe, 0x9f, 0x6b, 0xd0, 0xb8, 0x51, 0xf2, 0x71, 0x72, 0xe2, 0x4a, + 0xa1, 0xaf, 0xa0, 0xe1, 0x8b, 0xe2, 0x92, 0x98, 0x22, 0xa9, 0xb5, 0x6b, 0x9d, 0x8d, 0x14, 0x3c, + 0x74, 0x43, 0x4c, 0x61, 0x09, 0x77, 0x4c, 0x10, 0x35, 0xf1, 0x84, 0x25, 0x4f, 0xf0, 0x90, 0x23, + 0x7c, 0x0b, 0x2d, 0x4d, 0xd5, 0x03, 0xcb, 0x28, 0xce, 0x78, 0xa5, 0x0d, 0x55, 0xc9, 0xb2, 0x23, + 0x45, 0x01, 0x3e, 0xf1, 0x28, 0xfa, 0x15, 0xa2, 0x5c, 0x11, 0x26, 0xf0, 0xf4, 0x93, 0x92, 0x95, + 0x76, 0xad, 0xd3, 0x38, 0x7c, 0xdd, 0xf5, 0xdf, 0xdc, 0x9d, 0x7e, 0x73, 0xf7, 0x34, 0x10, 0xd2, + 0xa6, 0x4b, 0x98, 0xfe, 0x44, 0x03, 0x48, 0x4a, 0xa2, 0xa8, 0x30, 0x58, 0x17, 0x95, 0xc9, 0xe5, + 0x1f, 0x73, 0xb5, 0x56, 0x9f, 0xab, 0xb5, 0xeb, 0x53, 0x07, 0x21, 0x73, 0x56, 0xf4, 0x7b, 0xd8, + 0xca, 0x99, 0xce, 0xe4, 0x03, 0x55, 0x13, 0x4c, 0xf2, 0x5c, 0x51, 0xad, 0x93, 0x35, 0x37, 0x41, + 0x3c, 0x0b, 0x1c, 0x79, 0x1c, 0xfd, 0x0e, 0xaf, 0x9e, 0xc8, 0x8a, 0xde, 0x2b, 0xaa, 0x0b, 0x9c, + 0x53, 0x4e, 0x26, 0x49, 0xfd, 0xb9, 0x0f, 0xd8, 0x99, 0x65, 0xa6, 0x3e, 0xf1, 0xd4, 0xe6, 0xa1, + 0x6f, 0x20, 0xfa, 0xc4, 0xca, 0x8f, 0x4c, 0xcc, 0x9a, 0xaf, 0xbb, 0xe6, 0x4d, 0x8f, 0x4e, 0x3b, + 0x1f, 0x43, 0x2b, 0x93, 0x42, 0xd0, 0xcc, 0x60, 0xc3, 0xc6, 0x54, 0x56, 0x26, 0xd9, 0x78, 0xae, + 0x63, 0x14, 0x32, 0x86, 0x3e, 0x01, 0xbd, 0x05, 0xa4, 0x0d, 0x31, 0x3a, 0xc7, 0x55, 0x5e, 0xce, + 0xda, 0x81, 0x9f, 0xd5, 0x47, 0x6e, 0xf3, 0x72, 0xda, 0xb1, 0x03, 0x71, 0x69, 0x95, 0x82, 0x49, + 0x3e, 0x66, 0x02, 0x97, 0x52, 0x99, 0xa4, 0xd1, 0xae, 0x75, 0x56, 0xd3, 0xc8, 0xe1, 0x47, 0x16, + 0xbe, 0x91, 0xca, 0xd8, 0x27, 0x24, 0x0f, 0x84, 0x71, 0x72, 0xc7, 0x38, 0x33, 0x13, 0xfc, 0x49, + 0x0a, 0x9a, 0x6c, 0xfa, 0xb2, 0xf3, 0x81, 0x0f, 0x52, 0x50, 0x94, 0xc3, 0xeb, 0x4c, 0x0a, 0xa3, + 0x24, 0xc7, 0x25, 0x27, 0x82, 0x62, 0x52, 0x99, 0x02, 0x97, 0x92, 0xb3, 0x6c, 0x92, 0x34, 0xdb, + 0xb5, 0x4e, 0x74, 0xf8, 0x5d, 0x77, 0x81, 0xb4, 0xbb, 0x47, 0x95, 0x29, 0xa8, 0x30, 0x2c, 0x73, + 0xc3, 0xdd, 0xb8, 0x84, 0x74, 0x37, 0xd4, 0xba, 0xb1, 0xa5, 0x2c, 0xc3, 0xe3, 0x76, 0xd4, 0xac, + 0xd2, 0x46, 0x8e, 0x71, 0x90, 0xf7, 0x3d, 0xe3, 0x34, 0x89, 0xfc, 0x37, 0xf9, 0x88, 0x77, 0xc0, + 0x39, 0xe3, 0xd4, 0x8e, 0x6a, 0xc7, 0xc7, 0x82, 0x8c, 0x29, 0xe6, 0x54, 0x8c, 0x4c, 0x91, 0xb4, + 0xfc, 0xa8, 0x16, 0xbf, 0x22, 0x63, 0xda, 0x77, 0x28, 0x6a, 0x3b, 0xbf, 0x64, 0x95, 0x52, 0x54, + 0x64, 0x93, 0x24, 0x76, 0xa4, 0x79, 0x68, 0xff, 0xaf, 0x3a, 0xc0, 0x25, 0xd5, 0x45, 0x30, 0xd8, + 0x5b, 0x40, 0x63, 0xf6, 0x48, 0x15, 0xce, 0x0a, 0x9a, 0x7d, 0xc4, 0xd6, 0x13, 0x54, 0x05, 0x9f, + 0xc5, 0x2e, 0x72, 0x62, 0x03, 0x03, 0x87, 0xa3, 0x2e, 0x6c, 0x7b, 0xb6, 0xa2, 0xf6, 0xbd, 0xa7, + 0x74, 0xef, 0xba, 0x2d, 0x17, 0x4a, 0x5d, 0x24, 0xf0, 0x0f, 0xc1, 0xaa, 0x8a, 0xdc, 0x71, 0x1a, + 0x5e, 0xd0, 0xb7, 0xd1, 0xce, 0x82, 0xeb, 0xe9, 0x76, 0x08, 0xfa, 0x47, 0x71, 0x8d, 0x34, 0x3a, + 0x80, 0x2d, 0xbf, 0x57, 0xce, 0xb4, 0xa1, 0x61, 0xb1, 0x2b, 0x6e, 0x90, 0x96, 0x0b, 0xf4, 0x1d, + 0xee, 0x36, 0xfb, 0x06, 0x3c, 0x84, 0x0b, 0x63, 0x4a, 0xcf, 0x5c, 0x75, 0xcc, 0xa6, 0x83, 0xdf, + 0x1b, 0x53, 0x3a, 0xde, 0x02, 0x75, 0xae, 0xfd, 0x5f, 0x75, 0x7e, 0x0d, 0x4d, 0x26, 0x46, 0x56, + 0x7a, 0x38, 0xe3, 0x44, 0x6b, 0xe7, 0xa8, 0x8d, 0x74, 0x33, 0x80, 0x27, 0x16, 0xb3, 0xd7, 0x66, + 0x4a, 0x0a, 0xe7, 0x25, 0xd8, 0x25, 0x0a, 0xf0, 0xc0, 0xa3, 0x68, 0x0c, 0xaf, 0x66, 0xd5, 0xbc, + 0x44, 0x38, 0x55, 0x78, 0x2c, 0x73, 0xea, 0x7c, 0x13, 0x1d, 0xfe, 0xb4, 0x50, 0x64, 0x4f, 0x9b, + 0xeb, 0x5e, 0x84, 0xbe, 0xb3, 0xec, 0x4b, 0x99, 0xd3, 0x74, 0x87, 0x2d, 0x82, 0xd1, 0x35, 0x34, + 0xe6, 0x75, 0x0c, 0xae, 0xc5, 0xc1, 0x73, 0x2d, 0x9e, 0x04, 0x7b, 0xbc, 0x94, 0xd4, 0x52, 0x20, + 0x4f, 0x02, 0x3e, 0x83, 0x2d, 0x95, 0xeb, 0xcf, 0x6e, 0x4c, 0xe3, 0xb9, 0x37, 0x6d, 0xa9, 0x5c, + 0x7f, 0x7e, 0x5d, 0xa8, 0x70, 0xfa, 0x30, 0x8a, 0x64, 0x4c, 0x8c, 0x9c, 0x2f, 0xd7, 0xd3, 0xa6, + 0x47, 0x87, 0x1e, 0xb4, 0x7b, 0x26, 0x59, 0x66, 0x1f, 0x8b, 0xcb, 0xe0, 0x95, 0xa6, 0xbf, 0x42, + 0x1e, 0xee, 0x4b, 0x6f, 0x94, 0xdf, 0x20, 0xca, 0xe9, 0x3d, 0xa9, 0xb8, 0x09, 0xbe, 0x72, 0x96, + 0x6a, 0x1c, 0xb6, 0x17, 0x4e, 0x3a, 0xf7, 0x47, 0x93, 0x36, 0x43, 0x5e, 0xb0, 0xc5, 0x8f, 0xb0, + 0x3b, 0x36, 0x5c, 0x63, 0xfa, 0x98, 0xf1, 0x2a, 0xa7, 0xf9, 0x74, 0x9b, 0x3a, 0x69, 0xb5, 0x97, + 0x3b, 0x1b, 0xe9, 0x4b, 0x1b, 0x3d, 0x0b, 0xc1, 0xb0, 0x53, 0x6d, 0x25, 0xe2, 0xed, 0x31, 0xbd, + 0x5d, 0xb1, 0x97, 0x88, 0x03, 0xc3, 0xdd, 0xda, 0xff, 0x19, 0x76, 0x16, 0xae, 0x0e, 0xd5, 0x61, + 0xf9, 0xfa, 0xfc, 0x3c, 0x7e, 0x81, 0x1a, 0x50, 0x3f, 0x3d, 0x3b, 0x3f, 0xba, 0xed, 0x0f, 0xe3, + 0x1a, 0x02, 0x58, 0x1b, 0x0c, 0xd3, 0x8b, 0x93, 0x61, 0xbc, 0xb4, 0xff, 0x06, 0x60, 0xee, 0x86, + 0xac, 0xc3, 0xca, 0xd5, 0xf5, 0xd5, 0x59, 0xfc, 0x02, 0x45, 0x00, 0x97, 0xb7, 0xc3, 0xdb, 0xa3, + 0x3e, 0x1e, 0xf6, 0x07, 0x71, 0xed, 0xe0, 0x17, 0x78, 0xb9, 0xe8, 0x1a, 0xfd, 0x77, 0x06, 0xda, + 0x84, 0xfa, 0xc5, 0xd5, 0xfb, 0xb3, 0xf4, 0x62, 0x18, 0xff, 0x5d, 0x3f, 0xfe, 0xe2, 0xc3, 0x9e, + 0x7f, 0x2f, 0x26, 0x7b, 0xa4, 0x64, 0xbd, 0x7f, 0xfd, 0xcb, 0xdf, 0xad, 0xb9, 0xbd, 0xfe, 0xf0, + 0x4f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xde, 0xe8, 0x6d, 0xe0, 0xfd, 0x07, 0x00, 0x00, } diff --git a/mesh/v1alpha1/config.proto b/mesh/v1alpha1/config.proto index 1c79ef32ba..8dc99f665d 100644 --- a/mesh/v1alpha1/config.proto +++ b/mesh/v1alpha1/config.proto @@ -117,15 +117,25 @@ message ProxyConfig { // MeshConfig defines mesh-wide variables shared by all Envoy instances in the // Istio service mesh. message MeshConfig { - // Address of the egress Envoy service (e.g. _istio-egress:80_). - string egress_proxy_address = 1; - - // Address of the mixer service (e.g. _istio-mixer:15004_). - // Empty value disables Mixer checks and telemetry. - string mixer_address = 2; - - // Disable policy checks by the mixer service. Metrics will still be - // reported to the mixer for HTTP requests and TCP connections. Default + // Address of the server that will be used by the proxies for policy + // check calls (e.g. _istio-mixer:15004_). By using different names for + // mixerCheckServer and mixerReportServer, it is possible to have one set + // of mixer servers handle policy check calls, while another set of mixer + // servers handle telemetry calls. + // + // NOTE: Omitting mixerCheckServer while specifying mixerReportServer is + // equivalent to setting disablePolicyChecks to true. + string mixer_check_server = 1; + + // Address of the server that will be used by the proxies as an Istio + // telemetry sink (access logs, API/connection metrics) + // (e.g. _istio-mixer:15004_). By using different names for + // mixerCheckServer and mixerReportServer, it is possible to have one set + // of mixer servers handle policy check calls, while another set of mixer + // servers handle telemetry calls. + string mixer_report_server = 2; + + // Disable policy checks by the mixer service. Default // is false, i.e. mixer policy check is enabled by default. bool disable_policy_checks = 3; @@ -208,4 +218,8 @@ message MeshConfig { // DO NOT use this setting for services that are managed by Istio (i.e. using Istio sidecar). // Instead, use service-level annotations to overwrite the authentication policy. repeated string mtls_excluded_services = 15; + + // DEPRECATED. Mixer address. This option will be removed soon. Please + // use mixer_check_server and mixer_report_server. + string mixer_address = 16; } diff --git a/mesh/v1alpha1/istio.mesh.v1alpha1.pb.html b/mesh/v1alpha1/istio.mesh.v1alpha1.pb.html index 75ae2c6a7d..f6d80d17f8 100644 --- a/mesh/v1alpha1/istio.mesh.v1alpha1.pb.html +++ b/mesh/v1alpha1/istio.mesh.v1alpha1.pb.html @@ -60,20 +60,31 @@

MeshConfig

- -egressProxyAddress + +mixerCheckServer string -

Address of the egress Envoy service (e.g. istio-egress:80).

+

Address of the server that will be used by the proxies for policy +check calls (e.g. istio-mixer:15004). By using different names for +mixerCheckServer and mixerReportServer, it is possible to have one set +of mixer servers handle policy check calls, while another set of mixer +servers handle telemetry calls.

+ +

NOTE: Omitting mixerCheckServer while specifying mixerReportServer is +equivalent to setting disablePolicyChecks to true.

- -mixerAddress + +mixerReportServer string -

Address of the mixer service (e.g. istio-mixer:15004). -Empty value disables Mixer checks and telemetry.

+

Address of the server that will be used by the proxies as an Istio +telemetry sink (access logs, API/connection metrics) +(e.g. istio-mixer:15004). By using different names for +mixerCheckServer and mixerReportServer, it is possible to have one set +of mixer servers handle policy check calls, while another set of mixer +servers handle telemetry calls.

@@ -81,8 +92,7 @@

MeshConfig

disablePolicyChecks bool -

Disable policy checks by the mixer service. Metrics will still be -reported to the mixer for HTTP requests and TCP connections. Default +

Disable policy checks by the mixer service. Default is false, i.e. mixer policy check is enabled by default.

@@ -197,6 +207,15 @@

MeshConfig

DO NOT use this setting for services that are managed by Istio (i.e. using Istio sidecar). Instead, use service-level annotations to overwrite the authentication policy.

+ + + +mixerAddress +string + +

DEPRECATED. Mixer address. This option will be removed soon. Please +use mixercheckserver and mixerreportserver.

+