diff options
author | Jimmy Forsyth <jf2512@att.com> | 2018-05-04 20:00:07 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2018-05-04 20:00:13 -0400 |
commit | 816f9de50813a19efb00ab0d9853816f04859484 (patch) | |
tree | a48a9c776544fd99a0de22f85396a163dfe262b0 /babel | |
parent | 662e4d68a881645f596a284c569c874dbde20f13 (diff) |
Fix babel config to allow HEAT startup
Issue-ID: AAI-1123
Change-Id: I335af282cfba683be9ba0b8359fdab3c56091f3b
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Diffstat (limited to 'babel')
-rw-r--r-- | babel/appconfig/babel-auth.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/babel/appconfig/babel-auth.properties b/babel/appconfig/babel-auth.properties index 5fd2646..e7dfda0 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=false
\ No newline at end of file +auth.authentication.disable=true |