Change the two way ssl to one way ssl 36/94936/1
authorKajur, Harish (vk250x) <vk250x@att.com>
Wed, 4 Sep 2019 13:37:23 +0000 (09:37 -0400)
committerKajur, Harish (vk250x) <vk250x@att.com>
Wed, 4 Sep 2019 13:37:31 +0000 (09:37 -0400)
Issue-ID: AAI-2432
Change-Id: Iad8da31cefb32ed88a74f712d8ff509a2a3e9b6a
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
aai-schema-ingest/src/main/java/org/onap/aai/config/RestConfiguration.java

index 9f52393..4074b42 100644 (file)
@@ -41,7 +41,7 @@ public class RestConfiguration {
     private static final String ONE_WAY_SSL = "one-way-ssl";
     private static final String NO_AUTH = "no-auth";
 
-    @Value("${schema.service.client:two-way-ssl}")
+    @Value("${schema.service.client:one-way-ssl}")
     private String schemaServiceClient;
 
     @Autowired