mirror of
https://github.com/moby/moby.git
synced 2026-07-13 02:52:20 +00:00
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>