Add Proxmox VE sync support

This commit is contained in:
2026-07-10 11:06:12 +02:00
parent 36f158b108
commit 847cc13a8f
16 changed files with 569 additions and 50 deletions
+1 -1
View File
@@ -22,4 +22,4 @@ def decrypt_secret(value):
try:
return _fernet().decrypt(value.encode("ascii")).decode("utf-8")
except InvalidToken as exc:
raise ValueError("Stored VMware password cannot be decrypted. Re-enter it on the endpoint.") from exc
raise ValueError("Stored endpoint password cannot be decrypted. Re-enter it on the endpoint.") from exc