Signed-off-by: Lorenzo Fontana <fontanalorenzo@me.com>
(cherry picked from commit 96cc1ee44cc4412511e944d48eed14434cac2c31)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
| ... | ... |
@@ -22,7 +22,7 @@ example, a [volume plugin](plugins_volume.md) might enable Docker |
| 22 | 22 |
volumes to persist across multiple Docker hosts and a |
| 23 | 23 |
[network plugin](plugins_network.md) might provide network plumbing. |
| 24 | 24 |
|
| 25 |
-Currently Docker supports volume and network driver plugins. In the future it |
|
| 25 |
+Currently Docker supports authorization, volume and network driver plugins. In the future it |
|
| 26 | 26 |
will support additional plugin types. |
| 27 | 27 |
|
| 28 | 28 |
## Installing a plugin |
| ... | ... |
@@ -65,6 +65,11 @@ Plugin |
| 65 | 65 |
[Quobyte Volume Plugin](https://github.com/quobyte/docker-volume) | A volume plugin that connects Docker to [Quobyte](http://www.quobyte.com/containers)'s data center file system, a general-purpose scalable and fault-tolerant storage platform. |
| 66 | 66 |
[REX-Ray plugin](https://github.com/emccode/rexray) | A volume plugin which is written in Go and provides advanced storage functionality for many platforms including VirtualBox, EC2, Google Compute Engine, OpenStack, and EMC. |
| 67 | 67 |
|
| 68 |
+### Authorization plugins |
|
| 69 |
+ |
|
| 70 |
+ Plugin | Description |
|
| 71 |
+------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
| 72 |
+ [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). |
|
| 68 | 73 |
|
| 69 | 74 |
## Troubleshooting a plugin |
| 70 | 75 |
|