Closed mayaCostantini closed 2 years ago
/kind bug /priority critical-urgent /sig devsecops
Update: the endpoint now returns a 500 error. The management-api version is still at 0.18.4 vs 0.18.5 for the newest release: https://github.com/thoth-station/thoth-application/blob/915ee779471b99da5cd5ac17cb4741e96456fe5f/management-api/overlays/moc-prod/imagestreamtag.yaml#L10. This might be caused by an issue deploying this version.
cc @harshad16
Thank for the response Even with updated management-api the response body is empty
Version:
x-management-api-service-version: 0.18.5+storage.0.72.1.common.0.36.2
x-management-api-version: 0.18.5
/triage accepted
The changes are now live. Executed the registry of new index. The URL index is now registered correctly.
Thank you everyone for working on this. closing this issue.
Describe the bug
Environment: prod Empty response body with status code 201 when trying to register the index https://download.pytorch.org/whl/cu113 on the
/python/package-index/register
endpoint.To Reproduce Go to https://management.prod.thoth-station.ninja/api/v1/ui/#/Python%20Package%20Index/post_register_python_package_index and try to register https://download.pytorch.org/whl/cu113.
Expected behavior
Index is registered in Thoth's database.