From 6c7ffbebcb34ee20c2b5ec20cafe4a7c6d9d6186 Mon Sep 17 00:00:00 2001 From: Jeff Rescignano Date: Sun, 21 Mar 2021 09:37:36 -0400 Subject: [PATCH] ProxmoxVE Change realm to username instead of password (#17078) Co-authored-by: Franck Nijhof --- source/_integrations/proxmoxve.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/proxmoxve.markdown b/source/_integrations/proxmoxve.markdown index b209d2fd52d..304741698a8 100644 --- a/source/_integrations/proxmoxve.markdown +++ b/source/_integrations/proxmoxve.markdown @@ -55,11 +55,11 @@ verify_ssl: default: true type: boolean username: - description: The username used to authenticate. + description: The username used to authenticate. Can include the realm by appending "@". required: true type: string password: - description: The password used to authenticate. Can include the realm by appending "@" + description: The password used to authenticate. required: true type: string realm: