clearml
clearml copied to clipboard
Store secret infomation in Task
Hi everyone, I wonder if there is any way to store secret information (password) in a Task. I don't want that information displayed on WebUI. I really appreciate any help you can provide.
Hi @tronglh241 Everything is visible from the UI You can set your password as an environment variable and execute it through an agent in docker mode. The variable will be hidden by default in the console logs (https://clear.ml/docs/latest/docs/configs/clearml_conf#agent-section => agent.hide_docker_command_env_vars). But note that it still will be readable from the UI by editing the docker arguments