@@ -60,29 +60,39 @@ <h2 id="MeshConfig">MeshConfig</h2>
60
60
</ tr >
61
61
</ thead >
62
62
< tbody >
63
- < tr id ="MeshConfig.egress_proxy_address ">
64
- < td > < code > egressProxyAddress </ code > </ td >
63
+ < tr id ="MeshConfig.mixer_check_server ">
64
+ < td > < code > mixerCheckServer </ code > </ td >
65
65
< td > < code > string</ code > </ td >
66
66
< td >
67
- < p > Address of the egress Envoy service (e.g. < em > istio-egress:80</ em > ).</ p >
67
+ < p > Address of the server that will be used by the proxies for policy
68
+ check calls (e.g. < em > istio-mixer:15004</ em > ). By using different names for
69
+ mixerCheckServer and mixerReportServer, it is possible to have one set
70
+ of mixer servers handle policy check calls, while another set of mixer
71
+ servers handle telemetry calls.</ p >
72
+
73
+ < p > NOTE: Omitting mixerCheckServer while specifying mixerReportServer is
74
+ equivalent to setting disablePolicyChecks to true.</ p >
68
75
69
76
</ td >
70
77
</ tr >
71
- < tr id ="MeshConfig.mixer_address ">
72
- < td > < code > mixerAddress </ code > </ td >
78
+ < tr id ="MeshConfig.mixer_report_server ">
79
+ < td > < code > mixerReportServer </ code > </ td >
73
80
< td > < code > string</ code > </ td >
74
81
< td >
75
- < p > Address of the mixer service (e.g. < em > istio-mixer:15004</ em > ).
76
- Empty value disables Mixer checks and telemetry.</ p >
82
+ < p > Address of the server that will be used by the proxies as an Istio
83
+ telemetry sink (access logs, API/connection metrics)
84
+ (e.g. < em > istio-mixer:15004</ em > ). By using different names for
85
+ mixerCheckServer and mixerReportServer, it is possible to have one set
86
+ of mixer servers handle policy check calls, while another set of mixer
87
+ servers handle telemetry calls.</ p >
77
88
78
89
</ td >
79
90
</ tr >
80
91
< tr id ="MeshConfig.disable_policy_checks ">
81
92
< td > < code > disablePolicyChecks</ code > </ td >
82
93
< td > < code > bool</ code > </ td >
83
94
< td >
84
- < p > Disable policy checks by the mixer service. Metrics will still be
85
- reported to the mixer for HTTP requests and TCP connections. Default
95
+ < p > Disable policy checks by the mixer service. Default
86
96
is false, i.e. mixer policy check is enabled by default.</ p >
87
97
88
98
</ td >
@@ -197,6 +207,15 @@ <h2 id="MeshConfig">MeshConfig</h2>
197
207
DO NOT use this setting for services that are managed by Istio (i.e. using Istio sidecar).
198
208
Instead, use service-level annotations to overwrite the authentication policy.</ p >
199
209
210
+ </ td >
211
+ </ tr >
212
+ < tr id ="MeshConfig.mixer_address ">
213
+ < td > < code > mixerAddress</ code > </ td >
214
+ < td > < code > string</ code > </ td >
215
+ < td >
216
+ < p > DEPRECATED. Mixer address. This option will be removed soon. Please
217
+ use mixer< em > check</ em > server and mixer< em > report</ em > server.</ p >
218
+
200
219
</ td >
201
220
</ tr >
202
221
</ tbody >
0 commit comments