Update legacy_plugins.md to include HBM authz plugin

Signed-off-by: Julien Kassar <github@kassisol.com>
This commit is contained in:
Julien Kassar 2017-04-24 19:45:59 -04:00 committed by Tibor Vass
parent 5be9e57c51
commit ba5a2dc787
1 changed files with 1 additions and 0 deletions

View File

@ -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