emerleite / tsuru-bluegreen

A blue-green deployment plugin for tsuru client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NewRelic's deploy notification can only be configured with an API_KEY in plain text

hscorrea opened this issue · comments

Nowadays, in order to configure a deploy notification to NewRelic, an API_KEY must be stored in plain text in a project's tsuru-bluegreen.ini.

It doesn't seem to be a good practice... What if this could be done with environment variables?

I have a PR for implementing this, if you find it useful.

Link for the Pull Request: #32

☝️