Releases: rundeck-plugins/vault-storage
Releases · rundeck-plugins/vault-storage
Release 1.3.2
Support for vault API V2
Support for working with KV Secrets Engine - Version 2
This will allow using the lastest version of vault.
Release repository version of plugin
Latest version of plugin.
Fixing error existing backends
Merge pull request #9 from rundeck-plugins/issue/8 fixing error with a non-default backend name (secret).
Add support existing vault keys
Merge pull request #6 from rundeck-plugins/test-official-docker Official Docker Integration Test
Support for using existing vault secrets without rundeck headers
If the option "rundeck.storage.provider.1.config.storageBehaviour=vault" is defined on rundeck-config.properties, then the plugin will work without rundeck headers.
So, it this case, existing secrets key/values on vault can be read/update on rundeck.
First Release
1.0.0 Fixing some bugs to get the list of keys on the job page, and fixing …