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 file based configuration. #121

Merged
merged 1 commit into from
Aug 25, 2022
Merged

Add file based configuration. #121

merged 1 commit into from
Aug 25, 2022

Commits on Aug 22, 2022

  1. Add file based configuration.

    This adds [git-config](https://git-scm.com/docs/git-config) based
    configuration for gitsign values.
    
    Caveats:
    - GITSIGN_CREDENTIAL_CACHE intentionally not supported since this is
      likely changing soon.
    - We do not use subsections (i.e. we use gitsign.issuer instead of gitsign.oidc.issuer).
      This gives us some wiggle room to add host based config later on
      similar to https://git-scm.com/docs/gitcredentials
    
    Signed-off-by: Billy Lynch <billy@chainguard.dev>
    wlynch committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    be89f2f View commit details
    Browse the repository at this point in the history