lei-tang
lei-tang
TLS version for gateways can be configured through minProtocolVersion and maxProtocolVersion of ServerTLSSettings( https://istio.io/latest/docs/reference/config/networking/gateway/#ServerTLSSettings). This API is different from the TLS API on gateways: this API is for TLS between...
I concur that there is value to restrict TLS version for all ingress gateways through a single configuration.
As (source, destination) pairs can have large cadinality, from the memory consumption and transmission costs perspective, it makes sense to remove them from metric labels. For example, if source and...
Adding a new label "reporter_component" to OSS ambient adds to its complexity and is not consistent with OSS Istio, which does not have this new label. I prefer for ztunnel,...
@ericvn Do you have suggestions for fixing the broken link error above?
With regard to OpenCensus removal from OSS Istio, the following items need to be done. In the OSS istio proxy repository, the usage of following items need to be removed:...
Istio Stackdriver metrics are implemented using the OpenCensus SDK. I will create a PR to remove the XDS programming of the Istio Stackdriver metrics from Istio.
I am working on a PR https://github.com/istio/istio/pull/51070 to remove the XDS programming of the Istio Stackdriver logs from Istio.
https://github.com/istio/istio/pull/51078: remove OpenCensus tracer from Istio XDS.
FWIW, OpenCensus is deprecated. The OpenCensus related features will be removed from Istio. Related discussion in https://github.com/istio/istio/issues/50808.