From 6178f4e060ddf050191e99472f8c927d90257ed3 Mon Sep 17 00:00:00 2001 From: Guillaume Date: Fri, 11 Mar 2022 08:33:48 -0500 Subject: [PATCH] Added Enigma Vault secret plugin. Designed to be simple but complete, a good starting point for plugin developers (#14389) --- 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 000000000..56ee8c47a --- /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 74768b04e..bb1e01e3f 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.