Skip to content

Commit 617767e

Browse files
committed
Set up SSL to make ES version work as well
1 parent 98268d9 commit 617767e

File tree

2 files changed

+8
-124
lines changed

2 files changed

+8
-124
lines changed

helm-chart/stac-fastapi/values-dev.yaml

Lines changed: 0 additions & 124 deletions
This file was deleted.

helm-chart/stac-fastapi/values-elasticsearch.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,13 @@ app:
6969
ENABLE_DATETIME_INDEX_FILTERING: "true" # Enable for large datasets
7070
DATETIME_INDEX_MAX_SIZE_GB: "50"
7171
STAC_FASTAPI_RATE_LIMIT: "1000/minute"
72+
ES_USE_SSL: "true"
73+
ES_VERIFY_CERTS: "false"
74+
75+
databaseAuth:
76+
existingSecret: "stac-elasticsearch-prod-master-credentials"
77+
usernameKey: "username"
78+
passwordKey: "password"
7279

7380
# Elasticsearch configuration
7481
elasticsearch:
@@ -105,6 +112,7 @@ elasticsearch:
105112
indices.memory.index_buffer_size: 20%
106113
thread_pool.write.queue_size: 1000
107114
thread_pool.search.queue_size: 1000
115+
xpack.security.http.ssl.client_authentication: optional
108116

109117
# Persistent storage
110118
volumeClaimTemplate:

0 commit comments

Comments
 (0)