gocd / gocd-vault-secret-plugin

GoCD secrets plugin for HashiCorp's Vault
https://gocd.org
14 stars 7 forks source link

Fix for blank strings in timeout config property #1

Closed kritika-singh3 closed 5 years ago

kritika-singh3 commented 5 years ago

Related GoCD issue: https://github.com/gocd/gocd/issues/7157 When the lookup-secret request is received, the fields that were not set was received as empty strings. Hence, the parsing into Integer was failing for ReadTimeout and ConnectionTimeout.