This is an automated email from the ASF dual-hosted git repository.
jedcunningham pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 9a410e8da6 Update missing `version_added` in config.yml (#23387)
9a410e8da6 is described below
commit 9a410e8da6bdbad537fadeda1849c45cdca073f3
Author: Ephraim Anierobi <[email protected]>
AuthorDate: Sun May 1 04:37:11 2022 +0100
Update missing `version_added` in config.yml (#23387)
---
airflow/config_templates/config.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/airflow/config_templates/config.yml
b/airflow/config_templates/config.yml
index c4898b4555..5821f199b2 100644
--- a/airflow/config_templates/config.yml
+++ b/airflow/config_templates/config.yml
@@ -829,7 +829,7 @@
Comma separated list of auth backends to authenticate users of the
API. See
https://airflow.apache.org/docs/apache-airflow/stable/security/api.html for
possible values.
("airflow.api.auth.backend.default" allows all requests for historic
reasons)
- version_added: ~
+ version_added: 2.3.0
type: string
example: ~
default: "airflow.api.auth.backend.session"