Skip to content

Additional Error Msg for Invalid Webhook

Chantal Lawrence requested to merge chantalskye-update-webhook-error into master

What does this MR do and why?

Added a variation of the error message received when adding a new group webhook that masks the host or a portion of the host URL.

Identifying the entire or host URL as the sensitive portion of a webhook, returns the error:

  • Url is blocked: Only allowed schemes are http, https

image.png

whereas when identifying only a portion of the host url, a different error is returned:

  • Url is blocked: URL is invalid

image.png

Customer ticket: https://gitlab.zendesk.com/agent/tickets/527660

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Merge request reports