diff options
author | Michael Arrastia <MArrasti@amdocs.com> | 2018-03-29 14:53:40 +0100 |
---|---|---|
committer | Michael Arrastia <MArrasti@amdocs.com> | 2018-04-11 16:24:02 +0100 |
commit | 6c3ba490cf3c039e64c35a71e54dc855c4c15977 (patch) | |
tree | 834b81dda9a0502138541085019509371f07509b /kubernetes/aai/charts/aai-babel/resources/config/babel-auth.properties | |
parent | 805d2e6a29a1eab82d286ebbb5bbf3f2d6c1a517 (diff) |
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 <MArrasti@amdocs.com>
Diffstat (limited to 'kubernetes/aai/charts/aai-babel/resources/config/babel-auth.properties')
-rw-r--r-- | kubernetes/aai/charts/aai-babel/resources/config/babel-auth.properties | 2 |
1 files changed, 2 insertions, 0 deletions
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 |