moiseenkov commented on code in PR #45931: URL: https://github.com/apache/airflow/pull/45931#discussion_r1925339026
########## airflow/config_templates/config.yml: ########## @@ -1296,6 +1296,15 @@ secrets: sensitive: true example: ~ default: "" + backends_order: + description: | + Comma-separated list of secret backends. These backends will be used in the order they are specified. + Please note that the `environment_variable` and `metastore` are required values and cannot be removed + from the list. Supported values are: `custom`, `environment_variable`, `metastore`. + version_added: 2.10.5 Review Comment: Thanks for pointing that out. Changed to the version 3.0.0. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org