Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/powerbi/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Kubernetes istio入口网关中的JWT验证_Kubernetes_Jwt_Istio_Istio Sidecar_Istio Gateway - Fatal编程技术网

Kubernetes istio入口网关中的JWT验证

Kubernetes istio入口网关中的JWT验证,kubernetes,jwt,istio,istio-sidecar,istio-gateway,Kubernetes,Jwt,Istio,Istio Sidecar,Istio Gateway,在我的案例中有一个场景,我正在istio ingress中挣扎 要求:我想在ISTIO入口网关中建立JWT验证。根据令牌中的某个键值,我希望将其发送到特定的虚拟服务 例如,如果我看到header name=“book revision”我应该将其发送到book revision服务 如果有人能给我一个已经在Istio ingress中实现的代码片段,那就太好了

在我的案例中有一个场景,我正在istio ingress中挣扎

要求:我想在ISTIO入口网关中建立JWT验证。根据令牌中的某个键值,我希望将其发送到特定的虚拟服务

例如,如果我看到
header name=“book revision”
我应该将其发送到
book revision
服务

如果有人能给我一个已经在Istio ingress中实现的代码片段,那就太好了