-
Bug
-
Resolution: Duplicate
-
Major
-
quay-v3.4.0
Description:
This is an issue found after upgrade quay from V3.3.1, after Quay upgrade successfully, create new image repository was failed with error message "CSRF token was invalid or missing. (authorized: user quay)", see attached screenshot.
Before upgrade image: quay.io/quay/quay:v3.3.1-3
Upgrade to Image: quay.io/projectquay/quay:0c65f88a
Steps:
- Deploy Quay v3.3.1 with Operator
- Login Quay Console
- Create new organizationA
- Create new image repositoryA under this new organization
- Push images to image repositoryA
- Create new image repositoryB
- Configure image repositoryB as Mirror status
- Set required Mirror configurations to repositoryB, including create new robot account, enable mirror and wait for mirror job complete successfully
- Update Quay CR to use new python3 image
- Wait until new POD come into running status
- Login Quay Console
- Create new image repository under organizationA
Expected Results:
New image repository can be created successfully.
Actual Results:
New image repository creation was failed with error message "CSRF token was invalid or missing. (authorized: user quay)"