[pdm-devel] [PATCH datacenter-manager 0/3] token secret shadow config

Fabian Grünbichler f.gruenbichler at proxmox.com
Mon Dec 1 10:29:12 CET 2025


this patch series splits out token secrets into their own file,
replacing them with a placeholder value in the regular remotes.cfg

Fabian Grünbichler (3):
  remote config: let save_config take ownership
  remote config: get token secret from shadow file if shadowed
  remote config: shadow token secrets when saving

 lib/pdm-api-types/src/remotes.rs | 50 +++++++++++++++++++++
 lib/pdm-config/src/remotes.rs    | 76 +++++++++++++++++++++++++++++---
 server/src/api/pve/lxc.rs        |  2 +-
 server/src/api/pve/qemu.rs       |  2 +-
 server/src/api/remotes.rs        |  6 +--
 server/src/connection.rs         |  8 +++-
 6 files changed, 130 insertions(+), 14 deletions(-)

-- 
2.47.3





More information about the pdm-devel mailing list