jenkinsci / hashicorp-vault-plugin

Jenkins plugin to populate environment variables from secrets stored in HashiCorp's Vault.
https://plugins.jenkins.io/hashicorp-vault-plugin/
MIT License
217 stars 145 forks source link

Fix the 'Test Vault Secrets retrieval' Button #244

Closed jamesrobson-secondmind closed 2 years ago

jamesrobson-secondmind commented 2 years ago

Part of the change in #228 broke the 'Test Vault Secrets retrieval' button because it would pass in an empty string for the prefixPath and namespace if they were not set. This problem does not affect use of secrets in jobs, it is only encountered when trying to check settings while adding/updating credentials.