This is an automated email from the ASF dual-hosted git repository.

ephraimanierobi 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 8062756fa9 Mark `[secrets] backend_kwargs` as a sensitive config 
(#31788)
8062756fa9 is described below

commit 8062756fa9e01eeeee1f2c6df74f376c0a526bd5
Author: Jed Cunningham <[email protected]>
AuthorDate: Thu Jun 8 00:30:58 2023 -0600

    Mark `[secrets] backend_kwargs` as a sensitive config (#31788)
---
 airflow/configuration.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/airflow/configuration.py b/airflow/configuration.py
index 66e117cae4..2b64da8f46 100644
--- a/airflow/configuration.py
+++ b/airflow/configuration.py
@@ -155,6 +155,7 @@ SENSITIVE_CONFIG_VALUES = {
     ("atlas", "password"),
     ("smtp", "smtp_password"),
     ("webserver", "secret_key"),
+    ("secrets", "backend_kwargs"),
     # The following options are deprecated
     ("core", "sql_alchemy_conn"),
 }

Reply via email to