The dynamic access creation is only dont by the UI
It's totally possible, I think you need to do research on it. There are probably a few ways to do it too. I see CLEARML_API_ACCESS_KEY
& CLEARML_API_SECRET_KEY
in the docker compose - None
You should do some more digging around. One option is to see how you can generate a key/secret pair and inject them via your script into mongoDB where the credentials are stored. Another way is to see how the UI is using/getting these credentials when the server is spun up.
You can also create a "template" database with a key & secret that are already known and then spin the server up with that data already in it..
So you can definitely create a single script that can do all of this.
user creation even it will work after containers is up right
Instead of the cookie you need to use Basic Auth, with the username and password
You can just copy a ready clearml.conf file and replace the credentials there, you don't actually need to call clearml-init
@<1561885921379356672:profile|GorgeousPuppy74> user credentials cannot be set from the configuration files - they are dynamically created (and can also be revoked by the user).
@<1523701087100473344:profile|SuccessfulKoala55> @<1523701070390366208:profile|CostlyOstrich36> do u have any idea??
You can set up username & password, it's in the documentation 🙂
yeah i tried.. but its needed access key & secret ley
You can open developer tools (F12) and see in the UI what is happening when you create a new queue 🙂