From fba1377ec434f130440f55b24f6355415ff65ee6 Mon Sep 17 00:00:00 2001 From: "Maharajh, Robby (rx2202)" Date: Thu, 10 Sep 2020 01:36:09 -0400 Subject: Remove the aaf profile for local Issue-ID: AAI-2886 Change-Id: I662e5fc1321519174cc2efd6310812b09593cc76 Signed-off-by: Maharajh, Robby (rx2202) --- aai-traversal/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aai-traversal/src') diff --git a/aai-traversal/src/main/resources/application.properties b/aai-traversal/src/main/resources/application.properties index 49c0489..a538a58 100644 --- a/aai-traversal/src/main/resources/application.properties +++ b/aai-traversal/src/main/resources/application.properties @@ -35,7 +35,7 @@ server.ssl.client-auth=want server.ssl.key-store-type=JKS # Start of Internal Specific Properties -spring.profiles.active=production,aaf-auth +spring.profiles.active=production,one-way-ssl ### server.certs.location=${server.local.startpath}etc/auth/ server.keystore.name.pkcs12=aai_keystore -- cgit 1.2.3-korg