]> git.proxmox.com Git - pve-access-control.git/commit
ticket: properly verify exactly 5min old tickets
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 19 Jun 2019 09:46:17 +0000 (11:46 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 19 Jun 2019 09:59:45 +0000 (11:59 +0200)
commit5bb966fe5d6f3f6a30e86724c024f80ebebacfba
tree88c494d4c3e2c226bf1ad279fc92838f0faa7f17
parentbab23343362e659f6d51eea7eec205f218e71af3
ticket: properly verify exactly 5min old tickets

to fix an issue where valid tickets could be rejected 5 minutes after a
key rotation, where the minimum age is exactly 0 seconds.

thanks Dominik for triaging!

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
PVE/AccessControl.pm