moby--moby/daemon/config
David Sheets cfcf2a0cec daemon/info: don't sort authorization plugins as order matters
plugins exist in a chain that composes potentially mutating requests and
responses. This simply reverts the sorting of AuthZ plugins so that the
/info API endpoint returns the internal ordering used for AuthZ composition.

Volume driver plugins are not affected because they are just a set.

Signed-off-by: David Sheets <dsheets@docker.com>
2017-05-02 09:39:32 +01:00
..
config.go daemon/info: don't sort authorization plugins as order matters 2017-05-02 09:39:32 +01:00
config_common_unix.go Fix missing Init Binary in docker info output 2017-04-10 16:54:07 +05:30
config_common_unix_test.go Fix missing Init Binary in docker info output 2017-04-10 16:54:07 +05:30
config_solaris.go Deprecate --graph flag; Replace with --data-root 2017-03-30 11:24:56 +02:00
config_test.go Remove pkg/testutil/assert in favor of testify 2017-04-14 12:03:21 -07:00
config_unix.go Add daemon flag to set no_new_priv as default for unprivileged containers. 2017-02-16 19:05:14 +08:00
config_unix_test.go Extract daemon configuration and discovery to their own package 2017-02-08 09:53:38 +01:00
config_windows.go Extract daemon configuration and discovery to their own package 2017-02-08 09:53:38 +01:00
config_windows_test.go Extract daemon configuration and discovery to their own package 2017-02-08 09:53:38 +01:00