Hi,
we are upgrading our ES from 2 to 5.6, but cannot make https works, could someone can provide the config?
this is what we have in elasticsearcy.yml.
--------------------------------- XPack Config ------------------------------
action.auto_create_index: .security,.monitoring*,.watches,.triggered_watches,.watcher-history*
xpack.security.enabled: true
xpack.ssl.keystore.path: /usr/share/elasticsearch/config/keystore.jks
xpack.ssl.keystore.password: password
xpack.ssl.keystore.key_password: password
xpack.ssl.truststore.path: /usr/share/elasticsearch/config/truststore.jks
xpack.ssl.truststore.password: changeit
xpack.security.transport.ssl.enabled: true
xpack.security.http.ssl.enabled: true
xpack.ssl.verification_mode: none
xpack.ssl.client_authentication: none
xpack.security.authc.realms:
realm1:
type: native
order: 3
realm2:
type: file
order: 1
realm3:
type: ldap
order: 2
url: "ldap://ldap.service.consul"
user_dn_templates:
- "uid={0}, ou=ISS-FRNT OFFCE DEV-CLIENT SUPPORT CENTRE,o=Scotia Capital Markets,c=CA"
#files:
# role_mapping: "/usr/share/elasticsearch/config/shield/ldap_role_mapping.yml"
unmapped_groups_as_roles: false