Conversation
Up to standards ✅🟢 Issues
|
3d89955 to
f6eaca8
Compare
This makes sense to do here as this is not user-facing and will therefore not break stuff in a meaningful way other than CI. This needs some changes on the workflows in ublue-os/aurora because we are no longer signing with static keys. See: https://docs.sigstore.dev/certificate_authority/oidc-in-fulcio/ We will not always be able to use keyless signing and will need a static key, the now unused public key should still be accessible as there are still containers on the registry that got signed by this keypair and we currently do not have a better place for it other than this repo here.
f6eaca8 to
d32f332
Compare
inffy
approved these changes
Apr 26, 2026
renner0e
added a commit
to renner0e/aurora
that referenced
this pull request
Apr 26, 2026
We are dealing with less long-lived keys now and we are supposed to use this more modern way of signing our artifacts anyway where we can. Sister PR to: get-aurora-dev/common#158
renner0e
added a commit
to ublue-os/aurora
that referenced
this pull request
Apr 26, 2026
We are dealing with less long-lived keys now and we are supposed to use this more modern way of signing our artifacts anyway where we can. Sister PR to: get-aurora-dev/common#158
pull Bot
pushed a commit
to Lyranile/aurora
that referenced
this pull request
Apr 26, 2026
…os#2095) We are dealing with less long-lived keys now and we are supposed to use this more modern way of signing our artifacts anyway where we can. Sister PR to: get-aurora-dev/common#158
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This makes sense to do here as this is not user-facing and will
therefore not break stuff in a meaningful way other than CI. This needs
some changes on the workflows in ublue-os/aurora because we are no
longer signing with static keys.
See: https://docs.sigstore.dev/certificate_authority/oidc-in-fulcio/
We will not always be able to use keyless signing and will need a static
key, the now unused public key should still be accessible as there are
still containers on the registry that got signed by this keypair and we
currently do not have a better place for it other than this repo here.