Skip to content

Commit

Permalink
feat(snap): add additional tokens for app-service-configurable profil…
Browse files Browse the repository at this point in the history
…es (edgexfoundry#3825)

* feat(snap): add additional tokens for app-service-configurable profiles

The external-mqtt-trigger and app-push-to-core profiles are used by the TAF integration tests.

This commit enables those profiles by creating tokens for them and making the tokens available for
the edgex-app-service-configurable snap.

Signed-off-by: Siggi Skulason <[email protected]>
(cherry picked from commit 23881e6)
  • Loading branch information
Siggi Skulason authored and farshidtz committed Jun 3, 2022
1 parent 155d0ec commit 19c6dce
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 @@ -42,6 +42,8 @@ var secretStoreTokens = []string{
"app-rules-engine",
"app-http-export",
"app-mqtt-export",
"app-external-mqtt-trigger",
"app-push-to-core",
"app-rfid-llrp-inventory",
"application-service",
"device-camera",
Expand All @@ -61,6 +63,8 @@ var secretStoreKnownSecrets = []string{
"redisdb[app-rules-engine]",
"redisdb[app-http-export]",
"redisdb[app-mqtt-export]",
"redisdb[app-external-mqtt-trigger]",
"redisdb[app-push-to-core]",
"redisdb[app-rfid-llrp-inventory]",
"redisdb[application-service]",
"redisdb[device-rest]",
Expand Down

0 comments on commit 19c6dce

Please sign in to comment.