-
Story
-
Resolution: Obsolete
-
Undefined
-
None
-
None
-
None
-
None
-
False
-
None
-
False
-
OCPSTRAT-479 - OSUS improvements(phase 1)
-
-
Set the OTA-910 configuration for our hosted service to retrieve signatures from the upstream signature stores and serve them via the OTA-909 API.
Definition of done:
- Bump the commit for the OSUS production to use the code we have from
OTA-910
Testing steps:
For any OCP release, such as the multi-arch build of 4.13.0:
$ curl -s https://api.openshift.com/api/upgrades_info/signatures/sha256%3D5e8f403a14eed840b01434115300f2e68cd1232aa47f9509433a46341da2f2b8/signature-1 | sha256sum
should return d5b14c0d1dd2fe20dcd2c965e13e5b7fa785934652eec80d5adce5a48e21f5a2 - to match the upstream content.
And requests to signature-2 and similar should 404:
$ curl -is https://mirror.openshift.com/pub/openshift-v4/signatures/openshift/release/sha256%3D5e8f403a14eed840b01434115300f2e68cd1232aa47f9509433a46341da2f2b8/signature-2 | head -n1