Skip to content
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

[PR #976/16e104ff backport][2.12] Fixed 404 during sync from registry.redhat.io #1001

Conversation

patchback[bot]
Copy link

@patchback patchback bot commented Aug 22, 2022

This is a backport of PR #976 as merged into main (16e104f).

Whenever a token expires a new token is requested.
The 404 sync problem was triggered because the accept headers that
were passed originally with the expired token were not passed to the
re-newed token. As a result the registry was redirecting to the wrong
schema version (schema1, which is unsupported since july 2022
https://access.redhat.com/articles/6138332) because of absense of the
accept headers.

closes #974

Whenever a token expires a new token is requested.
The 404 sync problem was triggered because the accept headers that
were passed originally with the expired token were not passed to the
re-newed token. As a result the registry was redirecting to the wrong
schema version (schema1, which is unsupported since july 2022
https://access.redhat.com/articles/6138332) because of absense of the
accept headers.

closes #974

(cherry picked from commit 16e104f)
@ipanova ipanova merged commit 3865e77 into 2.12 Aug 22, 2022
@fao89 fao89 deleted the patchback/backports/2.12/16e104ff0b2bf1ca86003a875b13bf1bbdc1c792/pr-976 branch September 12, 2022 09:59
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.

1 participant