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

Allow specifying ChallengeClaim for an Issuer in the Fulcio config #1007

Merged
merged 1 commit into from Feb 23, 2023

Conversation

priyawadhwa
Copy link
Contributor

This will allow us to start setting up custom issuers! Right now this switch statement prevents users from doing that, but allowing the challenge claim to be specified in the Fulcio config should resolve that.

Signed-off-by: Priya Wadhwa <priya@chainguard.dev>
@codecov
Copy link

codecov bot commented Feb 16, 2023

Codecov Report

Merging #1007 (34e23de) into main (401c478) will increase coverage by 0.26%.
The diff coverage is 87.50%.

@@            Coverage Diff             @@
##             main    #1007      +/-   ##
==========================================
+ Coverage   53.75%   54.01%   +0.26%     
==========================================
  Files          38       38              
  Lines        2424     2427       +3     
==========================================
+ Hits         1303     1311       +8     
+ Misses       1022     1018       -4     
+ Partials       99       98       -1     
Impacted Files Coverage Δ
pkg/config/config.go 69.81% <87.50%> (+0.33%) ⬆️
pkg/ca/fileca/watch.go 100.00% <0.00%> (+50.00%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Copy link
Member

@cpanato cpanato left a comment

Choose a reason for hiding this comment

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

lgtm

Copy link
Contributor

@haydentherapper haydentherapper left a comment

Choose a reason for hiding this comment

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

Thanks!

@haydentherapper haydentherapper merged commit 3a883ba into sigstore:main Feb 23, 2023
@priyawadhwa priyawadhwa deleted the challenge-claims branch February 24, 2023 04:23
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

3 participants