diff options
author | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-10-25 18:08:18 -0400 |
---|---|---|
committer | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-10-25 18:08:21 -0400 |
commit | b6b6adcc92a531e391b11fb6d27124e5d0c0af56 (patch) | |
tree | 6f06e54d1e558f7599882ccd82ae039b36bb0097 /kubernetes/aai | |
parent | 2ebf3c7f3caebf31a59da71ee778c6ff4a697538 (diff) |
Enable aaf auth as default authentication
for the microservices resources and traversal
Issue-ID: AAI-1760
Change-Id: I54529d37ad06680c3d5837c9361b1ee99715619e
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
Diffstat (limited to 'kubernetes/aai')
-rw-r--r-- | kubernetes/aai/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/aai/values.yaml b/kubernetes/aai/values.yaml index 0bc707e4e5..e216b35cf6 100644 --- a/kubernetes/aai/values.yaml +++ b/kubernetes/aai/values.yaml @@ -150,7 +150,7 @@ global: # global defaults # Active spring profiles for the resources microservice profiles: - active: production,dmaap,one-way-ssl + active: production,dmaap,aaf-auth # Notification event specific properties notification: |