kalluripradeep opened a new pull request, #58587: URL: https://github.com/apache/airflow/pull/58587
## What changes Updated the documentation to clarify that Airflow only masks keys in a Connection's extra JSON field if their names contain specific sensitive keywords, not all keys. ## Why The current documentation states "keys from a Connection's extra (JSON) field" which is misleading as it implies all keys are masked. In reality, only keys whose names contain sensitive keywords (like `password`, `token`, `api_key`, etc.) are masked. ## Fixes Closes #58514 ## Testing Documentation change only - no code changes required. -- 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]
