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 (#361)

* fix(snap): add token for the external-mqtt-trigger profile

The external-mqtt-trigger profile is used by the TAF integration tests.
This commit updates the snap so that the secret-store token
for that profile is copied from the edgexfoundry snap

Signed-off-by: Siggi Skulason <[email protected]>

* fix(snap): add token for the push-to-core profile

This commit updates the snap so that the token for the
push-to-core secret-store profile is copied from the edgexfoundry snap

It also changes the list of profiles to a YAML list to shorten the line

Signed-off-by: Siggi Skulason <[email protected]>
  • Loading branch information
Siggi Skulason authored Dec 6, 2021
1 parent d12ee3a commit adf35ca
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,13 @@ slots:
interface: content
content: edgex-secretstore-token
source:
write: [$SNAP_DATA/app-http-export, $SNAP_DATA/app-mqtt-export, $SNAP_DATA/app-functional-tests]
write:
- $SNAP_DATA/app-http-export
- $SNAP_DATA/app-mqtt-export
- $SNAP_DATA/app-external-mqtt-trigger
- $SNAP_DATA/app-functional-tests
- $SNAP_DATA/app-push-to-core
- $SNAP_DATA/app-rules-engine

apps:
app-service-configurable:
Expand Down

0 comments on commit adf35ca

Please sign in to comment.