commit | 614f8d7d56dc558d433f55d4c710599f61a87bab | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Tue Mar 14 20:08:46 2017 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Mar 15 11:38:29 2017 +0100 |
tree | e60d0bd1fa54472157dcf005b31b3460ac1ef31d | |
parent | 4e694049fad08fc7afccac227d547c32bb537454 [diff] |
MINOR: cli: Let configure the dynamic cookies from the cli. This adds 3 new commands to the cli : enable dynamic-cookie backend <backend> that enables dynamic cookies for a specified backend disable dynamic-cookie backend <backend> that disables dynamic cookies for a specified backend set dynamic-cookie-key backend <backend> that lets one change the dynamic cookie secret key, for a specified backend.