From: Shannon Sterz <s.sterz@proxmox.com>
To: pdm-devel@lists.proxmox.com
Subject: [PATCH datacenter-manager] server: api: certificates: drop unused PRIV_SYS_AUDIT
Date: Wed, 27 May 2026 16:16:48 +0200 [thread overview]
Message-ID: <20260527141648.353667-1-s.sterz@proxmox.com> (raw)
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
next reply other threads:[~2026-05-27 14:17 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-27 14:16 Shannon Sterz [this message]
2026-05-27 14:18 ` [PATCH datacenter-manager] server: api: certificates: drop unused PRIV_SYS_AUDIT Shannon Sterz
2026-05-27 14:19 ` applied: " Lukas Wagner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260527141648.353667-1-s.sterz@proxmox.com \
--to=s.sterz@proxmox.com \
--cc=pdm-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox