This is an automated email from the ASF dual-hosted git repository.
jscheffl pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 193605a308 Add Rom as committer (#40937)
add 5b289330d0 Feature/add token authentication to internal api (#40899)
No new revisions were added by this update.
Summary of changes:
airflow/api_internal/endpoints/rpc_api_endpoint.py | 47 ++++++++++++-
airflow/api_internal/internal_api_call.py | 13 +++-
airflow/api_internal/openapi/internal_api_v1.yaml | 1 -
airflow/config_templates/config.yml | 13 ++++
.../endpoints/test_rpc_api_endpoint.py | 80 +++++++++++++++++-----
tests/api_internal/test_internal_api_call.py | 44 ++++++------
tests/core/test_configuration.py | 1 +
7 files changed, 157 insertions(+), 42 deletions(-)