Closed L2JE closed 2 years ago
Fix: https://github.com/rundeck-plugins/vault-storage/issues/26
When config.prefix was an empty string, it was trying to insert resources on invalid paths eg: rundeckSecretBackend//resource.exmpl the // is taken as single / in kv v2 but it brings errors in kv v1
config.prefix
rundeckSecretBackend//resource.exmpl
//
/
Fix: https://github.com/rundeck-plugins/vault-storage/issues/26
Problem
When
config.prefix
was an empty string, it was trying to insert resources on invalid paths eg:rundeckSecretBackend//resource.exmpl
the//
is taken as single/
in kv v2 but it brings errors in kv v1