-
Notifications
You must be signed in to change notification settings - Fork 45
401 Unauthorized since last week #22
Comments
We have run into the same issue as well. The exporter started reporting this error in three separate environments on 2019-07-04 around 13:50 CEST. So far, I've managed to see that the docker image seems to be utilizing an older release of the library go-pingdom (https://github.com/russellcardullo/go-pingdom/) which uses an older version of the Pingdom api (https://api.pingdom.com/api/2.0), but direct calls using Postman, with the same credentials, to the older version of the API still gives valid responses. |
Same issue as well, taking contact with the pingdom support did not really help |
if needed you can use the camptocamp docker image to fix the issue:
In fact the codebase already integrates a sufficiently recent version of the pingdom-go module (from my understanding), but the giantswarm image has not been updated for 3 years on docker-hub. |
This issue still exist! |
Since we are still using it in production, you might have an issue with the way you configured it. I just relaunched the container on one of our setups to check if something changed recently, and we don't have any of these 403 you mentioned. |
Hello,
When I run:
I got:
It was working a week ago. Nothing changed on our side.
The credentials are still valid:
Could something have changed recently? Can I get additional debug output somehow?
The text was updated successfully, but these errors were encountered: