* [PATCH datacenter-manager] server: api: certificates: drop unused PRIV_SYS_AUDIT
@ 2026-05-27 14:16 Shannon Sterz
2026-05-27 14:18 ` Shannon Sterz
2026-05-27 14:19 ` applied: " Lukas Wagner
0 siblings, 2 replies; 3+ messages in thread
From: Shannon Sterz @ 2026-05-27 14:16 UTC (permalink / raw)
To: pdm-devel
Reported-by: Filip Schauer <f.schauer@proxmox.com>
Signed-off-by: Shannon Sterz <s.sterz@proxmox.com>
---
server/src/api/nodes/certificates.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/server/src/api/nodes/certificates.rs b/server/src/api/nodes/certificates.rs
index 61e6bf9..71ca864 100644
--- a/server/src/api/nodes/certificates.rs
+++ b/server/src/api/nodes/certificates.rs
@@ -13,7 +13,7 @@ use proxmox_acme_api::{AcmeDomain, CertificateInfo};
use proxmox_rest_server::WorkerTask;
use proxmox_schema::api_types::NODE_SCHEMA;
-use pdm_api_types::{PRIV_SYS_AUDIT, PRIV_SYS_MODIFY};
+use pdm_api_types::PRIV_SYS_MODIFY;
use crate::auth::certs::{API_CERT_FN, API_KEY_FN};
--
2.47.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH datacenter-manager] server: api: certificates: drop unused PRIV_SYS_AUDIT
2026-05-27 14:16 [PATCH datacenter-manager] server: api: certificates: drop unused PRIV_SYS_AUDIT Shannon Sterz
@ 2026-05-27 14:18 ` Shannon Sterz
2026-05-27 14:19 ` applied: " Lukas Wagner
1 sibling, 0 replies; 3+ messages in thread
From: Shannon Sterz @ 2026-05-27 14:18 UTC (permalink / raw)
To: Shannon Sterz, pdm-devel
On Wed May 27, 2026 at 4:16 PM CEST, Shannon Sterz wrote:
> Reported-by: Filip Schauer <f.schauer@proxmox.com>
> Signed-off-by: Shannon Sterz <s.sterz@proxmox.com>
> ---
> server/src/api/nodes/certificates.rs | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/server/src/api/nodes/certificates.rs b/server/src/api/nodes/certificates.rs
> index 61e6bf9..71ca864 100644
> --- a/server/src/api/nodes/certificates.rs
> +++ b/server/src/api/nodes/certificates.rs
> @@ -13,7 +13,7 @@ use proxmox_acme_api::{AcmeDomain, CertificateInfo};
> use proxmox_rest_server::WorkerTask;
> use proxmox_schema::api_types::NODE_SCHEMA;
>
> -use pdm_api_types::{PRIV_SYS_AUDIT, PRIV_SYS_MODIFY};
> +use pdm_api_types::PRIV_SYS_MODIFY;
>
> use crate::auth::certs::{API_CERT_FN, API_KEY_FN};
>
Lukas already cleaned this up, can be ignored, sorry for the noise.
^ permalink raw reply [flat|nested] 3+ messages in thread
* applied: [PATCH datacenter-manager] server: api: certificates: drop unused PRIV_SYS_AUDIT
2026-05-27 14:16 [PATCH datacenter-manager] server: api: certificates: drop unused PRIV_SYS_AUDIT Shannon Sterz
2026-05-27 14:18 ` Shannon Sterz
@ 2026-05-27 14:19 ` Lukas Wagner
1 sibling, 0 replies; 3+ messages in thread
From: Lukas Wagner @ 2026-05-27 14:19 UTC (permalink / raw)
To: Shannon Sterz, pdm-devel
On Wed May 27, 2026 at 4:16 PM CEST, Shannon Sterz wrote:
> Reported-by: Filip Schauer <f.schauer@proxmox.com>
> Signed-off-by: Shannon Sterz <s.sterz@proxmox.com>
> ---
> server/src/api/nodes/certificates.rs | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/server/src/api/nodes/certificates.rs b/server/src/api/nodes/certificates.rs
> index 61e6bf9..71ca864 100644
> --- a/server/src/api/nodes/certificates.rs
> +++ b/server/src/api/nodes/certificates.rs
> @@ -13,7 +13,7 @@ use proxmox_acme_api::{AcmeDomain, CertificateInfo};
> use proxmox_rest_server::WorkerTask;
> use proxmox_schema::api_types::NODE_SCHEMA;
>
> -use pdm_api_types::{PRIV_SYS_AUDIT, PRIV_SYS_MODIFY};
> +use pdm_api_types::PRIV_SYS_MODIFY;
>
> use crate::auth::certs::{API_CERT_FN, API_KEY_FN};
>
already pushed a fix for this, see [1]
Thanks anyway!
[1] https://git.proxmox.com/?p=proxmox-datacenter-manager.git;a=commit;h=b8ac607bb0dcc5b5169318856bd01bc1c5c6be3c
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-05-27 14:19 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-27 14:16 [PATCH datacenter-manager] server: api: certificates: drop unused PRIV_SYS_AUDIT Shannon Sterz
2026-05-27 14:18 ` Shannon Sterz
2026-05-27 14:19 ` applied: " Lukas Wagner
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.