This repository was archived by the owner on Feb 16, 2019. It is now read-only.

Description
Is this a BUG or FEATURE REQUEST?:
FEATURE REQUEST
Feature Request:
Y
Describe the feature:
Istio workload mTLS connections rely on the X509 certs issued by the Istio CA. The peer identities are extracted from the SAN field (URI type), at the client side for secure naming check, and at the server side for authz.
Workloads on non-Istio platforms may use certificates signed by non-Istio CAs. In this case, the identities may come from the CN, or non-URI type SAN field (such as DNS). We would like Istio workloads to be able to call out to / receive calls from non-Istio workloads. This requires Istio authn and secure naming to be able to extract / use identity from configured fields in cert (or disable secure naming).
This issue tracks the this effort.