From: Lee, Tian (tl5884) Date: Tue, 8 May 2018 15:12:18 +0000 (+0100) Subject: Enable authorisation by default X-Git-Tag: 2.0.0-ONAP~6 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Ftest-config.git;a=commitdiff_plain;h=16742ad87b8befb1182808fa79ea0f4639bc4512 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) --- 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