From 839c1468cbe2025e759458bbe82c2f99a5ea347f Mon Sep 17 00:00:00 2001 From: SerenaFeng Date: Fri, 20 Oct 2017 16:13:29 +0800 Subject: allow authentication to be disabled in local deployment situation, authentication can be disabled by setting authenticate=False of ui section in config.ini JIRA: RELENG-324 Change-Id: I9157d1723851feb12435033dbdd59035e3eb5777 Signed-off-by: SerenaFeng --- testapi/etc/config.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testapi/etc/config.ini') diff --git a/testapi/etc/config.ini b/testapi/etc/config.ini index 8d0bde2..86cb0ca 100644 --- a/testapi/etc/config.ini +++ b/testapi/etc/config.ini @@ -16,7 +16,8 @@ results_per_page = 20 # With debug_on set to true, error traces will be shown in HTTP responses debug = True -authenticate = False +token_check = False +authenticate = True [ui] url = http://localhost:8000 -- cgit 1.2.3-korg