From 61f295caf241abf0cf3be5be3c4b54a64bd2a83b Mon Sep 17 00:00:00 2001 From: Mengyi Wang Date: Mon, 23 May 2022 17:15:13 +0200 Subject: [PATCH] feat(snap): add secretstore token for device camera services (#4034) - device-usb-camera snap - device-onvif-camera snap Signed-off-by: Mengyi Wang (cherry picked from commit 6f84e707cf6ace5f430b9e00dfc3fc8df6168fe8) --- snap/local/hooks/cmd/install/install.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/snap/local/hooks/cmd/install/install.go b/snap/local/hooks/cmd/install/install.go index c4fefe8082..d3ae221d21 100644 --- a/snap/local/hooks/cmd/install/install.go +++ b/snap/local/hooks/cmd/install/install.go @@ -56,6 +56,8 @@ var secretStoreTokens = []string{ "device-grove", "device-uart", "device-rfid-llrp", + "device-usb-camera", + "device-onvif-camera", "edgex-ekuiper", } @@ -80,6 +82,8 @@ var secretStoreKnownSecrets = []string{ "redisdb[device-grove]", "redisdb[device-uart]", "redisdb[device-rfid-llrp]", + "redisdb[device-usb-camera]", + "redisdb[device-onvif-camera]", "redisdb[edgex-ekuiper]", }