Hi,
thanks for this interesting solution. I'm trying to implement some kind of ACL that'll allow me to basicalyl whitelist IPs, for that I would want the downstream IP in the rest_auth plugin.
I saw that the remoteAddr is posted with the challenge reponse, but I want the end result to be non-interactive so having the user hit enter there would be blocking.
Hi,
thanks for this interesting solution. I'm trying to implement some kind of ACL that'll allow me to basicalyl whitelist IPs, for that I would want the downstream IP in the
rest_authplugin.I saw that the
remoteAddris posted with the challenge reponse, but I want the end result to be non-interactive so having the user hit enter there would be blocking.