summaryrefslogtreecommitdiff
path: root/changes/feature-7419_load-credentials-from-env
AgeCommit message (Collapse)Author
2015-09-22[pkg] fold in changes0.9.0rc3Ivan Alejandro
2015-09-02[feat] load credentials from environment variableIvan Alejandro
Look for file defined in the `BITMASK_CREDENTIALS` env variable and load `provider`, `username` and `password` data. Trigger login if they were loaded correctly. The credentials file should look like this: [Credentials] username = my-account@my-provider.com password = secret - Resolves: #7419