Add HTTP Basic Auth for Druid (Issue #4776)#6795
Merged
Merged
Conversation
This should resolve [Issue apache#4776](apache#4776) Add HTTP Basic Auth to the Druid Broker. Signed-off-by: Don Bowman <don@agilicus.com>
Codecov Report
@@ Coverage Diff @@
## master #6795 +/- ##
==========================================
+ Coverage 63.84% 65.33% +1.49%
==========================================
Files 421 422 +1
Lines 20445 21455 +1010
Branches 2218 2314 +96
==========================================
+ Hits 13053 14018 +965
- Misses 7260 7308 +48
+ Partials 132 129 -3
Continue to review full report at Codecov.
|
Contributor
Author
|
The other piece of this is in druid-io/pydruid#149 (for PyDruid SQL mode) |
mistercrunch
requested changes
Feb 1, 2019
Signed-off-by: Don Bowman <don@agilicus.com>
93e3fe7 to
83f72ec
Compare
Contributor
Author
|
are there any additional changes needed? |
8172ca0 to
83f72ec
Compare
Signed-off-by: Don Bowman <don@agilicus.com>
Contributor
Author
|
is there anything else needed here? |
mistercrunch
approved these changes
Mar 21, 2019
mistercrunch
requested changes
Mar 21, 2019
Contributor
Author
|
I don't really see how this travis failure ( |
mistercrunch
approved these changes
Mar 25, 2019
qfcwell
pushed a commit
to qfcwell/superset
that referenced
this pull request
May 12, 2026
* Add HTTP Basic Auth for Druid (Issue apache#4776) This should resolve [Issue apache#4776](apache#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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This should resolve Issue #4776
Add HTTP Basic Auth to the Druid Broker.
Screenshot of change:

Signed-off-by: Don Bowman don@agilicus.com