From b6b6adcc92a531e391b11fb6d27124e5d0c0af56 Mon Sep 17 00:00:00 2001 From: "Kajur, Harish (vk250x)" Date: Thu, 25 Oct 2018 18:08:18 -0400 Subject: [PATCH] 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) --- kubernetes/aai/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.16.6