This is an automated email from the ASF dual-hosted git repository.
potiuk 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 8b723e498d Use RST headers instead of Markdown (#36452)
8b723e498d is described below
commit 8b723e498de47a14f4d2dc13d5a2b876d42d7ff8
Author: Andrey Anshin <[email protected]>
AuthorDate: Wed Dec 27 19:29:01 2023 +0400
Use RST headers instead of Markdown (#36452)
---
.../secrets-backends/hashicorp-vault.rst | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git
a/docs/apache-airflow-providers-hashicorp/secrets-backends/hashicorp-vault.rst
b/docs/apache-airflow-providers-hashicorp/secrets-backends/hashicorp-vault.rst
index 6816258e0d..f5b8d4e9be 100644
---
a/docs/apache-airflow-providers-hashicorp/secrets-backends/hashicorp-vault.rst
+++
b/docs/apache-airflow-providers-hashicorp/secrets-backends/hashicorp-vault.rst
@@ -206,7 +206,9 @@ Then you can use above secret for
``sql_alchemy_conn_secret`` in your configurat
Note that the secret ``Key`` is ``value``, and secret ``Value`` is
``postgres://user:pass@host:5432/db?ssl_mode=disable`` and
``mount_point`` is ``airflow``.
-## For Vault running with self signed certificates
+Vault running with self signed certificates
+"""""""""""""""""""""""""""""""""""""""""""
+
Add "verify": "absolute path to ca-certificate file"
.. code-block:: ini