Skip to content

Commit

Permalink
feat(security): Address PR feedback on /vault/file
Browse files Browse the repository at this point in the history
Resolve conflicts with master

Signed-off-by: Jim Wang <yutsung.jim.wang@intel.com>
  • Loading branch information
jim-wang-intel committed Dec 7, 2020
1 parent bba224e commit 8de1748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/security-secrets-setup/start_vault.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ listener "tcp" {
cluster_address = "edgex-vault:8201"
}
backend "file" {
path = "vault/file"
path = "/vault/file"
}
default_lease_ttl = "168h"
max_lease_ttl = "720h"
Expand Down

0 comments on commit 8de1748

Please sign in to comment.