I'm monitoring the logs of my Komodo instance pretty closely at the moment, and I see a lot of 500 error codes returned. The thing is, they're coming from my client machine. I do have the UI open, but it's currently idle and not doing anything.
{"client_ip":"{my PC}",
"client_port":53184,
"frontend":"*",
"backend":"*",
"server":"*",
"time_total":0,
"status_code":500,
"bytes_read":373,
"termination_state":"----",
"http_method":"POST",
"http_path":"https://{url}/read/GetProceduresSummary",
"http_version":"HTTP/2.0"}
There's also a lot of 500 responses for other endpoints, like /read/GetBuildsSummary.
It's unclear to me why these are returning 500s, and they don't seem to show in the actual log from Komodo. In any case, unless there is some kind of underlying error I can get to these guys shouldn't be returning a 500. If I manually got to the URL I get
{"error":"Invalid client credentials","trace":[]}
But then this should be returning a 403? And also still don't know what is even making these requests. Not to mention the fact I can't find anything in the log. I have KOMODO_LOGGING_LEVEL=info in the environment file.
I'm monitoring the logs of my Komodo instance pretty closely at the moment, and I see a lot of 500 error codes returned. The thing is, they're coming from my client machine. I do have the UI open, but it's currently idle and not doing anything.
There's also a lot of 500 responses for other endpoints, like /read/GetBuildsSummary.
It's unclear to me why these are returning 500s, and they don't seem to show in the actual log from Komodo. In any case, unless there is some kind of underlying error I can get to these guys shouldn't be returning a 500. If I manually got to the URL I get
{"error":"Invalid client credentials","trace":[]}
But then this should be returning a 403? And also still don't know what is even making these requests. Not to mention the fact I can't find anything in the log. I have KOMODO_LOGGING_LEVEL=info in the environment file.