From 47367b21d5892c16dd69e6728574b91c72cc528b Mon Sep 17 00:00:00 2001 From: Julien Kassar Date: Mon, 24 Apr 2017 19:45:59 -0400 Subject: [PATCH] Update legacy_plugins.md to include HBM authz plugin Signed-off-by: Julien Kassar --- docs/extend/legacy_plugins.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/extend/legacy_plugins.md b/docs/extend/legacy_plugins.md index 901a40ad5d..68bba59f46 100644 --- a/docs/extend/legacy_plugins.md +++ b/docs/extend/legacy_plugins.md @@ -88,6 +88,7 @@ Plugin Plugin | Description ------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ [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). + [HBM plugin](https://github.com/kassisol/hbm) | An authorization plugin that prevents from executing commands with certains parameters. ## Troubleshooting a plugin