role_mapping.yml 473 B

1234567891011121314
  1. # Role mapping configuration file which has elasticsearch roles as keys
  2. # that map to one or more user or group distinguished names
  3. #roleA: this is an elasticsearch role
  4. # - groupA-DN this is a group distinguished name
  5. # - groupB-DN
  6. # - user1-DN this is the full user distinguished name
  7. #power_user:
  8. # - "cn=admins,dc=example,dc=com"
  9. #user:
  10. # - "cn=users,dc=example,dc=com"
  11. # - "cn=admins,dc=example,dc=com"
  12. # - "cn=John Doe,cn=other users,dc=example,dc=com"