-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
quay-3.15.0, quay-v3.16.9
-
Product / Portfolio Work
-
False
-
-
False
-
Quay Enterprise
-
-
$ curl -X POST "https://<quay-server.example.com>/api/v1/organization/<orgname>/proxycache" \ -H "Authorization: Bearer <access_token>" \ -H "Content-Type: application/json" \ -d '{ "upstream_registry": "<upstream_registry>" }'
That does not work as it has other mandatory fields. We propose to change it for:
curl -X POST "https://<quay-server.example.com>/api/v1/organization/<orgname>/proxycache" \ -H "Authorization: Bearer <access_token>" \ -H "Content-Type: application/json" \ -d '{ "upstream_registry": "<upstream_registry>" "upstream_registry_username": "your_robot_account_username" "upstream_registry_password": "your_robot_account_password" }'