mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03: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> Upstream-commit: cfcf2a0cec8d83c1584020ccaab0c94f5bb6d7d4 Component: engine