summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLee, Tian (tl5884) <TianL@amdocs.com>2018-05-08 16:12:18 +0100
committerLee, Tian (tl5884) <TianL@amdocs.com>2018-05-08 16:12:18 +0100
commit16742ad87b8befb1182808fa79ea0f4639bc4512 (patch)
tree562df981f53d962180e0c8ee800bd93ec3529fd4
parent08a1c6f74aa96b572fde52309e4be2d7d06439a8 (diff)
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) <TianL@amdocs.com>
-rw-r--r--babel/appconfig/babel-auth.properties2
1 files changed, 1 insertions, 1 deletions
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