-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
[providers-fab/v1-5] Invalidate user session on password reset (#45139) #45164
base: providers-fab/v1-5
Are you sure you want to change the base?
[providers-fab/v1-5] Invalidate user session on password reset (#45139) #45164
Conversation
Hmm. Still something wrong :( |
82ba954
to
c8a3de1
Compare
All right ! Now all workflows seems to be triggering ! |
cc: @shubhamraj-git |
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.
Do we need any change log update?
It will be generated automatically - following the usual release provider process. |
Ah... I need to backport the click changes too :) |
c8a3de1
to
72b8e8b
Compare
…e#45139) * session expire on pass change * fix statis checks * add tests (cherry picked from commit cf401c4) Co-authored-by: Shubham Raj <[email protected]> Avoid 1.1.8 version of msgraph-core (apache#45044) The 1.1.8 version of msgraph-core is buggy - importing some basic classes causes import error "ABCMeta" is not subscriptable. We are removing the version from azure provider dependencies hoping that it will be fixed in the next version. microsoftgraph/msgraph-sdk-python-core#781 (cherry picked from commit 3310b86)
72b8e8b
to
d1d3440
Compare
And some more :) |
session expire on pass change
fix statis checks
add tests (cherry picked from commit cf401c4)
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named
{pr_number}.significant.rst
or{issue_number}.significant.rst
, in newsfragments.