Skip to content
This repository has been archived by the owner on May 21, 2021. It is now read-only.

Latest commit

 

History

History
23 lines (22 loc) · 655 Bytes

README.md

File metadata and controls

23 lines (22 loc) · 655 Bytes

The following settings must be set in elasticsearch.yml:

xpack.security.enabled: false
elastic-auth-plugin:
    ldap:
        host: hostname
        port: 636
        base-dn: ou=People,dc=hostname,dc=ca
        attribute.index-perm: esIndexPermission
        elk-groups-cn: ELK*
        elk-groups-masters-cn: ELKMasters
        elk-groups-developers-cn: ELKDevelopers
        elk-groups-users-cn: ELKUsers
        group-base-dn: ou=Groups,dc=hostname,dc=ca
    jwt:
        issuer: ciralabs.ca
        signing-key: supersecretkey
    admin:
        user: adminuser
        password: adminpassword
        basic-auth: _service.elasticsearch