Closed mfine30 closed 6 years ago
Hi!
Few questions: Does this repro for a bosh deploy
or just errands? Is the private key used for the service account still valid?
bosh deploy
seems to work no problem. On the next attempt after the above three it worked successfully without any problem. The key still works and is valid. Someone else on my team said he saw the same thing a while ago. It failed in different ways and after enough attempts it just worked.
@johnsonj @mfine30 this could happen anywhere (bosh deploy, recreate, etc.) since it's all executing same cpi calls. i've definitely seen it happen in other places.
Is the director configured with a JSON key or a service account in this case?
This error doesn't look related to time skew but to the key used to sign the OAuth request. Either the key we're using isn't valid (not all there? set? we don't verify the contents of the json_key) or we don't successfully transmit it (eg #167 type bug)
Closing due to age and lack of action-ability. Please re-open if this problem crops up.
When creating a VM during an errand run, I get an error from the CPI about failing to delete a VM. This is with the golang bosh cli.
A following attempt to run the errand fails with:
And then: