mirror of
https://github.com/weaveworks/scope.git
synced 2026-04-25 03:48:05 +00:00
* Add options to hide args and env vars To allow for use of weave-scope in an unauthenticated environment, add options to the probe to hide comand line arguments and environment variables, which might contain secret data. Fixes #2222 * Change docker.NewRegistry arguments to be a struct * Remove redundant declarations of default values * Move registry options outside to improve readability