From 721c4af635389ce55f2938bce1c19698b1101eb7 Mon Sep 17 00:00:00 2001 From: Kevin McCormack Date: Wed, 25 Dec 2019 09:29:25 -0500 Subject: [PATCH] Update Vivotek camera integration (#11529) - Add optional digest authentication --- source/_integrations/vivotek.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_integrations/vivotek.markdown b/source/_integrations/vivotek.markdown index f00ddafb14d..ef610d3b09b 100644 --- a/source/_integrations/vivotek.markdown +++ b/source/_integrations/vivotek.markdown @@ -43,6 +43,11 @@ password: description: The password for accessing your camera. required: true type: string +authentication: + description: "Type for authenticating the requests `basic` or `digest`." + required: false + default: basic + type: string security_level: description: The security level of the user accessing your camera. This could be `admin` or `viewer`. required: false @@ -81,6 +86,7 @@ camera: ssl: true username: !secret fd_camera_username password: !secret fd_camera_pwd + authentication: digest security_level: admin verify_ssl: false framerate: 5