From 81bf15e39c4275e7da8102e7e577367f15c8f93f Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Tue, 7 Feb 2023 10:16:40 +0200 Subject: [PATCH] Add WebApp user preference options (#468) --- docs/webapp/webapp_profile.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/webapp/webapp_profile.md b/docs/webapp/webapp_profile.md index d07a7477..a8d7683c 100644 --- a/docs/webapp/webapp_profile.md +++ b/docs/webapp/webapp_profile.md @@ -33,9 +33,13 @@ The profile tab presents user information. Under **USER PREFERENCES**, users can set a few web UI options: * **Show Hidden Projects** - Show ClearML infrastructure projects alongside your own projects. Disabled by default. +* **Don't show ClearML Examples** - Hide the preloaded ClearML example content (project, pipeline, dataset, etc.) * **HiDPI browser scale override** - Adjust scaling on High-DPI monitors to improve the web UI experience. Enabled by default. * **Don't show pro tips periodically** - Stop showing ClearML usage tips on login. Disabled by default. +* **Hide specific container arguments** - Specify which Docker environment variable values should be hidden in logs. +When printed, the variable values are replaced with `********`. By default, `CLEARML_API_SECRET_KEY`, `CLEARML_AGENT_GIT_PASS`, +`AWS_SECRET_ACCESS_KEY`, and `AZURE_STORAGE_KEY` values are redacted. :::info Self-hosted ClearML Server The self-hosted ClearML Server has an additional option to enable sharing anonymous telemetry data with the ClearML