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

Add environment variable token provider. #2864

Merged
merged 2 commits into from
Apr 6, 2023

Commits on Apr 4, 2023

  1. Add environment variable token provider.

    This adds a new token provider that looks for tokens located at SIGSTORE_ID_TOKEN.
    
    This is an alternative to COSIGN_IDENTITY_TOKEN, which is implemented as
    a Viper binding.
    
    ID_TOKEN was used instead of IDENTITY_TOKEN, since this seems to be
    consistent with other providers (e.g. ACTIONS_ID_TOKEN_REQUEST_TOKEN).
    If this ends up being confusing we can add support for both variants
    later if needed.
    
    Signed-off-by: Billy Lynch <billy@chainguard.dev>
    wlynch committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    68049d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Add envvar provider to providers/all.

    Signed-off-by: Billy Lynch <billy@chainguard.dev>
    wlynch committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    585bc8c View commit details
    Browse the repository at this point in the history