You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automatically set created_by field when creating new Silence
Currently, when a user creates a new Silence, they can enter anything into the created_by
field. If left empty, the user's email will automatically be filled in. In cases where the
user doesn't have an email, the value "Promgen" will be set. This can cause ambiguity and
make tracking difficult.
Therefore, we have removed the ability to input values for created_by and always set the
user's username instead to ensure accountability when creating a Silence.
0 commit comments