Skip to content

Commit

Permalink
Removed disable of xpack.security
Browse files Browse the repository at this point in the history
  • Loading branch information
andsel committed Oct 1, 2021
1 parent e590e04 commit ee6fb44
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .ci/Dockerfile.elasticsearch
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ RUN rm -f $es_path/config/scripts
COPY --chown=elasticsearch:elasticsearch spec/fixtures/test_certs/* $es_path/config/test_certs/
COPY --chown=elasticsearch:elasticsearch .ci/elasticsearch-run.sh $es_path/

RUN echo "xpack.security.enabled: false" >> $es_yml

RUN if [ "$SECURE_INTEGRATION" = "true" ] ; then echo "xpack.security.http.ssl.enabled: $SECURE_INTEGRATION" >> $es_yml; fi
RUN if [ "$SECURE_INTEGRATION" = "true" ] ; then echo "xpack.security.http.ssl.key: $es_path/config/test_certs/test.key" >> $es_yml; fi
Expand Down
2 changes: 1 addition & 1 deletion lib/logstash/outputs/elasticsearch/http_client/pool.rb
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ def elasticsearch?(url)

def valid_tagline?(version_info)
tagline = version_info['tagline']
tagline == "You Know, for Search"
tagline == "You Know, for Search"
end

def stop_resurrectionist
Expand Down

0 comments on commit ee6fb44

Please sign in to comment.