Hashicorp Vault/Concourse setup error: failed to read request: json: cannot unmarshal object into Go struct field Source.source.password of type string #6259
-
|
Hello, I am trying to integrate our Hashicorp Vault 1.5.4 instance with Concourse 6.6.0. Upon running the pipeline it errors with the following message: This is the pipeline configuration: I can see that the Concourse web node is getting tokens via the I really have no idea where to begin troubleshooting that error. I did destroy and re-create the pipeline which resulted in no change. Not sure what additional information would be needed for troubleshooting, just let me know. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Odd, I just revoked all the current |
Beta Was this translation helpful? Give feedback.
-
|
After further troubleshooting the Vault integration is working. It is sending the secrets as JSON which is where the failures are occurring in the pipeline. |
Beta Was this translation helpful? Give feedback.
After further troubleshooting the Vault integration is working. It is sending the secrets as JSON which is where the failures are occurring in the pipeline.