Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auth credentials support for URL data source #330

Closed
washort opened this issue Feb 6, 2018 · 1 comment · Fixed by #336
Closed

Auth credentials support for URL data source #330

washort opened this issue Feb 6, 2018 · 1 comment · Fixed by #336
Milestone

Comments

@washort
Copy link

washort commented Feb 6, 2018

We want to connect to private S3 buckets without exposing credentials in the URL used in a query. Adding support to the URL data source for an Authorization header would allow this.

@washort washort added this to the 13 milestone Feb 7, 2018
@rafrombrc
Copy link
Member

An initial version of this was pushed to production in M12, but we're revising the code and still need to merge to master.

washort pushed a commit that referenced this issue Mar 20, 2018
* Support authentication for URL data source (re #330)

* Refactor authentication support for data sources.

Adds a new BaseHTTPQueryRunner class.
emtwo pushed a commit that referenced this issue May 25, 2018
* Support authentication for URL data source (re #330)

* Refactor authentication support for data sources.

Adds a new BaseHTTPQueryRunner class.
washort pushed a commit that referenced this issue Jul 25, 2018
* Support authentication for URL data source (re #330)

* Refactor authentication support for data sources.

Adds a new BaseHTTPQueryRunner class.
washort pushed a commit that referenced this issue Jul 30, 2018
* Support authentication for URL data source (re #330)

* Refactor authentication support for data sources.

Adds a new BaseHTTPQueryRunner class.
jezdez pushed a commit that referenced this issue Aug 16, 2018
* Support authentication for URL data source (re #330)

* Refactor authentication support for data sources.

Adds a new BaseHTTPQueryRunner class.
jezdez pushed a commit that referenced this issue Sep 6, 2018
* Support authentication for URL data source (re #330)

* Refactor authentication support for data sources.

Adds a new BaseHTTPQueryRunner class.
jezdez pushed a commit that referenced this issue Sep 6, 2018
* Support authentication for URL data source (re #330)

* Refactor authentication support for data sources.

Adds a new BaseHTTPQueryRunner class.
jezdez pushed a commit that referenced this issue Sep 6, 2018
* Support authentication for URL data source (re #330)

* Refactor authentication support for data sources.

Adds a new BaseHTTPQueryRunner class.
jezdez pushed a commit that referenced this issue Nov 1, 2018
* Support authentication for URL data source (re #330)

* Refactor authentication support for data sources.

Adds a new BaseHTTPQueryRunner class.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants