mTLS setting with a Headless Service

Greetings All,

Is there a way or best of configuring the Istio’s sidecar to have mTLS for a headless Service? Currently, I can seen I’ve “outbound” in already setup but trying to do the same for the inbound as well.

curl 0:15000/config_dump | grep 'my-app-0.my-app'
 "name": "outbound|7000||my-app-0.my-app.mynamespace.svc.cluster.local",

Saw some discussion regarding the same https://github.com/istio/istio/issues/8883 and tried using the ServiceEntry but seems like it does not work.

Any pointer will be much appreciated!!!

Hi @Niraj_Tulachan, did you manage to solve it? it seems it doesn’t work for me aswell

Hello @Niraj_Tulachan , It’s still not working with istio-1.1.7? Did you solve it ?