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

Backport #10549: Pass the query authorizer to subqueries #10559

Merged
merged 1 commit into from
Dec 11, 2018

Conversation

mark-rushakoff
Copy link
Contributor

The query authorizer was not being properly passed to subqueries so
rejections did not happen when a subquery was the one reading the value.
Similarly, the max series limit was not being propagated downwards
either.

The original change modified query/subquery_test.go, but the 1.5 branch
does not have the file, and appeared to be unable to compile that file
as it appeared originally; so this backport does not include the test.

The query authorizer was not being properly passed to subqueries so
rejections did not happen when a subquery was the one reading the value.
Similarly, the max series limit was not being propagated downwards
either.

The original change modified query/subquery_test.go, but the 1.5 branch
does not have the file, and appeared to be unable to compile that file
as it appeared originally; so this backport does not include the test.
@ghost ghost assigned mark-rushakoff Dec 11, 2018
@ghost ghost added the review label Dec 11, 2018
@mark-rushakoff mark-rushakoff merged commit 7801ea9 into 1.5 Dec 11, 2018
@ghost ghost removed the review label Dec 11, 2018
@mark-rushakoff mark-rushakoff deleted the bp15-js-pass-query-authorizer-to-subqueries branch December 11, 2018 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants