moby--moby/pkg/authorization
Liron Levin 4192fe9c06 Enable to dynamically reload authorization plugins via daemon.config
Following #22729, enable to dynamically reload/remove the daemon
authorization plugins (via standard reloading mechanism).
https://docs.docker.com/engine/reference/commandline/daemon/#daemon-
configuration-file

Daemon must store a reference to the authorization middleware to refresh
the plugin on configuration changes.

Signed-off-by: Liron Levin <liron@twistlock.com>
2016-07-30 14:59:07 +03:00
..
api.go pkg: authorization: add Err to tweak response status code 2015-12-17 11:08:47 +01:00
authz.go fix typos 2016-07-23 11:32:23 +08:00
authz_unix_test.go Use const http status code instead of just numbers see #24783 2016-07-19 10:40:20 +03:00
middleware.go Enable to dynamically reload authorization plugins via daemon.config 2016-07-30 14:59:07 +03:00
plugin.go Enable to dynamically reload authorization plugins via daemon.config 2016-07-30 14:59:07 +03:00
response.go Func name wrong in notes of response.go 2016-07-23 16:03:27 +08:00