ElasticCloud in AWS integration with OpenLdap

I am working with elastic cloud deploy for aws service, i want to integrate it with an openldap in order to control the users to access to kibana, when i tried to put the configuration in the field to YML it apperas ILEGAL USER SETTINGS, i want to know if ldap integration is supported.

xpack:
  security:
    authc:
      realms:
        ldap:
          type: ldap
          order: 0
          url: "ldaps://ad.corp.algo.com:389"
          bind_dn: "cn={0},ou=bigdatateam,cn={0},ou=bigdatateam,dc=CORP,dc=ALGO,dc=COM"
          bind_password: changeme
          user_search:
            base_dn: "cn={0},ou=bigdatateam,dc=CORP,dc=ALGO,dc=COM"
            attribute: cn
          group_search:
            base_dn: "dc=CORP,dc=ALGO,dc=COM"
          files:
            role_mapping: "CONFIG_DIR/x-pack/role_mapping.yml"
          unmapped_groups_as_roles: false

I moved your question to #x-pack.

But may be it'd be better to ask the cloud support team.

Please read:

https://discuss.elastic.co/t/now-live-new-elastic-cloud-standard-support/84161?source_topic_id=104131

for how to request support for Elastic Cloud :slight_smile:

No, Elastic Cloud does not support LDAP authentication at this time.

https://www.elastic.co/guide/en/cloud/current/security.html#security-restrictions

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.