Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Update certificate support #920

Merged
merged 1 commit into from
Jun 18, 2024
Merged

Commits on Jun 14, 2024

  1. Update certificate support

    Remove `rootCAs` from the `NewDefaultUnpacker` API, the argument is no
    longer used for HTTP transport.
    
    Add `CertificateData` to the ImageSource struct. This is PEM-encoded
    data (straight from a Secret[tls.crt]) to be used to validate the
    certificate used to access an image regidstry (works along side the
    `InsecureSkipTLSVerify` option).
    
    Signed-off-by: Todd Short <[email protected]>
    tmshort committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    c8117d8 View commit details
    Browse the repository at this point in the history