-
Notifications
You must be signed in to change notification settings - Fork 80
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
Update signing key name #956
Conversation
I used this occasion to update the test data with the new signing key as well. Since it probably will cause some confusion later on if we don't :) |
We need to backport this as well probably best to just update alle the branches with it |
3107fcf
to
d743035
Compare
GPG_KEY_ID="Pulp QE" | ||
GPG_KEY_ID="pulp-fixture-signing-key" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you using any of the pulpcore gpgkey related fixtures? Then both names can happen to appear depending on the installed version of pulpcore.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So, for example, we would need to use one for regular tests and a different one for lowerbounds?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
More likely double check onto which branches this got backported to in pulpcore. I will do that once we are ready to merge this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would prefer extracting the name from the same fixture providing the key.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think it is worth doing:
- Others don't have a better solution either, e.g.: [PR #3317/103e466f backport][3.23] Use new fixture signing keys pulp_rpm#3327
- We need to unbreak the tests ASAP.
- Hopefully, the need to swap out test signing keys is something that only happens once every couple of years.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mdellweg I updated it so it shouldn't require the actual key name anymore. The keyid
should be sufficient and that one I can easily get from the pulpcore fixtures. So hopefully this will work on any version.
It shouldn't require the key name anymore. [noissue]
[noissue]
d743035
to
79d1b1e
Compare
Backport to 3.0: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply b639880 on top of patchback/backports/3.0/b63988040b4eac0018cb917368599242507a7612/pr-956 Backporting merged PR #956 into main
🤖 @patchback |
Backport to 3.1: 💚 backport PR created✅ Backport PR branch: Backported as #964 🤖 @patchback |
Update signing key name (cherry picked from commit b639880)
…eac0018cb917368599242507a7612/pr-956 [PR #956/b6398804 backport][3.1] Update signing key name
[noissue]