mirror of
https://github.com/siderolabs/image-factory.git
synced 2026-05-05 20:36:16 +02:00
Add enterprise-only checksum endpoint: appending .sha256 or .sha512 to any /image/ path returns a single-line checksum file instead of the asset. Algorithm is selected from the suffix; the Checksummer interface takes the suffix so no circular import is needed. Wizard UI shows (sha256) and (sha512) links per download button; non-enterprise builds show a localized (checksums) tooltip. Integration tests cover both algorithms (GET, HEAD, validate, reproducibility, error cases). Signed-off-by: Mateusz Urbanek <mateusz.urbanek@siderolabs.com>