zachjsh opened a new pull request #10901: URL: https://github.com/apache/druid/pull/10901
### Description Added integration tests for testing the [druid-basic-security](https://druid.apache.org/docs/latest/development/extensions-core/druid-basic-security.html) extension in ldap mode. Modeled heavily after the existing `ITBasicAuthConfigurationTest`. * Running the [osixia/docker-openldap](https://github.com/osixia/docker-openldap) docker image as an ldap server for the tests * users and groups are preloaded into the ldap server, as defined in `bootstrap.ldif` * refactored common functionality between `ITBasicAuthConfigurationTest` and `ITBasicAuthLdapConfigurationTest` into base class `AbstractAuthConfigurationTest` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
