Re: Simple auth manager as default auth manager

2025-04-05 Thread Pavankumar Gopidesu
Great work Vincent. Pavan On Fri, Mar 21, 2025, 06:46 Shahar Epstein wrote: > Great job Vincent! > > On Thu, Mar 20, 2025 at 3:18 PM Beck, Vincent > > wrote: > > > Hi everyone, > > > > I just merged https://github.com/apache/airflow/pull/47691 which sets > > SimpleAuthManager as the default au

Re: Simple auth manager as default auth manager

2025-04-05 Thread Bishundeo, Rajeshwar
Awesome job Vincent!! -- Rajesh On 2025-03-21, 3:15 AM, "Amogh Desai" mailto:amoghdesai@gmail.com>> wrote: CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you can confirm the sender and know the content is safe. A

Re: Simple auth manager as default auth manager

2025-04-05 Thread Amogh Desai
Good work Vincent! Happy to see this come in! GO AWAY FAB! Thanks & Regards, Amogh Desai On Fri, Mar 21, 2025 at 12:23 PM Pavankumar Gopidesu < gopidesupa...@gmail.com> wrote: > Great work Vincent. > > Pavan > > On Fri, Mar 21, 2025, 06:46 Shahar Epstein wrote: > > > Great job Vincent! > > >

Re: Simple auth manager as default auth manager

2025-04-05 Thread Buğra Öztürk
Great work Vincent! Thanks for the details! On Fri, Mar 21, 2025 at 2:49 PM Bishundeo, Rajeshwar wrote: > Awesome job Vincent!! > > -- Rajesh > > > > > > > On 2025-03-21, 3:15 AM, "Amogh Desai" amoghdesai@gmail.com>> wrote: > > > CAUTION: This email originated from outside of the organizat

Re: Simple auth manager as default auth manager

2025-03-25 Thread Jens Scheffler
Very Cool! > SimpleAuthManager *should not be used in production* ..haha, this is the successor of SequentialExecutor as minimalization On 20.03.25 14:33, Jarek Potiuk wrote: Fantastic! Thanks for all the details Vincent! And long live SimpleAuthManager! J. On Thu, Mar 20, 2025 at 2:17 PM

Re: Simple auth manager as default auth manager

2025-03-24 Thread Shahar Epstein
Great job Vincent! On Thu, Mar 20, 2025 at 3:18 PM Beck, Vincent wrote: > Hi everyone, > > I just merged https://github.com/apache/airflow/pull/47691 which sets > SimpleAuthManager as the default auth manager in Airflow. If you pull the > latest main branch, Airflow will no longer use the FAB au

Re: Simple auth manager as default auth manager

2025-03-22 Thread Vikram Koka
Excellent, good work Vincent! Thank you for taking care of this and sharing all the details here. Vikram On Fri, Mar 21, 2025 at 1:58 PM Buğra Öztürk wrote: > Great work Vincent! Thanks for the details! > > On Fri, Mar 21, 2025 at 2:49 PM Bishundeo, Rajeshwar > wrote: > > > Awesome job Vince

Re: Simple auth manager as default auth manager

2025-03-20 Thread Jarek Potiuk
Fantastic! Thanks for all the details Vincent! And long live SimpleAuthManager! J. On Thu, Mar 20, 2025 at 2:17 PM Beck, Vincent wrote: > Hi everyone, > > I just merged https://github.com/apache/airflow/pull/47691 which sets > SimpleAuthManager as the default auth manager in Airflow. If you p

Simple auth manager as default auth manager

2025-03-20 Thread Beck, Vincent
Hi everyone, I just merged https://github.com/apache/airflow/pull/47691 which sets SimpleAuthManager as the default auth manager in Airflow. If you pull the latest main branch, Airflow will no longer use the FAB auth Manager by default but instead use SimpleAuthManager. This is another step tow