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 Dec 1, 2020
1 parent 8e24c0f commit c0e29ae
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 c0e29ae

Please sign in to comment.