Skip to content

Commit

Permalink
fix(snap): fix README's security-secret-store doc (#207)
Browse files Browse the repository at this point in the history
The snap's README incorrectly stated that security-secret-store
could be set to 'false' to disable secret store usage. The
correct value is 'off'.

Signed-off-by: Tony Espy <[email protected]>
  • Loading branch information
tonyespy authored Mar 2, 2021
1 parent 0069c00 commit a4c663a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ sudo snap install edgex-app-service-configurable edgex-app-service-configurable_
**Note** – you must ensure that any configuration values that might cause conflict between the multiple instances (e.g. port, log file path, …) must be modified before enabling the snap’s service.

### Secret Store Usage
Some profile configuration.toml files specify configuration which requires Secret Store (aka Vault) support, however this snap doesn't yet fully support secure secrets without manual intervention (see below). The snap can also be configured to use insecure secrets as can be done via docker-compose by setting the option ```security-secret-store=false```. Ex.
Some profile configuration.toml files specify configuration which requires Secret Store (aka Vault) support, however this snap doesn't yet fully support secure secrets without manual intervention (see below). The snap can also be configured to use insecure secrets as can be done via docker-compose by setting the option ```security-secret-store=off```. Ex.

```
sudo snap set edgex-app-service-configurable security-secret-store=false
sudo snap set edgex-app-service-configurable security-secret-store=off
```

### Manually configure the Secret Store (aka Vault) token
Expand Down

0 comments on commit a4c663a

Please sign in to comment.