There is an options for a configurations vault in the Scale/Enteprises licenses - basically applying global settings without having to edit clearml.conf
This is supported by the agent, however not by the SDK itself
We are using the self-hosted server ๐
just for clarity this is the contents of my ~/clearml.conf
file, I'd like to replace this with env vars for programatically setting the config rather than editing this file
sdk {
aws {
s3 {
use_credentials_chain: true
}
}
}
Ah okay, thank you!
Would be cool if it worked on the SDK as well, in my case itโs much easier to manage env vars than the config file