Taragolis commented on code in PR #27768: URL: https://github.com/apache/airflow/pull/27768#discussion_r1028325231
########## airflow/secrets/__init__.py: ########## @@ -16,11 +16,13 @@ # specific language governing permissions and limitations # under the License. """ -Secrets framework provides means of getting connection objects from various sources, e.g. the following: +Secrets framework provides means of getting connection objects from various sources. - * Environment variables - * Metastore database - * AWS SSM Parameter store +The following sources are available: + +* Environment variables +* Metastore database +* AWS SSM Parameter store Review Comment: It's is not strong suggestion and also possible that original docstring might not changed since Airflow 1.10.10 when secrets backend initially introduced. BTW since airflow 2.0.0 only selected secrets backends available in the core: - Environment variables - Metastore database - [Local Filesystem Secrets Backend](https://airflow.apache.org/docs/apache-airflow/stable/security/secrets/secrets-backend/local-filesystem-secrets-backend.html) All other available only if end user install appropriate provider. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
