alertmanager icon indicating copy to clipboard operation
alertmanager copied to clipboard

add SNS receiver subject validation

Open qinxx108 opened this issue 3 years ago • 1 comments

Add validation for subject

  1. if not ASCII, we will replace it with error message
  2. if longer than 100 characters, we will truncate the subject

qinxx108 avatar Feb 08 '22 19:02 qinxx108

Note to myself: are we already doing Trimspaces to remove extra spaces before or after the subject?

roidelapluie avatar Apr 11 '22 17:04 roidelapluie