]> git.proxmox.com Git - proxmox-backup.git/commit
client/remote: allow using ApiToken + secret
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 8 Oct 2020 13:19:39 +0000 (15:19 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 29 Oct 2020 14:14:27 +0000 (15:14 +0100)
commit34aa8e13b60c190fcd33aa8f3c9e4a93f50e21cc
treed290cc5bdd5c64bcd98ac807b08953833e9fe7f5
parentbabab85b56159a7fe63de761bc6336b49957a6d9
client/remote: allow using ApiToken + secret

in place of user + password.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
15 files changed:
examples/download-speed.rs
examples/upload-speed.rs
src/api2/config/remote.rs
src/api2/pull.rs
src/api2/types/mod.rs
src/bin/proxmox-backup-client.rs
src/bin/proxmox-backup-manager.rs
src/bin/proxmox_backup_client/benchmark.rs
src/bin/proxmox_backup_client/catalog.rs
src/bin/proxmox_backup_client/mount.rs
src/bin/proxmox_backup_client/task.rs
src/client/backup_repo.rs
src/client/http_client.rs
src/client/pull.rs
src/config/remote.rs