mirror of
https://github.com/coreos/prometheus-operator.git
synced 2026-02-06 00:47:16 +01:00
* validation: added api url validation for Slack and Discord to stop hanging up the operator. * updated the changes according to the requirment. * Added secure validation for secret urls. Added ValidateSecretURL to securely validate url without logging it. * Added operator test cases for Secret Url validation. * Update according to changes made in alertmanager for config.SecretURL * fix(alertmanager): update error messages to follow standards.