mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
On unix, merge secrets/configs handling. This is important because configs can contain secrets (via templating) and potentially a config could just simply have secret information "by accident" from the user. This just make sure that configs are as secure as secrets and de-dups a lot of code. Generally this makes everything simpler and configs more secure. Signed-off-by: Brian Goff <cpuguy83@gmail.com> Upstream-commit: c02171802b788fb2d4d48bebcee2a57c8eabeeaa Component: engine