From a724b96351e0ab8a3199b4eb458db2e324884b90 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 25 May 2021 17:07:31 +0200 Subject: [PATCH] Clarify supported rest_command auth methods (#17964) --- source/_integrations/rest_command.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/rest_command.markdown b/source/_integrations/rest_command.markdown index 40fbbb9e388..bc2ed19ff71 100644 --- a/source/_integrations/rest_command.markdown +++ b/source/_integrations/rest_command.markdown @@ -46,11 +46,11 @@ service_name: required: false type: template username: - description: The username for HTTP authentication. + description: The username for basic HTTP authentication (digest is not supported). required: false type: string password: - description: The password for HTTP authentication. + description: The password for basic HTTP authentication (digest is not supported). required: false type: string timeout: