File tree Expand file tree Collapse file tree 2 files changed +8
-124
lines changed Expand file tree Collapse file tree 2 files changed +8
-124
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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
7481elasticsearch :
@@ -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 :
You can’t perform that action at this time.
0 commit comments