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

LDAP-backed Elasticsearch Security & Authentication plugin

License

Notifications You must be signed in to change notification settings

CIRALabs/elasticsearch-security

Repository files navigation

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

About

LDAP-backed Elasticsearch Security & Authentication plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published