Hi AstonishingRabbit13 ,
If you're using fixed users/passwords, you can simply use the username and password as credentials
API
(in the webui is manually want to generate automatically)
You can also create credentials for users as the admin, that requires an API call, but maybe you don't need that 🙂
Hi SuccessfulKoala55 thanks for the help
can you point me to the API for creating the credentials?
some examples
Thanks
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
or maybe set it in the conf file of the server like where setting the users and their password