From 18556c8bda2dd3357ffc7e2939e46b369dba07fe Mon Sep 17 00:00:00 2001 From: "Kajur, Harish (vk250x)" Date: Thu, 25 Oct 2018 18:08:18 -0400 Subject: 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) --- values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index 0bc707e..e216b35 100644 --- a/values.yaml +++ b/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: -- cgit 1.2.3-korg