in reply to Passwords/passphrases in your Distributed Version Control System

All API keys and DB credentials are stored in modules in another location, and those modules are not under version control. Each script I write does a use lib to include that directory, then I pull in the credential modules that I need.

Never, ever, not even for a minute, should you put any credentials into a script that's under version control.

Alex / talexb / Toronto

Thanks PJ. We owe you so much. Groklaw -- RIP -- 2003 to 2013.

  • Comment on Re: Passwords/passphrases in your Distributed Version Control System
  • Download Code