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

REST API: Fix task instance access issue in the batch endpoint #34315

Merged
merged 1 commit into from
Sep 12, 2023

Conversation

ephraimbuddy
Copy link
Contributor

Currently, there's no restriction on the task instances a user can access in the REST API batch fetch task instances endpoint.
This PR fixes it

Currently, there's no restriction on the task instances a user can access in
the REST API batch fetch task instances endpoint.
This PR fixes it
@boring-cyborg boring-cyborg bot added the area:API Airflow's REST/HTTP API label Sep 12, 2023
@potiuk potiuk added this to the Airflow 2.7.2 milestone Sep 12, 2023
Copy link
Member

@hussein-awala hussein-awala left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice one!

@potiuk potiuk merged commit 3df1af4 into apache:main Sep 12, 2023
43 checks passed
@ephraimbuddy ephraimbuddy deleted the fix-task_instance-access branch September 12, 2023 20:42
@ephraimbuddy ephraimbuddy added the type:bug-fix Changelog: Bug Fixes label Oct 3, 2023
ephraimbuddy added a commit that referenced this pull request Oct 5, 2023
Currently, there's no restriction on the task instances a user can access in
the REST API batch fetch task instances endpoint.
This PR fixes it

(cherry picked from commit 3df1af4)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:API Airflow's REST/HTTP API type:bug-fix Changelog: Bug Fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants