And what to do if I need to generate a codeartifact auth token like in here:
https://docs.aws.amazon.com/codeartifact/latest/ug/python-configure-pip.html
I would say run your tasks in your own docker container and make sure the startup script generates the token each time
Thanks SuccessfulKoala55 , you're help is much appreciated
Hi VirtuousMole5 , see here: https://github.com/allegroai/clearml-agent/blob/a5a797ec5e5e3e90b115213c0411a516cab60e83/docs/clearml.conf#L78
The URL you provide can include user/password as well (in the https://<user>:<pass>@<hostname>/...
format)
Well, AWS is always a problem with their interactive token generation...