]> git.proxmox.com Git - pve-access-control.git/commit
support registering yubico otp keys
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 9 Nov 2021 11:27:02 +0000 (12:27 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 10 Nov 2021 10:13:21 +0000 (11:13 +0100)
commit8c1e3ab3e953459539ea93986d663e655d3381b2
tree74f0f385fbba777dc47dab6b65a3f4b8f72f512c
parent07692c72ffec410b20b396e1379f57bab9544038
support registering yubico otp keys

In PBS we don't support this, so the current TFA API in rust
does not support this either (although the config does know
about its *existence*).

For now, yubico authentication will be done in perl. Adding
it to rust the rust TFA crate would not make much sense
anyway as we'd likely not want to use the same http client
crate in pve and pbs anyway (since pve is all blocking code
and pbs is async...)

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
src/PVE/API2/TFA.pm
src/PVE/AccessControl.pm