DockerCLI/cli/config/credentials
Sebastiaan van Stijn ab80ea355f
cli/config/credentials: move warning to fileStore
The fileStore itself is aware that it's insecure, so we can make it
responsible for printing the warning. It's not "perfect", as we use
`os.Stderr` unconditionally (not `dockerCli.Err()`), but probably won't
make a difference in _most_ cases.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-07-19 01:42:01 +02:00
..
credentials.go Remove docker api dependency from cli/config 2019-01-31 21:25:43 +00:00
default_store.go remove uses of golang.org/x/sys/execabs 2023-05-26 02:03:45 +02:00
default_store_darwin.go defaultCredentialStore: make this a function 2017-09-20 11:14:27 -06:00
default_store_linux.go config/credentials: don't run 'pass' to detect it 2018-06-29 11:38:39 -07:00
default_store_unsupported.go remove pre-go1.17 build-tags 2023-05-05 18:23:03 +02:00
default_store_windows.go defaultCredentialStore: make this a function 2017-09-20 11:14:27 -06:00
file_store.go cli/config/credentials: move warning to fileStore 2024-07-19 01:42:01 +02:00
file_store_test.go cli/config/credentials: ConvertToHostname: handle IP-addresses 2024-06-26 13:43:02 +02:00
native_store.go Fix setting ServerAddress property in NativeStore 2023-11-11 14:22:23 +01:00
native_store_test.go Fix setting ServerAddress property in NativeStore 2023-11-11 14:22:23 +01:00