To build, run make build
.
To test the plugin end-to-end, run:
make test_plugin
This builds the plugin and starts a Vault dev server with traces enabled.
Then, run commands to configure the secrets engine via:
make test_commands
If you want to edit the shell of this code, you can look for the TODO comments.
// TODO:
They will highlight some of the functions you can edit.