diff options
author | rajeevme <rajeev.mehta@amdocs.com> | 2019-09-28 00:05:44 +0530 |
---|---|---|
committer | Rajeev Mehta <rajeev.mehta@amdocs.com> | 2019-10-07 18:20:31 +0000 |
commit | 360d63a7609c566a6b8043a7de70ae35bd1f258a (patch) | |
tree | 4bcdc4f1be466631ba624784cf9ba9bd99d3314b /components/aai-search-data | |
parent | 9d23a1c8a97d5878e2aafc871f17af007349c288 (diff) |
[AAI-2617] Search guard is no longer available
Change-Id: I5cc786073ac27d3d36d05f0aa89ac5b7f1aadc02
Signed-off-by: rajeevme<rajeev.mehta@amdocs.com>
Change-Id: I6b8ce9867d8b1d8108fcd7002e84f798a5b4e8e2
Diffstat (limited to 'components/aai-search-data')
-rw-r--r-- | components/aai-search-data/resources/config/elastic-search.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/aai-search-data/resources/config/elastic-search.properties b/components/aai-search-data/resources/config/elastic-search.properties index 6232c14..65de20d 100644 --- a/components/aai-search-data/resources/config/elastic-search.properties +++ b/components/aai-search-data/resources/config/elastic-search.properties @@ -17,7 +17,7 @@ es.cluster-name=ES_AAI es.ip-address=aai-elasticsearch.{{.Release.Namespace}} es.http-port={{ .Values.config.elasticsearchHttpPort }} -es.uri-scheme=https +es.uri-scheme=http es.auth-user=admin es.auth-password=OBF:1u2a1toa1w8v1tok1u30 es.trust-store=auth/tomcat_keystore |