From 9ba73f6088d3a6533597c35baf51b30e1ddead6c Mon Sep 17 00:00:00 2001 From: Bertrand Lanson Date: Sun, 16 Apr 2023 22:30:59 +0200 Subject: [PATCH] the token commited previously was testing stuff, nothing bad --- templates/vault_config.hcl.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/vault_config.hcl.j2 b/templates/vault_config.hcl.j2 index a1def8c..2e953c4 100644 --- a/templates/vault_config.hcl.j2 +++ b/templates/vault_config.hcl.j2 @@ -1,8 +1,8 @@ vault { address = "{{ renew_vault_certificates_vault_addr }}" - token = "hvs.wKkE4dPFMQLdApisRxNK3uJo" - unwrap_token = false - renew_token = false + token = "{{ renew_vault_certificates_vault_token }}" + unwrap_token = {{ renew_vault_certificates_vault_token_unwrap|lower }} + renew_token = {{ renew_vault_certificates_vault_token_renew|lower }} } template {