Skip to content

Commit

Permalink
feat(security): Address PR feedback on /vault/file
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Wang <yutsung.jim.wang@intel.com>
  • Loading branch information
jim-wang-intel committed Nov 20, 2020
1 parent 7192dc2 commit 66e22be
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 @@ -33,7 +33,7 @@ listener "tcp" {
tls_perfer_server_cipher_suites = "true"
}
backend "file" {
path = "vault/file"
path = "/vault/file"
}
default_lease_ttl = "168h"
max_lease_ttl = "720h"
Expand Down

0 comments on commit 66e22be

Please sign in to comment.