Skip to content

Commit 1d33beb

Browse files
committed
docs: add section for secrets plugins in legacy_plugins.md
Signed-off-by: Sai Sanjay <saisanjay7660@gmail.com>
1 parent dea3eba commit 1d33beb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/extend/legacy_plugins.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,12 @@ The sections below provide an overview of available third-party plugins.
8080
| [HBM plugin](https://github.com/kassisol/hbm) | An authorization plugin that prevents from executing commands with certains parameters. |
8181
| [Twistlock AuthZ Broker](https://github.com/twistlock/authz) | A basic extendable authorization plugin that runs directly on the host or inside a container. This plugin allows you to define user policies that it evaluates during authorization. Basic authorization is provided if Docker daemon is started with the --tlsverify flag (username is extracted from the certificate common name). |
8282

83+
### Secrets plugins
84+
85+
| Plugin | Description |
86+
|:---------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------|
87+
| [Swarm External Secrets](https://github.com/sugar-org/swarm-external-secrets) | A Docker Swarm secrets plugin that integrates with multiple secret management providers including HashiCorp Vault, AWS Secrets Manager, and more. |
88+
8389
## Troubleshooting a plugin
8490

8591
If you are having problems with Docker after loading a plugin, ask the authors

0 commit comments

Comments
 (0)