envoyproxy/envoy

Ext_authz server_uri.uri for http_service

Open

#6099 aperta il 27 feb 2019

Vedi su GitHub
 (6 commenti) (0 reazioni) (1 assegnatario)C++ (5373 fork)batch import
area/ext_authzenhancementhelp wanted

Metriche repository

Star
 (27.997 star)
Metriche merge PR
 (Merge medio 8g) (378 PR mergiate in 30 g)

Descrizione

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?

Guida contributor