Nick Fox

Results 123 comments of Nick Fox

Yes but I'd argue that the auto-detection should not go in the operator but in the kiali server. Look at the [mesh service](https://github.com/kiali/kiali/blob/39a19d4823da0445c754d9c1015be858187d286c/business/mesh.go#L120). It's already doing a lot of this....

Actually going to re-open this and add the identity domain to the list: https://kiali.io/docs/configuration/kialis.kiali.io/#.spec.external_services.istio.istio_identity_domain

There may still be a bug here. It looks like the service entry appender is trying to use the cluster from the node directly from: https://github.com/kiali/kiali/blob/a55c5c53bdf19d8fbe1e5a8f249d04d1d371c458/graph/telemetry/istio/appender/service_entry.go#L109-L115 and https://github.com/kiali/kiali/blob/a55c5c53bdf19d8fbe1e5a8f249d04d1d371c458/graph/telemetry/istio/appender/service_entry.go#L94-L100 I think...