This is a continuation of a blog on handling external authorisation with Envoy. We are going to implement the above architecture, where Envoy will act as the front proxy. First, let’s clone the following repository (https://github.com/envoyproxy/envoy.git). We need to go to the examples/front-proxy folder, where Envoy provides a perfect example…