Skip to content

Commit

Permalink
Add a place for us to link to external plugin examples/guides. (#14414)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncabatoff authored Mar 10, 2022
1 parent 436040a commit 28a6a0e
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion website/content/docs/internals/plugins.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,24 @@ 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.

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.

0 comments on commit 28a6a0e

Please sign in to comment.