diff --git a/website/content/docs/plugins/plugin-development.mdx b/website/content/docs/plugins/plugin-development.mdx index 276ec669f..19b1052cb 100644 --- a/website/content/docs/plugins/plugin-development.mdx +++ b/website/content/docs/plugins/plugin-development.mdx @@ -26,7 +26,10 @@ a plugin is basic command-line skills and basic knowledge of the Your plugin implementation needs to satisfy the interface for the plugin type you want to build. You can find these definitions in the docs for the -backend running the plugin. +backend running the plugin. + +~> Note: Plugins should be prepared to handle multiple concurrent requests +from Vault. ```go package main