You can also create credentials for users as the admin, that requires an API call, but maybe you don't need that 🙂
You can use the auth.create_credentials
endpoint, but that would create credentials for the calling user. You can use impersonation as an admin to act on behalf of users using the X-Clearml-Impersonate-As
request header, passing the user's ID as value
Hi AstonishingRabbit13 ,
If you're using fixed users/passwords, you can simply use the username and password as credentials
or maybe set it in the conf file of the server like where setting the users and their password
API
(in the webui is manually want to generate automatically)
Hi SuccessfulKoala55 thanks for the help
can you point me to the API for creating the credentials?
some examples
Thanks