ProxmoxVE Change realm to username instead of password (#17078)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
Jeff Rescignano 2021-03-21 09:37:36 -04:00 committed by GitHub
parent f895f2ff42
commit 6c7ffbebcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 "@<realm>".
required: true
type: string
password:
description: The password used to authenticate. Can include the realm by appending "@<realm>"
description: The password used to authenticate.
required: true
type: string
realm: