kaxil commented on a change in pull request #9645:
URL: https://github.com/apache/airflow/pull/9645#discussion_r451199524
##########
File path: docs/howto/set-config.rst
##########
@@ -46,7 +46,18 @@ the key like this:
[core]
sql_alchemy_conn_cmd = bash_command_to_run
-The following config options support this ``_cmd`` version:
+You can also derive the connection string at run time by appending ``_secret``
to
+the key like this:
+
+.. code-block:: ini
+
+ [core]
+ sql_alchemy_conn_secret = sql_alchemy_conn
Review comment:
for Kubernetes, the section would be kubernetes_secrets:

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