mirror of
https://github.com/apache/superset.git
synced 2026-04-07 18:35:15 +00:00
* Add HTTP Basic Auth for Druid (Issue #4776) This should resolve [Issue #4776](https://github.com/apache/incubator-superset/issues/4776) Add HTTP Basic Auth to the Druid Broker. Signed-off-by: Don Bowman <don@agilicus.com> * Encrypt broker password in database Signed-off-by: Don Bowman <don@agilicus.com> * Merge from master, new migration needed Signed-off-by: Don Bowman <don@agilicus.com> * Do not expose hashed druid basic auth password * docs: add description_columns for druid basic auth