moby--moby/pkg/authorization
Liron Levin 5ffc810df2 Fix 19575: Docker events doesn't work with authorization plugin
To support the requirement of blocking the request after the daemon
responded the authorization plugin use a `response recorder` that replay
the response after the flow ends.

This commit adds support for commands that hijack the connection and
flushes data via the http.Flusher interface. This resolves the error
with the event endpoint.

Signed-off-by: Liron Levin <liron@twistlock.com>
2016-02-05 22:30:01 +02:00
..
api.go
authz.go Fix 19575: Docker events doesn't work with authorization plugin 2016-02-05 22:30:01 +02:00
authz_test.go Fix 19575: Docker events doesn't work with authorization plugin 2016-02-05 22:30:01 +02:00
plugin.go
response.go Fix 19575: Docker events doesn't work with authorization plugin 2016-02-05 22:30:01 +02:00