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 connectorID option #122

Merged
merged 1 commit into from
Aug 25, 2022
Merged

Add connectorID option #122

merged 1 commit into from
Aug 25, 2022

Conversation

wlynch
Copy link
Member

@wlynch wlynch commented Aug 25, 2022

Summary

Allows users to preselect of auth provider to save a click going through
the auth flow.

Fixes #114

Signed-off-by: Billy Lynch billy@chainguard.dev

Release Note

Auth provider can be automatically selected with the connectorID config option. e.g. to always use Google to sign your commits:

git config gitsign.connectorID https://accounts.google.com

Note: Valid values are dependent on the OIDC token provider. For valid values for the public Sigstore instance (oauth2.sigstore.dev) see README.md.

Allows users to preselect of auth provider to save a click going through
the auth flow.

Signed-off-by: Billy Lynch <billy@chainguard.dev>
@wlynch wlynch requested a review from imjasonh August 25, 2022 16:36
Copy link
Member

@imjasonh imjasonh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice.

@wlynch wlynch merged commit cff750b into sigstore:main Aug 25, 2022
This pull request was closed.
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.

Select auth provider with config
2 participants