arnoldmr01 commented on code in PR #58659:
URL: https://github.com/apache/airflow/pull/58659#discussion_r2583730628
##########
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:
@uranusjr I think that will be a better option. Thus, the situation will be
- CLI`* list` will not show any values
- flag like `--no-mask-sensitive` will not mask the sensitive values and
show all the values.
Should we have another flag to show only the non-sensitive values?
--
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]