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

file Release is not signed for deb repository #411

Closed
pulpbot opened this issue Jan 4, 2022 · 3 comments
Closed

file Release is not signed for deb repository #411

pulpbot opened this issue Jan 4, 2022 · 3 comments

Comments

@pulpbot
Copy link
Member

pulpbot commented Jan 4, 2022

Author: overlord (overlord)

Redmine Issue: 8896, https://pulp.plan.io/issues/8896


good afternoon, Comrades. Please tell me, maybe someone has encountered a problem with synchronization of the deb repository. It syncs without the Release file.gpg, as a result, when executing apt-get update on the target machine, the error "bionic-updates Release’ is not signed " appears.
". I found this instruction on the forum Foreman Katello - Deb Sync no Release.gpg but it still doesn’t work. Duma. this is related to the pulp version. I use pulp3

@pulpbot
Copy link
Member Author

pulpbot commented Jan 4, 2022

From: @quba42 (quba42)
Date: 2021-11-02T14:59:54Z


In order to have signed metadata for APT repos, you need to set up a signing service and use it for the relevant publication. Alternatively you can use the verbatim publisher to publish the original signatures from the upstream repo (mirror mode).

See:

https://docs.pulpproject.org/pulp_deb/feature_overview.html#metadata-signing

https://docs.pulpproject.org/pulp_deb/feature_overview.html#verbatim-publishing

Admittedly, the docs on signing services need to be reworked. Especially now that there is a pulpcore-manager command available for creating singning services.

@pulpbot
Copy link
Member Author

pulpbot commented Jan 4, 2022

From: @quba42 (quba42)
Date: 2021-11-02T15:14:29Z


Pulpcore manager command for creating APT signing services:

pulpcore-manager add-signing-service \
  --class 'deb:AptReleaseSigningService' \
  <unique_name_for_signing_service> <path_to_signing_service_script> <signing_key_fingerprint>

Once https://pulp.plan.io/issues/9532 is done, it will be possible to provide a fully generic example "signing service script".

@quba42 quba42 closed this as completed Jan 26, 2022
@quba42
Copy link
Collaborator

quba42 commented Jan 26, 2022

I am closing this "NOT A BUG"

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

No branches or pull requests

2 participants