Unanswered
[Injecting Secrets Into A Clearml Agent / Accessing
Sorry to ask again, but the values are still showing up in the WebUI console logs this way (see screenshot.)
Here is the config that I paste into the EC2 Autoscaler Setup:
` agent {
extra_docker_arguments: ["-e AWS_ACCESS_KEY_ID=XXXXXX", "-e AWS_SECRET_ACCESS_KEY=XXXXXX"]
hide_docker_command_env_vars {
enabled: true
extra_keys: ["AWS_SECRET_ACCESS_KEY"]
parse_embedded_urls: true
}
} Never mind, it came from setting the options wrong, it has to be
["-e", "key=...", ...] ` . Everything working now ✔
167 Views
0
Answers
2 years ago
one year ago
Tags