Closed thheinen closed 4 years ago
@tecracer-theinen thank you very much, this looks great! I left 2 comments on the documentation. I need to double check if someone from Chef's doc teams needs to +1 this - generally they do need to review doc changes; but this is a plugin. I'll get back to you.
Great additions, thank you :)
Small ping about this. I merged the doc changes on GitHub directly, thus the DCO error.
Anything I can do to advance this one?
No worries. As gentle punishment, I just created the follow-up PR to improve usage with Test Kitchen ;)
In our experience, Vault secrets are rarely stored on a per-profile level but more as some sort of global configuration data. As the current plugin implementation does not allow access to those paths, this PR was created.
Description
The usual way of working is not changed. If the input name starts with a forward slash, this is taken as an indicator for a fully specified path. In that case the last part of the input is treated as the key and everything before as the path.
Related Issue
Types of changes
Checklist: