KH-Coder865 commented on issue #59275: URL: https://github.com/apache/airflow/issues/59275#issuecomment-3637227560
Hi, Just to clarify: the smtp_user and smtp_password entries in unit_tests.cfg are dummy credentials used only for Airflow’s internal unit tests. They are loaded only when AIRFLOW__CORE__UNIT_TEST_MODE=True and are never used in production deployments, including the Helm chart or local installs. These values exist to ensure tests run consistently and removing them could break the test suite. There is no security risk, and the file is intended purely for test isolation. It might be helpful to add a comment in the file to make this clearer for future readers, but otherwise the current configuration is safe and intentional. -- 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]
