public inbox for pdm-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [PATCH datacenter-manager 0/6] improve handling of base url and certificate fingerprint for auto-installer gui
@ 2026-05-27 12:52 Shannon Sterz
  2026-05-27 12:52 ` [PATCH datacenter-manager 1/6] server: api: certificates: allow anybody to query the certificate info Shannon Sterz
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Shannon Sterz @ 2026-05-27 12:52 UTC (permalink / raw)
  To: pdm-devel

the goal of this series is to make the base url and certificate
fingerprint handling a bit more intuitive for the auto installer gui.
the first couple of patches allow the ui to query the host's
certificate fingerprint. this information is then used to first set
the initial values for a new answer and also to format the preparation
command.

Shannon Sterz (6):
  server: api: certificates: allow anybody to query the certificate info
  pdm-client: add function to query the PDM hosts certificate info
  ui: remotes: auto-installer: set pdm_origin() as placeholder not tip
  ui: remotes: auto-installer: use pdm_origin() to set initial pdm url
  ui: auto-installer: load fingerprint and use it as initial value
  ui: auto-installer: use info from answer to format preparation command

 lib/pdm-client/src/lib.rs                     | 12 +++++-
 server/src/api/nodes/certificates.rs          |  2 +-
 ui/src/remotes/auto_installer/mod.rs          |  8 ++++
 .../prepared_answer_add_wizard.rs             |  7 ++--
 .../auto_installer/prepared_answer_form.rs    | 31 ++++++++------
 .../auto_installer/prepared_answers_panel.rs  | 41 ++++++++++++++++++-
 ui/src/remotes/auto_installer/token_panel.rs  | 20 +++++++++
 7 files changed, 101 insertions(+), 20 deletions(-)

--
2.47.3





^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2026-05-27 14:18 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-27 12:52 [PATCH datacenter-manager 0/6] improve handling of base url and certificate fingerprint for auto-installer gui Shannon Sterz
2026-05-27 12:52 ` [PATCH datacenter-manager 1/6] server: api: certificates: allow anybody to query the certificate info Shannon Sterz
2026-05-27 14:12   ` Filip Schauer
2026-05-27 14:16     ` Lukas Wagner
2026-05-27 14:17       ` Shannon Sterz
2026-05-27 12:52 ` [PATCH datacenter-manager 2/6] pdm-client: add function to query the PDM hosts " Shannon Sterz
2026-05-27 12:52 ` [PATCH datacenter-manager 3/6] ui: remotes: auto-installer: set pdm_origin() as placeholder not tip Shannon Sterz
2026-05-27 12:52 ` [PATCH datacenter-manager 4/6] ui: remotes: auto-installer: use pdm_origin() to set initial pdm url Shannon Sterz
2026-05-27 12:52 ` [PATCH datacenter-manager 5/6] ui: auto-installer: load fingerprint and use it as initial value Shannon Sterz
2026-05-27 12:52 ` [PATCH datacenter-manager 6/6] ui: auto-installer: use info from answer to format preparation command Shannon Sterz
2026-05-27 13:11 ` [PATCH datacenter-manager 0/6] improve handling of base url and certificate fingerprint for auto-installer gui Lukas Wagner
2026-05-27 14:02 ` applied: " Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal