Taragolis commented on code in PR #27768: URL: https://github.com/apache/airflow/pull/27768#discussion_r1027114992
########## 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: This might confuse developers/users because not only AWS SSM Parameter store available as Secrets Backend -- 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]
