From 1096f903baff4e877b22e07c6e5c479d7f512f49 Mon Sep 17 00:00:00 2001 From: ixe013 Date: Mon, 7 Mar 2022 12:01:07 -0500 Subject: [PATCH] Added Enigma Vault secret plugin. Designed to be simple but complete, a good starting point for plugin developers --- changelog/14389.txt | 3 +++ website/content/docs/internals/plugins.mdx | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 changelog/14389.txt 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.