mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
fa358a8757
This fix is a follow up for comment: https://github.com/docker/docker/pull/28896#issuecomment-265392703 Currently secret name or ID prefix resolving is done at the client side, which means different behavior of API and CMD. This fix moves the resolving from client to daemon, with exactly the same rule: - Full ID - Full Name - Partial ID (prefix) All existing tests should pass. This fix is related to #288896, #28884 and may be related to #29125. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> |
||
---|---|---|
.. | ||
convert | ||
executor | ||
provider | ||
cluster.go | ||
filters.go | ||
helpers.go | ||
listen_addr.go | ||
listen_addr_linux.go | ||
listen_addr_others.go | ||
listen_addr_solaris.go | ||
noderunner.go | ||
secrets.go | ||
utils.go |