From 6c3ba490cf3c039e64c35a71e54dc855c4c15977 Mon Sep 17 00:00:00 2001 From: Michael Arrastia Date: Thu, 29 Mar 2018 14:53:40 +0100 Subject: Add BABEL chart to AAI Includes: - aligned chart name - image name updated with version set to latest - handling of passwords as secrets Issue-ID: AAI-974 Change-Id: I5898364059217e77a80f43067acd6a343f893117 Signed-off-by: Michael Arrastia --- kubernetes/aai/charts/aai-babel/resources/config/babel-auth.properties | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 kubernetes/aai/charts/aai-babel/resources/config/babel-auth.properties (limited to 'kubernetes/aai/charts/aai-babel/resources/config/babel-auth.properties') diff --git a/kubernetes/aai/charts/aai-babel/resources/config/babel-auth.properties b/kubernetes/aai/charts/aai-babel/resources/config/babel-auth.properties new file mode 100644 index 0000000000..8bf21b0b95 --- /dev/null +++ b/kubernetes/aai/charts/aai-babel/resources/config/babel-auth.properties @@ -0,0 +1,2 @@ +auth.policy.file=/auth/auth_policy.json +auth.authentication.disable=false -- cgit