Skip to content

Commit

Permalink
feat(snap): add edgex-ekuiper's secretStoreTokens and secretStoreKnow…
Browse files Browse the repository at this point in the history
…nSecrets

Signed-off-by: Mengyi Wang <[email protected]>
  • Loading branch information
MonicaisHer committed Feb 25, 2022
1 parent 0dc7fb4 commit 42b2064
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 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,7 @@ var secretStoreTokens = []string{
"device-grove",
"device-uart",
"device-rfid-llrp",
"edgex-ekuiper",
}

var secretStoreKnownSecrets = []string{
Expand All @@ -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
Expand Down

0 comments on commit 42b2064

Please sign in to comment.