Skip to content
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.

Commit

Permalink
feat(security): Change tmpfs to /run
Browse files Browse the repository at this point in the history
Address Bryon's comment about more standard temp. file system /run

Signed-off-by: Jim Wang <[email protected]>
  • Loading branch information
jim-wang-intel committed Feb 3, 2021
1 parent 6e273f2 commit 8a05af0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions compose-builder/add-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ services:
- common-sec-stage-gate.env
environment:
SECRETSTORE_TOKENFILE: /tmp/edgex/secrets/edgex-security-bootstrap-redis/secrets-token.json
DATABASECONFIG_PATH: /redis/conf
DATABASECONFIG_PATH: /run/redis/conf
DATABASECONFIG_NAME: redis.conf
tmpfs:
- /redis
- /run
volumes:
- edgex-init:/edgex-init:ro,z
- redis-config:/redis/conf:z
- redis-config:/run/redis/conf:z
- /tmp/edgex/secrets/edgex-security-bootstrap-redis:/tmp/edgex/secrets/edgex-security-bootstrap-redis:ro,z
depends_on:
- security-bootstrapper
Expand Down

0 comments on commit 8a05af0

Please sign in to comment.