clearml icon indicating copy to clipboard operation
clearml copied to clipboard

Store secret infomation in Task

Open tronglh241 opened this issue 2 years ago • 1 comments

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.

tronglh241 avatar Jul 11 '22 07:07 tronglh241

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

DavidNativ avatar Jul 11 '22 08:07 DavidNativ