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

YubiKey PIN input #48

Closed
wants to merge 45 commits into from
Closed

YubiKey PIN input #48

wants to merge 45 commits into from

Conversation

basvandriel
Copy link

@basvandriel basvandriel commented Dec 10, 2024

This pull request lets the user provide a PIN code for the selected key and removes the need for providing it in the environment variables.

selectkey

@basvandriel basvandriel marked this pull request as ready for review December 10, 2024 13:45
@basvandriel basvandriel requested a review from a team as a code owner December 10, 2024 13:45
@basvandriel basvandriel linked an issue Dec 10, 2024 that may be closed by this pull request
@basvandriel basvandriel marked this pull request as draft December 10, 2024 13:56
@basvandriel
Copy link
Author

basvandriel commented Dec 10, 2024

Before merging this, we should consider if we want to keep the resetting functionality. On the CreateRSAKeysPage page, the ykman piv reset --force command is called. This fails on my machine because I don't have the ykman executeable, but wouldn't this cause to much confusion for the end user?

@ricklambrechts @meneerhenk @ScrumServices @aliodaci-real

@ricklambrechts
Copy link
Member

Yes that is needed to reset the YubiKey and for us to drop the old PIV keys and certificates.

https://support.yubico.com/hc/en-us/articles/360013645480-Resetting-the-Smart-Card-PIV-Application-on-Your-YubiKey

@basvandriel
Copy link
Author

Yes that is needed to reset the YubiKey and for us to drop the old PIV keys and certificates.

https://support.yubico.com/hc/en-us/articles/360013645480-Resetting-the-Smart-Card-PIV-Application-on-Your-YubiKey

Do we need to reset everything? Can't we just reset the configuration and stored certificates?

@basvandriel
Copy link
Author

related to #49

@basvandriel
Copy link
Author

Decided with the team to let this pull request stay in draft after we get more information about #50.

@basvandriel
Copy link
Author

Decided to not use this feature currently.

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.

Make user input the Yubikey PIN
2 participants