debianmaster / microservices-on-openshift

This project demonstrates how we can deploy micro services built in different languages can deployed on openshift
53 stars 152 forks source link

changed twitter code to hide access keys #3

Closed VeerMuchandi closed 7 years ago

VeerMuchandi commented 7 years ago

The code currently has your twitter auth keys exposed. This is a security risk as someone can hack your twitter account. I made them environment variables that can be passed via deployment descriptor. Of course, we have to change the docs to add env variables while creating the twitter service.

debianmaster commented 7 years ago

thanks @VeerMuchandi