Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport of Add Enigma Vault secret plugin to community plugin list into release/1.10.x #14460

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions changelog/14389.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:improvement
website/docs: added a link to an Enigma secret plugin.
```
24 changes: 23 additions & 1 deletion website/content/docs/internals/plugins.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,28 @@ func main() {
```

And that's basically it! You would just need to change `myPlugin` to your actual
plugin. For more information on how to register and enable your plugin, check out the [Building Plugin Backends](https://learn.hashicorp.com/vault/developer/plugin-backends) tutorial.
plugin.

[api_addr]: /docs/configuration#api_addr

## Plugin Development - Resources

For more information on how to register and enable your plugin, check out the
[Building Plugin Backends](https://learn.hashicorp.com/vault/developer/plugin-backends)
tutorial.

Other HashiCorp plugin development resources:

* [vault-auth-plugin-example](https://github.com/hashicorp/vault-auth-plugin-example)

### Plugin Development - Resources - Community

Community plugin examples/guides are developed by community members. HashiCorp
does not validate these for correctness.

- [Enigma (good starting point)](https://github.com/ixe013/benigma)

Authors who wish to have their guides or examples listed may file a submission
via a GitHub issue or directly open a pull request with changes to this page.

[api_addr]: /docs/configuration#api_addr