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]", }