zapr-oss / druidry

Java based Druid Query Generator library
Apache License 2.0
193 stars 89 forks source link

158 - add support for basic auth #159

Open bbecker-te opened 3 years ago

bbecker-te commented 3 years ago

With this change, it is possible to specify httpBasicAuth credentials in the DruidConfiguration so that they can be used to register the client in the DruidJerseyClient.

We make use of this in our local use of Druidry. Having this feature in the open source project will make it easier for us to maintain our usage of Druidry and also help others that need this feature.

See #158 #152.

Cc: @abhi-zapr @scrohde