Destination IP is not present when enabling client side check

Hi All,

I’ve tried to perform Istio checks base on destination IP’s.
Problem is that when the mixer-check is called on client side, destination.ip & destination.port are not present, however, on mixer-report those values are present.

From looking up the code, it seems that when calling to “ExtractCheckAttributes” on http/tcp there is not call to “GetDestinationIpPort()”.

Is it by design? Does a simple call to “GetDestinationIpPort()” like in “ExtractReportAttributes” will solve it?