themavik opened a new issue, #63931: URL: https://github.com/apache/airflow/issues/63931
api_fastapi/auth/managers/simple/simple_auth_manager.py lines 435-442 — _print_output sends newly created user passwords to log.info and print(). When json_logs is enabled the password goes into structured logs; otherwise it hits stdout. Even though SimpleAuthManager is for dev/test, passwords in logs can end up in CI artifacts, container logs, or monitoring systems. Masking the password in the output would be safer. -- 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]
