Add note about concurrency to plugin dev docs (#15357)

* Add note about concurrency

* Adding arrow syntax
This commit is contained in:
AnPucel 2022-05-16 11:42:38 -07:00 committed by GitHub
parent 3d1f40f850
commit 390310409e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -28,6 +28,9 @@ 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.
~> Note: Plugins should be prepared to handle multiple concurrent requests
from Vault.
```go
package main