Open
Description
Is your feature request related to a problem? Please describe.
I'm trying to setup an authentication to happen before any request is processed. I think subclassing proxy.http.proxy.auth.AuthPlugin
and loading it using --auth-plugin
is the way to go here (loading it works actually, it just seems to never get called).
However i cannot even seem to get the basic auth (using the --basic-auth
flag) to work for the reverse proxy.
Describe the solution you'd like
Some rudimentary documentation about how to implement - and activate! - my own auth plugin for a reverse proxy.
Describe alternatives you've considered
Add an example or tutorial