diff --git a/snap/local/hooks/cmd/install/install.go b/snap/local/hooks/cmd/install/install.go index d6e447649b..989408cf6e 100644 --- a/snap/local/hooks/cmd/install/install.go +++ b/snap/local/hooks/cmd/install/install.go @@ -56,6 +56,7 @@ var secretStoreTokens = []string{ "device-grove", "device-uart", "device-rfid-llrp", + "edgex-ekuiper", } var secretStoreKnownSecrets = []string{ @@ -79,6 +80,7 @@ var secretStoreKnownSecrets = []string{ "redisdb[device-grove]", "redisdb[device-uart]", "redisdb[device-rfid-llrp]", + "redisdb[edgex-ekuiper]", } // services w/configuration that needs to be copied