summaryrefslogtreecommitdiffstats
path: root/charts/aai-search-data/resources
diff options
context:
space:
mode:
authorEdwin Lawrance <Edwin.Lawrance@amdocs.com>2019-03-13 15:35:35 +0000
committerEdwin Lawrance <Edwin.Lawrance@amdocs.com>2019-03-13 15:43:19 +0000
commita4734073473de4df51806c737667e673f3c12bd9 (patch)
tree52a3fede4df6fa092d34b7569c69ce2ec40ab973 /charts/aai-search-data/resources
parent0ec2aa9bf236fe100795f4cd85cb2ccd067fd727 (diff)
Update ES config in Search data service for HTTPS
updating properties to communicate to ES over https updating keystore to include ES trust cert Change-Id: Ia60aa2e3db0a1e98dcd0b0cf51e5e28200a855c3 Issue-ID: AAI-2203 Signed-off-by: Edwin Lawrance <Edwin.Lawrance@amdocs.com>
Diffstat (limited to 'charts/aai-search-data/resources')
-rw-r--r--charts/aai-search-data/resources/config/auth/tomcat_keystorebin2214 -> 3117 bytes
-rw-r--r--charts/aai-search-data/resources/config/elastic-search.properties6
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
index 9eec841..842afeb 100644
--- a/charts/aai-search-data/resources/config/auth/tomcat_keystore
+++ b/charts/aai-search-data/resources/config/auth/tomcat_keystore
Binary files differ
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
+