Currently the auth added to the pull secret when the registry is added contains no user name and the Quay token. That it wrong, it should contain the admin user name and the password. This patch fixes that.
Type of change
Please select the appropriate options:
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] This change requires a documentation update
[ ] This change is a documentation update
Testing
Tested manually.
Checklist
[x] I have performed a self-review of my own code
[ ] If a change is adding a feature, it should require a change to the README.md and the review should catch this.
[ ] If the change is a fix, it should have an issue. The review should make sure the comments state the issue (not just the number) and it should use the keywords that will close the issue on merge.
[ ] A change should not be merged unless it passes CI or there is a comment/update saying what testing was passed.
[ ] PRs should not be merged unless positively reviewed.
Description
Currently the auth added to the pull secret when the registry is added contains no user name and the Quay token. That it wrong, it should contain the admin user name and the password. This patch fixes that.
Type of change
Please select the appropriate options:
Testing
Tested manually.
Checklist