Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix two bugs in the pivkey code related to cleanup and certs. #912

Merged
merged 1 commit into from
Oct 18, 2021

Conversation

dlorenc
Copy link
Member

@dlorenc dlorenc commented Oct 17, 2021

The card management was refactored a bit so we can't just defer a close on
the key itself, we need to move this up to the Signer.

There was also an errant break statement causing a fallback in our switch.

Fixes #887

Signed-off-by: Dan Lorenc [email protected]

Summary

Ticket Link

Fixes

Release Note


The card management was refactored a bit so we can't just defer a close on
the key itself, we need to move this up to the Signer.

There was also an errant break statement causing a fallback in our switch.

Signed-off-by: Dan Lorenc <[email protected]>
@dekkagaijin dekkagaijin merged commit 2594f7a into sigstore:main Oct 18, 2021
@github-actions github-actions bot added this to the v1.3.0 milestone Oct 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cosign YubiKey integration broken
2 participants