vault-guides
vault-guides copied to clipboard
feat: Added usage of storage backend for vault-plugin-secrets-mock
trafficstars
This PR adds the usage of the storage backend to make changes persistent to the example plugin vault-plugin-secrets-mock.
Why: It was quite unclear to me how a custom plugin could persist its data. Searching for the required methods in the many built-in plugins was too extensive for such a simple answer. Therefore, this improved example should provide more help to newcomers like me.
Signed-off-by: Armin Schlegel [email protected]
@yhyakuna would you mind reviewing this?