kaxil commented on a change in pull request #8436:
URL: https://github.com/apache/airflow/pull/8436#discussion_r414132796



##########
File path: docs/howto/use-alternative-secrets-backend.rst
##########
@@ -52,7 +52,105 @@ Set ``backend`` to the fully qualified class name of the 
backend you want to ena
 You can provide ``backend_kwargs`` with json and it will be passed as kwargs 
to the ``__init__`` method of
 your secrets backend.
 
-See :ref:`AWS SSM Parameter Store <ssm_parameter_store_secrets>` for an 
example configuration.
+.. _local_filesystem_secrets:
+
+Local Filesystem Secrets Backend
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+This backend is especially useful in the following use cases:
+
+* **development**: It ensures data synchronization between all terminal 
windows (same as databases),

Review comment:
       ```suggestion
   * **Development**: It ensures data synchronization between all terminal 
windows (same as databases),
   ```




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to