summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2015-09-02 14:04:01 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2015-09-02 16:46:22 -0300
commit9c39068d292d17fb3c29ec3c53de5250ddfb40d7 (patch)
tree33e46082c05837d2229cf4b9564b833531a3cd57 /changes
parent2fa5d0f38b79d0536652034c3007dfae290ef6fc (diff)
[feat] load credentials from environment variable
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
Diffstat (limited to 'changes')
-rw-r--r--changes/feature-7419_load-credentials-from-env1
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/feature-7419_load-credentials-from-env b/changes/feature-7419_load-credentials-from-env
new file mode 100644
index 00000000..7704df01
--- /dev/null
+++ b/changes/feature-7419_load-credentials-from-env
@@ -0,0 +1 @@
+- Load credentials from environment variables and trigger login. Closes feature #7419.