Skip to content

Commit

Permalink
Update for elasticsearch security settings names (elastic#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
liza-mae authored Jan 16, 2019
1 parent a017111 commit 22da9c4
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
xpack.license.self_generated.type: trial
xpack.security.http.ssl.enabled: true
xpack.security.authc.token.enabled: false
xpack.ssl.key: {{ elasticsearch_xpack_config_dir }}/node/node.key
xpack.ssl.certificate: {{ elasticsearch_xpack_config_dir }}/node/node.crt
xpack.ssl.certificate_authorities: [ '{{ elasticsearch_xpack_config_dir }}/ca/ca.crt' ]
xpack.security.http.ssl.key: {{ elasticsearch_xpack_config_dir }}/node/node.key
xpack.security.http.ssl.certificate: {{ elasticsearch_xpack_config_dir }}/node/node.crt
xpack.security.http.ssl.certificate_authorities: [ '{{ elasticsearch_xpack_config_dir }}/ca/ca.crt' ]
become: '{{ elasticsearch_run_as_root | default(omit) }}'

0 comments on commit 22da9c4

Please sign in to comment.