sig-piskule

Results 6 comments of sig-piskule

@rasheedamir Looks like you have a pretty complicated situation on your hand right now... You are depending on this library... https://github.com/russellcardullo/go-pingdom Which *also* has the same API Key problem.. Basically,...

Also... Just so you know... There is a pull request to Russel to update his libary... https://github.com/russellcardullo/go-pingdom/pull/57

Once that pull request gets merged, it should be a pretty easy fix. You should just need to drop the username/password/account e-mail and only support the API token.

@rasheedamir The library you depend on, go-pingdom was just updated yesterday to address this problem. https://github.com/russellcardullo/go-pingdom Any chance you could update your code? It should be very easy-- basically you...

One other thing, the way Russell altered his code was such that it is no longer compatible with API v2 for pindom, so this would be a breaking change for...

I am running into this bug. I have the need to deploy a helm application multiple times, and load balance it for reliability / no downtime upgrades. Deploying the application...