Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
Signed-off-by: Valina Li <valina.li@intel.com>
  • Loading branch information
vli11 committed Jul 14, 2022
1 parent a2539fb commit 5b96f28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/security-secretstore-setup/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-conf
COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider .
COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup .

# Setup the entry point script, create token dir, and assign perms
# Setup the entry point script
COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/
RUN chmod +x /usr/local/bin/entrypoint.sh \
&& ln -s /usr/local/bin/entrypoint.sh /
Expand Down
1 change: 1 addition & 0 deletions cmd/security-secretstore-setup/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ set -e

# env settings are populated from env files of docker-compose

# create token dir, and assign perms
mkdir -p /vault/config/assets
chown -Rh 100:1000 /vault/

Expand Down

0 comments on commit 5b96f28

Please sign in to comment.