Label
{{newCredential.label}}
Access key
{{newCredential.access_key}}
Secret key
{{newCredential.secret_key}}
Copy the below info for input to 'clearml-init' configuration request, or modify your existing clearml.conf
api {{ '{' }}
web_server: {{WEB_SERVER_URL}}
api_server: {{API_BASE_URL}}
files_server: {{fileBaseUrl}}
{{'# ' + label}}
credentials {{ '{' }}
"access_key" = "{{newCredential.access_key}}"
"secret_key" = "{{newCredential.secret_key}}"
}
}