Skip to content

Commit 2a72663

Browse files
committed
Make signing key optional
1 parent 6cfc2ca commit 2a72663

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

api/pkg/validators/webhook_handler_validator.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ func (validator *WebhookHandlerValidator) ValidateUpdate(ctx context.Context, us
112112
Data: &request,
113113
Rules: govalidator.MapData{
114114
"signing_key": []string{
115-
"required",
116115
"min:1",
117116
"max:255",
118117
},

0 commit comments

Comments
 (0)