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

New flag --oidc-providers-disable to disable OIDC providers #1832

Merged
merged 3 commits into from May 2, 2022

Commits on May 2, 2022

  1. Add KeyOpt to disable internal providers

    This commit adds an option to tell the fulcio client to avoid trying
    to get an auth token from the internal OIDC providers.
    
    Signed-off-by: Adolfo García Veytia (Puerco) <puerco@chainguard.dev>
    puerco committed May 2, 2022
    Configuration menu
    Copy the full SHA
    d3133aa View commit details
    Browse the repository at this point in the history
  2. Add --oidc-disable-ambient-providers flag to disable internal OIDC pr…

    …oviders
    
    This commit adds a command line flag `--oidc-providers-disable` to
    `cosign sign` and `cosign sign-blob` to disable the internal OIDC
    providers. This does not break compatibility with the current cli and
    skips the providers logic to jump straight to the OIDC flow.
    
    Signed-off-by: Adolfo García Veytia (Puerco) <puerco@chainguard.dev>
    puerco committed May 2, 2022
    Configuration menu
    Copy the full SHA
    51792f1 View commit details
    Browse the repository at this point in the history
  3. Update internal docs for new OIDC flag

    Signed-off-by: Adolfo García Veytia (Puerco) <puerco@chainguard.dev>
    puerco committed May 2, 2022
    Configuration menu
    Copy the full SHA
    4f5ed66 View commit details
    Browse the repository at this point in the history