Skip to content

Commit 2cca606

Browse files
committed
WIP: turn off ES inference service
With ES 9.2.0 the inference service crashes when trying to use BCFKS KeyStore not available. It looks related to elastic/elasticsearch#129385 this commit turns off the inference service as its not needed in tests.
1 parent 3aced57 commit 2cca606

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

x-pack/distributions/internal/observabilitySRE/qa/smoke/docker/elasticsearch/config/elasticsearch-fips.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,7 @@ xpack.security.transport.ssl.certificate_authorities: ["/usr/share/elasticsearch
1212
xpack.security.http.ssl.enabled: true
1313
xpack.security.http.ssl.key: /usr/share/elasticsearch/config/certs/elasticsearch.key
1414
xpack.security.http.ssl.certificate: /usr/share/elasticsearch/config/certs/elasticsearch.crt
15-
xpack.security.http.ssl.certificate_authorities: ["/usr/share/elasticsearch/config/certs/ca.crt"]
15+
xpack.security.http.ssl.certificate_authorities: ["/usr/share/elasticsearch/config/certs/ca.crt"]
16+
# Turn off inference service ssl
17+
xpack.inference.enabled: false
18+
xpack.inference.elastic.http.ssl.enabled: false

0 commit comments

Comments
 (0)