summaryrefslogtreecommitdiffstats
path: root/testapi/etc
diff options
context:
space:
mode:
authorrohitsakala <rohitsakala@gmail.com>2017-02-16 13:22:05 +0530
committerRohit Sakala <rohitsakala@gmail.com>2017-02-21 19:32:25 +0000
commitdab82680003368d358df501fddc5a8c03561664e (patch)
treeb8c9c30c3955105052e9d792c36a09f3043b8472 /testapi/etc
parentfd9becfdd2ac98ad55541987a2104ab46ca8fc99 (diff)
Add token based authentication for post/update/delete
As the mongodb database is not so secure today, this has been added. The token is stored in the mongoDB database. For now, authenticate variable is set false so that there would be no problem in accessing the databse by jenkins jobs. JIRA: FUNCTEST-730 Change-Id: I12b3907d650fc63efbdb031ebf3dd09519750109 Signed-off-by: rohitsakala <rohitsakala@gmail.com>
Diffstat (limited to 'testapi/etc')
-rw-r--r--testapi/etc/config.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/testapi/etc/config.ini b/testapi/etc/config.ini
index 0edb73a..77cc6c6 100644
--- a/testapi/etc/config.ini
+++ b/testapi/etc/config.ini
@@ -11,6 +11,7 @@ dbname = test_results_collection
port = 8000
# With debug_on set to true, error traces will be shown in HTTP responses
debug = True
+authenticate = False
[swagger]
base_url = http://localhost:8000