istio-vet icon indicating copy to clipboard operation
istio-vet copied to clipboard

RFE: Vet for JWT policies targeting services with no label selectors

Open nrjpoddar opened this issue 5 years ago • 0 comments

Istio's Authentication Policies only get applied if the service it is targeting has label selectors and there are corresponding Pods that have the same labels.

Earlier implementation of Istio relied on Endpoints corresponding to a service for enforcement which was updated recently to use label selector matching.

nrjpoddar avatar Aug 06 '19 16:08 nrjpoddar