urlwatch icon indicating copy to clipboard operation
urlwatch copied to clipboard

Allow specifying secrets via environment variables

Open ishanarora opened this issue 4 years ago • 0 comments

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.

ishanarora avatar Mar 17 '20 22:03 ishanarora