Set up a signing service with a docker pulp/pulp installation

Hi

We are running pulp in docker as a POC and would like to set up a signing service for the RPM repositories.

Installed:
Docker on SLES 15
pulp core version": “3.21.3”
pulp-rpm 3.18.9
pulp-cli 0.16.0
pulp.squeezer 0.0.13 (Ansible - to define repos)

In the documentation it is described to use pulp-manager.
(Metadata Signing — Pulp Project 3.21.3 documentation)

This does not seem to be installed in our installation.

Could you please point me in a direction?

Thanks so much,
Jan

1 Like

Hi @Janr

In the documentation it is described to use pulp-manager.
(Metadata Signing — Pulp Project 3.21.3 documentation)
This does not seem to be installed in our installation.

Just as a double-check, you are using either image quay.io/pulp/pulp or docker.io/pulp/pulp, correct?
If so, the pulpcore-manager script can be found at:

/usr/local/bin/pulpcore-manager

If you still have questions regarding how to configure the signing service, please take a look at https://github.com/pulp/pulp-oci-images/blob/ec366aad1c6cf22ca4eb0219a52a7b0a2352dbba/docs/signing_script.md maybe it can also be helpful to clarify other questions you may have.

note: the doc is still being reviewed

1 Like

Hello hyagi

Thanks so much, the script was located in the running pulp container.
And for the link to the how-to. (much needed)

Regards,
Jan