]> git.proxmox.com Git - pve-access-control.git/commit
API token: add (shadow) TokenConfig
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 21 Jan 2020 12:54:04 +0000 (13:54 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 28 Jan 2020 19:59:45 +0000 (20:59 +0100)
commit3a540a697f24ff981919bade6e9de0e7105fd534
treef387126456387de10245affb40511caa19a46504
parent571e9d062e9a81cdf24176a566d8a8eccee32276
API token: add (shadow) TokenConfig

with the format:

<full token ID> <token value/UUID>

it is just used for token value generation/deletion via the User API,
token value verification will happen over pmxcfs/ipcc.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
PVE/Makefile
PVE/TokenConfig.pm [new file with mode: 0644]
debian/control