summaryrefslogtreecommitdiff
path: root/lib/config/dockerSecret.js
diff options
context:
space:
mode:
authorSheogorath2017-10-31 12:11:41 +0100
committerGitHub2017-10-31 12:11:41 +0100
commit16b3e015ab3696ff61faefff30c8abfb2387e664 (patch)
tree8b3518ecebfb864ac137804b18ab295200f55f41 /lib/config/dockerSecret.js
parentf2812730e084d211c2d4ee9bb24cc3204ff54f51 (diff)
parent5cda55086acfc1000f0a0062045db50ad415db59 (diff)
Merge pull request #606 from DoubleMalt/feature/MattermostAuth
Add Mattermost authentication strategy
Diffstat (limited to 'lib/config/dockerSecret.js')
-rw-r--r--lib/config/dockerSecret.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/config/dockerSecret.js b/lib/config/dockerSecret.js
index eea2fafd..ac54fd19 100644
--- a/lib/config/dockerSecret.js
+++ b/lib/config/dockerSecret.js
@@ -38,6 +38,10 @@ if (fs.existsSync(basePath)) {
clientID: getSecret('gitlab_clientID'),
clientSecret: getSecret('gitlab_clientSecret')
},
+ mattermost: {
+ clientID: getSecret('mattermost_clientID'),
+ clientSecret: getSecret('mattermost_clientSecret')
+ },
dropbox: {
clientID: getSecret('dropbox_clientID'),
clientSecret: getSecret('dropbox_clientSecret')