Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accept URI for Sigstore Signed Images #2182

Closed
wants to merge 1 commit into from

Commits on Dec 19, 2023

  1. Accept URI for Sigstore Signed Images

    Allows for container images signatures with a URI instead of a email
    address as the SAN. This is needed in certain cases such as using a github workflow to sign a container using the github actions OIDC token.
    
    The URI field was added to the `fulcioTrustRoot` struct and associated functions were modifed/created. Logic to handle either having a URI or email address as the SAN was also implemented.
    
    Signed-off-by: Luke Yang <luyang@redhat.com>
    lukewarmtemp committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    30550e7 View commit details
    Browse the repository at this point in the history