Use auth from /etc/foreman/registry-auth.json when pulling containers#1076
Merged
stejskalleos merged 1 commit intomasterfrom Mar 20, 2026
Merged
Use auth from /etc/foreman/registry-auth.json when pulling containers#1076stejskalleos merged 1 commit intomasterfrom
stejskalleos merged 1 commit intomasterfrom
Conversation
ehelms
approved these changes
Mar 18, 2026
stejskalleos
approved these changes
Mar 20, 2026
stejskalleos
left a comment
There was a problem hiding this comment.
rpm -qi satellite
Name : satellite
Version : 6.18.4
cat /etc/redhat-release
Red Hat Enterprise Linux release 9.7 (Plow)
Issue is reproducible:
satellite-maintain update run --whitelist="repositories-validate,check-non-redhat-repository"
Update IoP containers: [FAIL]
Failed executing podman pull registry.redhat.io/satellite/iop-insights-engine-rhel9:6.18, exit status 125:
Trying to pull registry.redhat.io/satellite/iop-insights-engine-rhel9:6.18...
Error: unable to copy from source docker://registry.redhat.io/satellite/iop-insights-engine-rhel9:6.18: initializing source docker://registry.redhat.io/satellite/iop-insights-engine-rhel9:6.18: unable to retrieve auth token: invalid username/password: unauthorized: Please login to the Red Hat Registry using your Customer Portal credentials. Further instructions can be found here: https://access.redhat.com/RegistryAuthentication
--------------------------------------------------------------------------------
Scenario [Procedures before migrating] failed.
After the deploy of the fix it works:
dnf install -y rubygem-foreman_maintain-doc-1:1.14.2-1.20260318123913535263.pr1076.2.g639b298.el9.noarch rubygem-foreman_maintain-1:1.14.2-1.20260318123913535263.pr1076.2.g639b298.el9.noarch --disableplugin foreman-protector
satellite-maintain update run --whitelist="repositories-validate,check-non-redhat-repository"
Running Procedures before migrating
================================================================================
Download package(s) : [OK]
--------------------------------------------------------------------------------
Update IoP containers: [OK]
--------------------------------------------------------------------------------
...
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.
to test this:
podman login registry.redhat.io --authfile /etc/foreman/registry-auth.json …satellite-installer --enable-ioptest that it's really failing
after the patch: