Hi,
I am looking for an approach to build RBAC for inter service communication with mTLS enabled by using Istio’s service identities e.g. a K8 service accounts and its role bindings. Is it possible to achieve this with Istio?
As far as I understood the early versions of Istio it was possible by using a ServiceRole
, ServiceRoleBinding
Regards