Skip to content

5.0 bsc1246422 add third party channels #4181

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

Draft
wants to merge 3 commits into
base: manager-5.0
Choose a base branch
from

Conversation

0rnela
Copy link
Contributor

@0rnela 0rnela commented Jul 17, 2025

Description

https://bugzilla.suse.com/show_bug.cgi?id=1246422

Target branches

  • master
  • 5.0

Copy link
Contributor

@cbosdo cbosdo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How comes that your PR adds content and doesn't change the existing page as suggested by the report?

Comment on lines +27 to +30
To list the keys currently held in the {productname} GPG database, run the following command from inside the server container:

----
# gpg --homedir /var/lib/spacewalk/gpgdir --list-keys
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can also write it this way:

Suggested change
To list the keys currently held in the {productname} GPG database, run the following command from inside the server container:
----
# gpg --homedir /var/lib/spacewalk/gpgdir --list-keys
To list the keys currently held in the {productname} GPG database, run the following command:
----
# mgrctl exec -ti -- gpg --homedir /var/lib/spacewalk/gpgdir --list-keys

@mcalmer
Copy link
Contributor

mcalmer commented Jul 22, 2025

Something you could also add to the end.

What you described here, is how to get the "repo-sync" done when metadata are signed or the signature of the packages are checked.

But when installing a package on the client, you may need to trust the GPG key also on the client.
This requires, that the GPG key is also available there.
We already have decscribed how to achieve this:

https://www.uyuni-project.org/uyuni-docs/en/uyuni/client-configuration/gpg-keys.html#_trust_gpg_keys_on_clients

Maybe a reference to this place would be good

@@ -32,6 +32,7 @@ endif::[]
*** xref:custom-channels.adoc[Custom Channels]

ifeval::[{suma-content} == true]
*** xref:third-party-channels.adoc[Third-Party Channels]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why only in "suma-content".
I think Uyuni user have the same problems

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

Successfully merging this pull request may close these issues.

3 participants