Skip to content

Commit

Permalink
Add an annotation to UserSignup for captcha annotated assessment (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajivnathan authored Jun 18, 2024
1 parent 368c7af commit 92c6051
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/v1alpha1/usersignup_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ const (
UserSignupCaptchaScoreAnnotationKey = LabelKeyPrefix + "captcha-score"
// UserSignupCaptchaAssessmentIDAnnotationKey is set if captcha verification was used, and contains the last captcha assessment ID for the user
UserSignupCaptchaAssessmentIDAnnotationKey = LabelKeyPrefix + "captcha-assessment-id"
// UserSignupCaptchaAnnotatedAssessmentAnnotationKey is set if the last captcha assessment for the user was annotated as fraudulent or legitimate
UserSignupCaptchaAnnotatedAssessmentAnnotationKey = LabelKeyPrefix + "captcha-annotated-assessment"

// UserSignupUserEmailHashLabelKey is used for the usersignup email hash label key
UserSignupUserEmailHashLabelKey = LabelKeyPrefix + "email-hash"
Expand Down

0 comments on commit 92c6051

Please sign in to comment.