Vincent

Results 13 issues of Vincent

Implement `batch_is_authorized_*` APIs in AWS auth manager --- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#pull-request-guidelines)** for more information. In case of fundamental code changes, an Airflow Improvement...

provider:amazon-aws
area:providers
area:API

Add the feature to adopt abandoned tasks in the Batch executor. Similar to #37786 but with Batch. --- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#pull-request-guidelines)** for more...

provider:amazon-aws
area:providers

These metrics send CPU and memory usage for each task. They are sent as gauge every second. --- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#pull-request-guidelines)** for more...

area:Scheduler
kind:documentation

If the executor fails to start a task, the user will not see any logs in the UI because the task has not started. This PR leverages `TaskContextLogger` implemented in...

provider:amazon-aws
area:providers
area:logging
area:Executors-core

Auth managers have the possibility of implementing their own views. To do that, it had to be done in the security manager override. The security manager override had been creating...

provider:amazon-aws
area:webserver
area:providers
provider:fab

### Description The purpose of this task is to describe the auth manager that is intended to be the default auth manager in Airflow 3. For convenience, we'll call it...

kind:feature
area:auth
AIP-79

## Goal Set-up authentication using JWT token in UI API. The UI API should be protected hy authentication using JWT token. This PR creates the logic behind JWT token authentication....

area:webserver
area:API
area:UI

Resolves #44882 and #44847. Today there is an option to extend the Flask Rest API in the auth manager interface. That allows, for instance, the FAB auth manager to extend...

area:webserver
area:providers
area:API
provider:fab
legacy api

Based on this [conversation](https://github.com/apache/airflow/pull/44456#discussion_r1876200836), it is better to use `hash` instead of `repr` to identify an object. --- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#pull-request-guidelines)** for more...

area:Scheduler

Revert the revert #45057 of #44744. It failed because of: ``` Traceback (most recent call last): File "/opt/airflow/./scripts/ci/pre_commit/compile_www_assets.py", line 86, in if is_fab_provider_installed(): File "/opt/airflow/./scripts/ci/pre_commit/compile_www_assets.py", line 79, in is_fab_provider_installed return...

area:dev-tools
full tests needed