uranusjr commented on code in PR #58659:
URL: https://github.com/apache/airflow/pull/58659#discussion_r2567412187
##########
airflow-core/src/airflow/cli/cli_config.py:
##########
@@ -789,6 +789,11 @@ def string_lower_type(val):
("option",),
help="The option name",
)
+ARG_CONFIG_HIDE_SENSITIVE = Arg(
+ ("--hide-sensitive",),
+ action="store_true",
+ help="Hide sensitive configuration values (passwords, keys, etc.) in the
output.",
+)
Review Comment:
Should we hide by default and have `--no-mask-sensitive` instead?
--
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]