urlwatch
urlwatch copied to clipboard
Allow specifying secrets via environment variables
The following config parameters are secrets (in k8s lingo):
-
report/email/smtp/insecure_password -
report/pushover/app -
report/pushover/user -
report/pushbullet/api_key -
report/telegram/bot_token -
report/telegram/chat_id -
report/slack/webhook_url -
report/mailgun/api_key
In k8s deployments it is desirable manage them outside of the plaintext config files, and pass them through environment variables instead.