microsoft / vso-agent

Visual Studio Team Services and TFS agent for Mac OSX and Linux
MIT License
131 stars 57 forks source link

OSX service installation stores credentials in plaintext #184

Closed jkeech closed 8 years ago

jkeech commented 8 years ago

If you install the agent as a service on OSX, the generated plist file contains the credentials in plaintext. It seems like a better approach might be to use the keychain to store the password/token and then the agent could retrieve the password from the keychain at runtime.

bryanmacfarlane commented 8 years ago

dupe of #40