DataDog / yubikey

YubiKey at Datadog
MIT License
495 stars 36 forks source link

Add troubleshooting section for changing github signature #88

Closed jchavezddog closed 3 years ago

jchavezddog commented 3 years ago

Today is my second day at datadog. During onboarding, I had an error with git and the security card signature. At some point, after running the scripts multiple times, they never updated git's user.signingkey, so I had to do it manually.

@elptacek-dd helped me through this.

trishankatdatadog commented 3 years ago

@jchavezddog you need to upload your pubkey to GitHub...

daisukixci commented 3 years ago

Today is my second day at datadog. During onboarding, I had an error with git and the security card signature. At some point, after running the scripts multiple times, they never updated git's user.signingkey, so I had to do it manually.

@elptacek-dd helped me through this.

I'm a bit surprised, https://github.com/DataDog/yubikey/blob/1f1c2ba386b2ed617238f1225290f22d89c91d65/git.sh#L31 clearly set the key, did you forgot to rerun git.sh ?

jchavezddog commented 3 years ago

@daisukixci Yes! And I forgot to close the PR too.

But I suppose that's what happened. I was going through the scripts and got the perpetual PIN prompt, so I just did all the onboarding setup from scratch and at some point I could've missed running git.sh.