]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: jwt: Make invalid static JWT algorithms an error in `jwt_verify` converter
authorTim Duesterhus <tim@bastelstu.be>
Fri, 29 Oct 2021 16:06:55 +0000 (18:06 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 3 Nov 2021 10:15:32 +0000 (11:15 +0100)
commitab896ee3f7eee28d159a04248e61b68abd5a694c
treec137314b44ce52681684c1cbb51c1dad4c06abeb
parent0d026edaefcee30d5532a9fde7cbfbeed411379e
MINOR: jwt: Make invalid static JWT algorithms an error in `jwt_verify` converter

It is not useful to start a configuration where an invalid static string is
provided as the JWT algorithm. Better make the administrator aware of the
suspected typo by failing to start.
src/sample.c