Daniele Vazzola
Daniele Vazzola
I have exactly the same issue. My template is : ```{{ with printf "public_key=%s" (file "/etc/ssh/ssh_host_rsa_key.pub") | secret "ssh-hosts/sign/host" "cert_type=host" "ttl=76h" }}{{ .Data.signed_key }}{{end}}``` the config file has ``` template...
Found the issue for my use case, the secret returned by the ssh backend has lease=0, so consul-template is correctly renewing it at every run. ``` "lease_id": "", "lease_duration": 0,...
hi, thanks for looking at this. The function that reloads the token from file is working as expected, and it updates the Vault client correctly. The problem is a missing...
That's spot on 👍 :)
Hi, thanks for the context. #309 will cover my use case, I can do the commit and push to panorama easily in a standalone binary or a plugin. The current...
I'm hitting the same issue. I'm targeting a vault cluster in my HTTP check, and the response body is different depending on which node gets the request. I need the...