rundeck-plugins / vault-storage

Storage plugin for Rundeck for storing data in Vault

Home Page:http://rundeck.org/plugins/vault/2017/11/25/vault-storage.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

secretBackend has no effect

libussa opened this issue · comments

I have rundeck.storage.provider.1.config.secretBackend=rundeck in my config, but the plugin is still trying to write in secret/
Is that option working?

I believe the issues lies here

return String.format("secret/%s/%s", vaultPrefix, rawPath);

where the backend is hardcoded.

Hi @libussa ,

Yes you are right, I reproduced it and I will send a fix now.

Luis