This is an automated email from the ASF dual-hosted git repository.
jasonliu pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from afbdc60c877 Fix incorrect variable reference in Helm lint error
handling (#54013)
add ff36fb51cd7 Change logic in auth with swagger ui (#53597)
No new revisions were added by this update.
Summary of changes:
.../openapi/v2-simple-auth-manager-generated.yaml | 76 ++++++++++++++--------
.../auth/managers/simple/routes/login.py | 31 ++++++++-
.../simple/ui/openapi-gen/queries/queries.ts | 4 +-
.../simple/ui/openapi-gen/requests/services.gen.ts | 39 ++++++-----
.../simple/ui/openapi-gen/requests/types.gen.ts | 36 ++++++----
.../api_fastapi/auth/managers/simple/utils.py | 48 ++++++++++++++
.../src/airflow/api_fastapi/common/headers.py | 23 +++++++
.../src/airflow/api_fastapi/common/types.py | 1 +
.../auth/managers/simple/routes/test_login.py | 31 ++++++++-
9 files changed, 225 insertions(+), 64 deletions(-)
create mode 100644
airflow-core/src/airflow/api_fastapi/auth/managers/simple/utils.py