You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When adding a command to vault agent template configs, the quotes are being removed from the command. This causes errors when executing multiple commands using sh -c. This is exactly the same issue reported here: hashicorp/consul-template#1456
To Reproduce
Steps to reproduce the behavior:
Use the following template configuration in vault's config file:
Describe the bug
When adding a command to vault agent template configs, the quotes are being removed from the command. This causes errors when executing multiple commands using
sh -c
. This is exactly the same issue reported here:hashicorp/consul-template#1456
To Reproduce
Steps to reproduce the behavior:
Use the following template configuration in vault's config file:
Expected behavior
After rendering the template, vault should execute the command as:
This was working in Vault v1.6.3
Actual behavior
After rendering the template, vault appears to be removing quotes and runs the command as:
This is effectively the same as running the command as:
Additional context
This same issue appears to be reported for consul-template here: hashicorp/consul-template#1456
The text was updated successfully, but these errors were encountered: