Hi, I would like to set up a configuration where users are required to authenticate via a custom authentication web app before navigating to the content backend.
I was thinking on lines of haproxy server sending the request to the auth server when a map entry is missing. When the user authenticates, the authentication app will insert an entry into the haproxy map and put a cookie in http response with same entry value. Questions: a) Is it possible to make entries expire in map? b) Does this design look feasible? Thanks for your input. I have used haproxy 1.4 quite a bit, but haven't used 1.5/map feature/stick table yet. Regards, Vivek

