You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove conflicting pull secret from integration runner SA
The pull-only ec-main-pull secret covers the same registry path as the
push secret. When Tekton merges credentials, the pull-only one can win,
causing oras attach to fail with "unauthorized". The push secret includes
pull permission so removing the pull-only one loses nothing.
Ref: https://redhat.atlassian.net/browse/EC-2011
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments