Add envoy.ext_authz filter 55/61455/1
authorJingLu5 <lvjing5@huawei.com>
Tue, 28 Aug 2018 08:34:07 +0000 (16:34 +0800)
committerJingLu5 <lvjing5@huawei.com>
Tue, 28 Aug 2018 08:34:07 +0000 (16:34 +0800)
commit32714b39cdb85d6076ded8af6fa266d567df4992
treed457d156f2ece0a80c8a05f458f3921c75eea6ba
parentc7e0f161092e6affccf50e4faf59d6eef4f4314d
Add envoy.ext_authz filter

JIRA: CLOVER-86

This external authorization HTTP filter calls an external HTTP service (ModSecuruty service) to check if the incoming HTTP request is authorized or not. If the request is deemed unauthorized then the request will be denied normally with 403 (Forbidden) response.

Change-Id: I0fe14c73defec027c54f42713cbdf69b0b83e102
Signed-off-by: JingLu5 <lvjing5@huawei.com>
samples/scenarios/istio_ingressgateway_envoyfilter.yaml [new file with mode: 0644]