Clarify supported rest_command auth methods (#17964)

This commit is contained in:
Franck Nijhof 2021-05-25 17:07:31 +02:00 committed by GitHub
parent 6f9f500b9d
commit a724b96351
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,11 +46,11 @@ service_name:
required: false required: false
type: template type: template
username: username:
description: The username for HTTP authentication. description: The username for basic HTTP authentication (digest is not supported).
required: false required: false
type: string type: string
password: password:
description: The password for HTTP authentication. description: The password for basic HTTP authentication (digest is not supported).
required: false required: false
type: string type: string
timeout: timeout: