-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Instance GPG key not recognized if subkey #10309
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
Comments
@cleverer Could you confirm the old gitea version worked? |
That wouldn't make sense, as the possibility of signed merge commits, repository creations etc. was only introduced in 1.11.0. I'm not talking about a manually signed commit but a commit automatically created and signed from the GUI. |
This issue has been automatically marked as stale because it has not had recent activity. I am here to help clear issues left open even if solved or waiting for more insight. This issue will be closed if no further activity occurs during the next 2 weeks. If the issue is still valid just add a comment to keep it alive. Thank you for your contributions. |
This issue has been automatically closed because of inactivity. You can re-open it if needed. |
Bad bot. Could a member please reopen this? Is there anything I can do to help get this resolved? |
I use subkeys successfully but had issues at the beginning, i had to add the email address of the gpg key also to the account and verify it. |
@b90g can you put an example up on try.gitea.io? |
(I'm currently working on GPG verification again - so if I can get an example I can get this fixed and backported in to 1.12 PDQ.) |
https://try.gitea.io/klaus/lhmmm/commit/25752a80e3913e1a04a42e140016f79d40d6766e
feel free to request more interaction (altough a lot of requests fail torwards try.gitea.io from bad gateway to 404..) Its a completly stripped subkey. ( https://wiki.debian.org/Subkeys ) |
To clarify, regular git commits signed with a subkey work just fine. However you can set up Gitea so it signs commits done on the web (eg. when merging or creating a new repo). If you configure your gitea with a subkey the verification fails. If you pull that repository and check locally with the correct public key, everything is fine. I think the problem lies somewhere here. I think the parsing of the key doesn't work with subkeys somehow. However I'm not too familiar with Go, so I might be wrong… |
Hi! So that appears to be matching and verifying fine on try |
@cleverer could you give me the commands used to create the subkey so I can try to repeat your problem? |
Ah figured it out! |
Fix go-gitea#10309 Signed-off-by: Andrew Thornton <[email protected]>
👍 Let me know if you still need the instructions or some help in other form! (I think I originally created the subkeys in GPG Keychain for mac, so not sure about the specific commands right now). #11713 looks very promising though! |
If you could have a go with it and confirm it fixes your issue that would be good |
I can try to get the PR running tomorrow, but I can't promise anything, I haven't set up a gitea dev-environment and am not really familiar with Go (yet). Thanks a lot for your effort though! |
I can confirm, it works like a charm! Thanks a lot! |
* Fix verification of subkeys of default gpg key Fix #10309 Signed-off-by: Andrew Thornton <[email protected]> * Remove debug log * Update models/gpg_key.go * As per @6543 Signed-off-by: Andrew Thornton <[email protected]> Co-authored-by: techknowlogick <[email protected]>
* Fix verification of subkeys of default gpg key Fix go-gitea#10309 Signed-off-by: Andrew Thornton <[email protected]> * Remove debug log * Update models/gpg_key.go * As per @6543 Signed-off-by: Andrew Thornton <[email protected]> Co-authored-by: techknowlogick <[email protected]>
* Fix verification of subkeys of default gpg key Fix #10309 Signed-off-by: Andrew Thornton <[email protected]> * Remove debug log * Update models/gpg_key.go * As per @6543 Signed-off-by: Andrew Thornton <[email protected]>
Backport go-gitea#11713 * Fix verification of subkeys of default gpg key Fix go-gitea#10309 Signed-off-by: Andrew Thornton <[email protected]> * Remove debug log * Update models/gpg_key.go * As per @6543 Signed-off-by: Andrew Thornton <[email protected]> Co-authored-by: techknowlogick <[email protected]>
Backport #11713 * Fix verification of subkeys of default gpg key Fix #10309 Signed-off-by: Andrew Thornton <[email protected]> * Remove debug log * Update models/gpg_key.go * As per @6543 Signed-off-by: Andrew Thornton <[email protected]> Co-authored-by: techknowlogick <[email protected]> Co-authored-by: techknowlogick <[email protected]>
* Fix verification of subkeys of default gpg key Fix go-gitea#10309 Signed-off-by: Andrew Thornton <[email protected]> * Remove debug log * Update models/gpg_key.go * As per @6543 Signed-off-by: Andrew Thornton <[email protected]> Co-authored-by: techknowlogick <[email protected]>
[x]
):Description
Regarding the new signing functionality introduced in #7631
Gitea only checks for the primary key when checking a commit with gpgSettings:
https://github.com/go-gitea/gitea/blob/master/models/gpg_key.go#L738-L742
If one uses a subkey to sign, this doesn't get recognized in the GUI.
Screenshots
The text was updated successfully, but these errors were encountered: