Skip to content

Commit a8f8024

Browse files
authored
Merge pull request #52 from smallstep/herman/webhook-scep-challenge
Add `SCEPCHALLENGE` webhook type
2 parents 36b5c04 + f95d290 commit a8f8024

File tree

2 files changed

+21
-14
lines changed

2 files changed

+21
-14
lines changed

provisioners.pb.go

Lines changed: 20 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

provisioners.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ message Webhook {
193193
NO_KIND = 0;
194194
ENRICHING = 1;
195195
AUTHORIZING = 2;
196+
SCEPCHALLENGE = 3;
196197
}
197198
enum CertType {
198199
ALL = 0;

0 commit comments

Comments
 (0)