Istio's JWT are configured via Authentication Policies and they target a service by name. If the service doesn't have ports that have names prefixed with http or http-, the JWT policy will be silently ignored.
This vet should generate errors when JWT policies are defined for services which don't have the relevant port prefixed. names.
Istio's JWT are configured via Authentication Policies and they target a service by name. If the service doesn't have ports that have names prefixed with
http
orhttp-
, the JWT policy will be silently ignored.This vet should generate errors when JWT policies are defined for services which don't have the relevant port prefixed. names.