potiuk commented on issue #53410: URL: https://github.com/apache/airflow/issues/53410#issuecomment-3084289716
I think we could potentially mask sensitive data in fields, but masking them in JSON is likely not a good idea. Not a bug BTW. This is a new feature. When you edit connections, you should be able to see all fields (including sensitive ones) - password is only masked in order to avoid someone standing behind your back read the password - but other than that you can reveal and see it anyway - the settings you refer to are only for masking thing in logs. But yeah, I guess in the UI we could also mask sensitive fields to avoid this scenario of someone behind your back looking at your screen while you are editing the connection. New feature. not a bug. Marking as "good first issue". -- 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]
