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 tokenProvider configuration for forcing OIDC providers. #446

Merged
merged 1 commit into from
Feb 9, 2024

Conversation

wlynch
Copy link
Member

@wlynch wlynch commented Feb 9, 2024

Summary

This is useful when running in a remote environment where there may be multiple providers available.

This is functionally equivalent to cosign's --oidc-provider flag. Instead of also providing a --oidc-disable-ambient-providers flag, this PR opts to use --oidc-provider=interactive as equivalent behavior.

Release Note

  • Added tokenProvider option configuration for selecting a specific OIDC providers.

Documentation

@wlynch wlynch requested a review from imjasonh February 9, 2024 19:01
@imjasonh imjasonh enabled auto-merge (squash) February 9, 2024 19:02
This is useful when running in a remote environment where there may be
multiple providers available.

This is functionally equivalent to cosign's `--oidc-provider` flag.
Instead of also providing a `--oidc-disable-ambient-providers` flag,
this PR opts to use `--oidc-provider=interactive` as equivalent
behavior.

Signed-off-by: Billy Lynch <billy@chainguard.dev>
@imjasonh imjasonh merged commit ff05b31 into sigstore:main Feb 9, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants