Reputation
Badges 1
22 × Eureka!Cool I'll open an issue and see the response.
I used the configuration file provided as example changes the necessary things. Looks like it's somehow not able to hit the api.clearml_agent: ERROR: Failed getting token (error 400 from https://myclearmlapi.com ): Bad Request
Do you thing putting it behind nginx will be an useful feature ? Then i'll open a feature request issue.
got it, I see that serving is a very new project started in april, what other inference engine do you plan to support in the future ?
I assumed this was the error when clear-ml tried to connect. Looks like this was the curl.
https://clearml.slack.com/archives/CTK20V944/p1621844719193900?thread_ts=1621840885.183000&cid=CTK20V944
This didn't work it seems getting the same error as before.
Okay, let me try that out.
Got it exposing the ports should work, I'm guessing. How do you suggest to secure the port in that case ?
I get this response
Hi VivaciousPenguin66 I was trying to do something similar, I was able to secure the webapp with something similar to this (the cert was on lb level), but were you able to secure the port for fileserver and api server ?
{"meta":{"id":"e1dbf2fcec864085ae05762a61594e9c","trx":"e1dbf2fcec864085ae05762a61594e9c","endpoint":{"name":"users.get_current_user","requested_version":"2.13","actual_version":"1.0"},"result_code":401,"result_subcode":22,"result_msg":"Unauthorized (invalid credentials) (failed to locate provided credentials)","error_stack":null,"error_data":{}},"data":{}}
No it seems something is still going wrong, my clear-agent-services is not starting, as well as when I install clearml-agent anywhere it's not able to verify the credentials.
yes the VM has less RAM let me increase and check.
Since the traffic are routed through nginx for 3 url (eg, http://myclearmlfiles.com , http://myclearmlapi.com , http://myclearmlapp.com ) to different port, what should be the value of CLEARML_HOST_IP
There are no logs in clearml-apiserver for auth.
Redirection seems to be working with curl, as well as dashboard ie i'm able to access the dashboard with the URL.
I wanted to enable HTTPS. exposing the ports would disable the ssl nginx was providing.
Here is one log from the API[2021-05-24 09:04:46,311] [9] [WARNING] [clearml.service_repo] Returned 400 for in 0ms, msg=Invalid request path /
Yes thanks I'll try it
What is CLEARML_HOST_IP actually signify ?
was checking the clearml-apiserver logs there are no events when doing clearml-agent init
Thanks for the explanation.