Skip to content

Commit

Permalink
feat(snap): add secretstore token for device camera services (edgexfo…
Browse files Browse the repository at this point in the history
…undry#4034)

- device-usb-camera snap
- device-onvif-camera snap

Signed-off-by: Mengyi Wang <[email protected]>
  • Loading branch information
MonicaisHer authored May 23, 2022
1 parent a09756d commit 6f84e70
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions snap/local/hooks/cmd/install/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ var secretStoreTokens = []string{
"device-grove",
"device-uart",
"device-rfid-llrp",
"device-usb-camera",
"device-onvif-camera",
"edgex-ekuiper",
}

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

Expand Down

0 comments on commit 6f84e70

Please sign in to comment.