-
Notifications
You must be signed in to change notification settings - Fork 16.3k
AIP 84 - Add Auth to xcom, ti, dag_warning, dag_stats, dag_source, dag_run, dag_parsing #47532
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
AIP 84 - Add Auth to xcom, ti, dag_warning, dag_stats, dag_source, dag_run, dag_parsing #47532
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great! Looking good thanks.
Just a few suggestions, and need rebasing + CI fixing, should be good to go after that.
|
For CI authenticated request on the K8S tests, you can take a look at #47433 that encountered the same problem I believe. |
|
Also you'll need to wait for #47433 because it introduces Basically it's up to the |
62c17c0 to
a3eef56
Compare
|
just resolve the conflict and rebase from the latest main. we should have the required methods now |
I'll update based on feedback in sometime |
5eedfba to
db8ac76
Compare
…m:rawwar/airflow into kalyan/AIP-84/auth/multiple_dag_endpoints
…AIP-84/auth/multiple_dag_endpoints
pierrejeambrun
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good thanks
|
@jason810496 how can this be flaky ? I thought the session was authenticated Also |
Good point, I will create another PR that set the following env in configMap explicitly
|
|
all green and all comments resolved. merging |
|
That would be great @jason810496 maybe that will help stabilizing, ty |
Yeah, I'm already working on it but not able to finish it today. I will raise the PR tomorrow. |
These will change names soon in #46981 |
#47739 most likely |
…g_run, dag_parsing (apache#47532) * add dag_parsing * add dag_run * add dag_source * add dag_stats * add dag_warning * add ti * add xcom * add dag_parsing * add dag_run * add dag_source * add dag_stats * add dag_warning * add ti * add xcom * pr feedback * use dag run filter * add dag_parsing * add dag_run * add dag_source * add dag_stats * add dag_warning * add ti * add xcom * pr feedback * use dag run filter * ci failures * add dag_id filters --------- Co-authored-by: Wei Lee <weilee.rx@gmail.com>
related to #42360