From 16742ad87b8befb1182808fa79ea0f4639bc4512 Mon Sep 17 00:00:00 2001 From: "Lee, Tian (tl5884)" Date: Tue, 8 May 2018 16:12:18 +0100 Subject: Enable authorisation by default Babel's authorisation mechanism should be enabled by default. Change-Id: I5183d475a3404ceccfb19349a4b92b760ac9679d Issue-ID: AAI-1126 Signed-off-by: Lee, Tian (tl5884) --- babel/appconfig/babel-auth.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/babel/appconfig/babel-auth.properties b/babel/appconfig/babel-auth.properties index e7dfda0..8bf21b0 100644 --- a/babel/appconfig/babel-auth.properties +++ b/babel/appconfig/babel-auth.properties @@ -1,2 +1,2 @@ auth.policy.file=/auth/auth_policy.json -auth.authentication.disable=true +auth.authentication.disable=false -- cgit 1.2.3-korg