public inbox for pdm-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [PATCH datacenter-manager/yew-comp 0/3] Allow Editing of Default Realms in PDM
@ 2026-06-18 10:21 Shannon Sterz
  2026-06-18 10:21 ` [PATCH datacenter-manager 1/3] server: api: access: add endpoints for configuring pdm and pam realms Shannon Sterz
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Shannon Sterz @ 2026-06-18 10:21 UTC (permalink / raw)
  To: pdm-devel

the goal of this series is to allow editing of the two default realms (pam &
pdm) in PDM. currently users can neither change the comment nor set these
realms as the default login realm. this series fixes that and also cleans up
some comments for proxmox-yew-comp.


datacenter-manager:

Shannon Sterz (1):
  server: api: access: add endpoints for configuring pdm and pam realms

 lib/pdm-api-types/src/lib.rs                  |  96 ++++++++++++++
 lib/pdm-config/src/domains.rs                 |  37 +++++-
 server/src/api/access/domains.rs              |  16 +--
 server/src/api/config/access/mod.rs           |   4 +
 server/src/api/config/access/pam.rs           | 119 ++++++++++++++++++
 server/src/api/config/access/pdm.rs           | 119 ++++++++++++++++++
 .../bin/proxmox-datacenter-privileged-api.rs  |   1 +
 7 files changed, 375 insertions(+), 17 deletions(-)
 create mode 100644 server/src/api/config/access/pam.rs
 create mode 100644 server/src/api/config/access/pdm.rs


yew-comp:

Shannon Sterz (2):
  auth_view: enable editing of default realms
  auth_view: clarify the documentation of pre-existing properties

 src/auth_view.rs | 61 ++++++++++++++++++++++++++++++++++++++++++------
 src/utils/mod.rs |  4 ++--
 2 files changed, 56 insertions(+), 9 deletions(-)


Summary over all repositories:
  9 files changed, 431 insertions(+), 26 deletions(-)

-- 
Generated by murpp 0.12.0




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

end of thread, other threads:[~2026-06-18 10:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-18 10:21 [PATCH datacenter-manager/yew-comp 0/3] Allow Editing of Default Realms in PDM Shannon Sterz
2026-06-18 10:21 ` [PATCH datacenter-manager 1/3] server: api: access: add endpoints for configuring pdm and pam realms Shannon Sterz
2026-06-18 10:21 ` [PATCH yew-comp 2/3] auth_view: enable editing of default realms Shannon Sterz
2026-06-18 10:21 ` [PATCH yew-comp 3/3] auth_view: clarify the documentation of pre-existing properties Shannon Sterz

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