diff options
author | Borislav Glozman <Borislav.Glozman@amdocs.com> | 2019-03-14 11:30:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-14 11:30:17 +0000 |
commit | e784359a5d67c0409df83fc77ff13570fc2e05cd (patch) | |
tree | b446af1ce3ef4c5623617b6c1d651c5727f386cd /charts | |
parent | cb30776b0cbc67e1ed748a52320b3473598f3454 (diff) | |
parent | a4734073473de4df51806c737667e673f3c12bd9 (diff) |
Merge "Update ES config in Search data service for HTTPS"
Diffstat (limited to 'charts')
-rw-r--r-- | charts/aai-search-data/resources/config/auth/tomcat_keystore | bin | 2214 -> 3117 bytes | |||
-rw-r--r-- | charts/aai-search-data/resources/config/elastic-search.properties | 6 |
2 files changed, 6 insertions, 0 deletions
diff --git a/charts/aai-search-data/resources/config/auth/tomcat_keystore b/charts/aai-search-data/resources/config/auth/tomcat_keystore Binary files differindex 9eec841..842afeb 100644 --- a/charts/aai-search-data/resources/config/auth/tomcat_keystore +++ b/charts/aai-search-data/resources/config/auth/tomcat_keystore diff --git a/charts/aai-search-data/resources/config/elastic-search.properties b/charts/aai-search-data/resources/config/elastic-search.properties index 809b22b..6232c14 100644 --- a/charts/aai-search-data/resources/config/elastic-search.properties +++ b/charts/aai-search-data/resources/config/elastic-search.properties @@ -17,3 +17,9 @@ es.cluster-name=ES_AAI es.ip-address=aai-elasticsearch.{{.Release.Namespace}} es.http-port={{ .Values.config.elasticsearchHttpPort }} +es.uri-scheme=https +es.auth-user=admin +es.auth-password=OBF:1u2a1toa1w8v1tok1u30 +es.trust-store=auth/tomcat_keystore +es.trust-store-password=OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10 + |