-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
Add possibility to create users in LDAP mode #22619
Conversation
Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contribution Guide (https://github.com/apache/airflow/blob/main/CONTRIBUTING.rst)
|
Awesome work, congrats on your first merged pull request! |
@potiuk Thanks for merging the changes. Do you think this could still be considered for 2.2.6, given that it's a minor fix? |
I'm afraid not @dx034 -- 2.2.x is only bug fixes, and this is firmly in New Feature territory. The good news is that 2.3.0 "days" away from starting beta/RC so should be out soon. (And we won't be releasing a 2.2.6 anyway) |
Yep. 2.3.0 it is. With all the batteries included :) |
Closes #18545 , code changes are identical to the ones made for remote user mode in #19963.