-
Notifications
You must be signed in to change notification settings - Fork 466
vault-examples-helper error #229
Comments
Can you show the full command you're running and the full log output? |
% ../vault-examples-helper/vault-examples-helper.sh Error parsing parameter '--filters': Expected: ',', received: '"' for input: Error parsing parameter '--filters': Expected: ',', received: '"' for input: |
It's the double quoting tripping things up. If I edit the script and hardcode the values it works fine.
vs.
|
Ohhhh, are you using Terraform 0.14? If so, we have not yet updated this repo to work with it, and the issue you're hitting is that there was a backward incompatible change in the We'll probably need to update the code to use the |
Getting this error in helper script /vault-examples-helper/vault-examples-helper.sh
2021-01-10 17:57:17 [INFO] [vault-examples-helper.sh] Fetching public IP addresses for EC2 Instances in "us-east-1" with tag "Name"="vault-example"
Error parsing parameter '--filters': Expected: ',', received: '"' for input:
Name=tag:"Name",Values="vault-example"
If up correct the query so that it executes I receive the following
2021-01-10 18:41:48 [INFO] [vault-examples-helper.sh] Found all 3 public IP addresses!
2021-01-10 18:41:50 [INFO] [vault-examples-helper.sh] Waiting for 3 Vault servers to come up
2021-01-10 18:41:50 [INFO] [vault-examples-helper.sh] Checking health of Vault server via URL https://null:8200/v1/sys/health
curl: (6) Could not resolve host: null
2021-01-10 18:41:55 [INFO] [vault-examples-helper.sh] Got a 000 response from Vault server null with body:
The text was updated successfully, but these errors were encountered: