envoyproxy/envoy

Ext_authz server_uri.uri for http_service

开放

#6,099 创建于 2019年2月27日

 (6 条评论) (0 个反应) (1 位负责人)C++ (5,373 个派生)batch import
area/ext_authzenhancementhelp wanted

仓库指标

星标
 (27,997 个星标)
PR 合并指标
 (平均合并 8天) (30 天内合并 378 个 PR)

描述

Today, ext_authz http_service filter configuration requires the property server_uri.uri to be filled but it does not seem to be used although envoy will fail to boot up if it does not have at least the string "http". I was expecting that the filter would at least use that information to connect to the correct upstream authentication service and send the correct hostname for my load balancer but instead it seems to only use the cluster information and then it sends the original host in this request. Is this supposition correct? Or am I missing something?

贡献者指南