We started seeing an authentication failure error today when trying to authenticate via CONVOX_PASSWORD.
ERROR: authentication failed
I’ve regenerated the deploy key we’re using but that didn’t make a difference. Has something changed with deploy keys? We’re on a v2 rack if that makes a difference.
Deployment keys seem to be busted for us: if I generate a new deployment key and try to use that for a build (via CONVOX_PASSWORD in the environment), I get
Packaging source... OK
ERROR: authentication failed
Exited with code exit status 1
I get a similar authentication failed error for any operation (tried listing builds, deploys).
If I regenerate my personal auth token and set that in the environment, things work as expected.