diff --git a/changelog/14389.txt b/changelog/14389.txt new file mode 100644 index 000000000000..56ee8c47aacf --- /dev/null +++ b/changelog/14389.txt @@ -0,0 +1,3 @@ +```release-note:improvement +website/docs: added a link to an Enigma secret plugin. +``` diff --git a/website/content/docs/internals/plugins.mdx b/website/content/docs/internals/plugins.mdx index 74768b04e0ae..bb1e01e3f513 100644 --- a/website/content/docs/internals/plugins.mdx +++ b/website/content/docs/internals/plugins.mdx @@ -250,5 +250,7 @@ Other HashiCorp plugin development resources: 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.