Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

notify/webhook: Fix crash on errors when url_file is used (#3798) #3800

Merged
merged 1 commit into from
Apr 12, 2024

Commits on Apr 6, 2024

  1. notify/webhook: Fix crash on errors when url_file is used (prometheus…

    …#3798)
    
    When using url_file the conf.URL will be nil and when an error occurs
    we will panic. Given that the URL is considered a secret, let's just
    remove the custom details func.
    
    Signed-off-by: Holger Hans Peter Freyther <[email protected]>
    zecke committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    b7b350d View commit details
    Browse the repository at this point in the history