Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Commit

Permalink
Merge pull request #124 from lawliet89/fix-vpce
Browse files Browse the repository at this point in the history
Use double quotes for unseal endpoint
  • Loading branch information
Etiene authored Dec 19, 2018
2 parents 413c8bb + 2dd28b6 commit 3227c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/run-vault/run-vault
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ function generate_vault_config {

local endpoint=""
if [[ -n "$auto_unseal_endpoint" ]]; then
endpoint="endpoint = '$auto_unseal_endpoint'"
endpoint="endpoint = \"$auto_unseal_endpoint\""
fi

auto_unseal_config=$(cat <<EOF
Expand Down

0 comments on commit 3227c76

Please sign in to comment.