This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 12a66dbccab Keycloak: implement connection pooling (#59252)
add 11e127ba5fc Create `create_token` method in FAB auth manager (#59245)
No new revisions were added by this update.
Summary of changes:
.../fab/docs/auth-manager/api-authentication.rst | 6 +-
providers/fab/docs/auth-manager/token.rst | 118 +++++++++++++++++++--
.../auth_manager/api_fastapi/datamodels/login.py | 7 --
.../openapi/v2-fab-auth-manager-generated.yaml | 22 ++--
.../fab/auth_manager/api_fastapi/routes/login.py | 15 ++-
.../fab/auth_manager/api_fastapi/services/login.py | 37 +++----
.../providers/fab/auth_manager/fab_auth_manager.py | 27 +++++
.../auth_manager/api_fastapi/routes/test_login.py | 8 +-
.../api_fastapi/services/test_login.py | 62 ++++-------
.../unit/fab/auth_manager/test_fab_auth_manager.py | 45 +++++++-
10 files changed, 238 insertions(+), 109 deletions(-)