Skip to content

Commit

Permalink
Merge pull request #52 from smallstep/herman/webhook-scep-challenge
Browse files Browse the repository at this point in the history
Add `SCEPCHALLENGE` webhook type
  • Loading branch information
hslatman authored Apr 28, 2023
2 parents 36b5c04 + f95d290 commit a8f8024
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 14 deletions.
34 changes: 20 additions & 14 deletions provisioners.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions provisioners.proto
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ message Webhook {
NO_KIND = 0;
ENRICHING = 1;
AUTHORIZING = 2;
SCEPCHALLENGE = 3;
}
enum CertType {
ALL = 0;
Expand Down

0 comments on commit a8f8024

Please sign in to comment.