Open atalyaalon opened 3 years ago
@OriHoch
The Slack webhook URL is a secret according to their documentation, what would be the best practice for storing the secret? Seems to me the URL should only be available for the production instance, otherwise the channel might get spammed when people run the scraping process in development.
Perhaps using the production .env file?
yes, same way we handle all the other production secrets
Initial definition will be as follows:
Alert will be sent in the following channels:
@galraij @MichalOren any comments?