abhijeets25012-tech opened a new pull request, #60014: URL: https://github.com/apache/airflow/pull/60014
### What does this PR do? This PR updates the Airflow CLI connection commands to hide connection values by default and redact sensitive fields such as passwords, tokens, and secrets. ### Why is this needed? Exposing connection values via the CLI can leak sensitive information. This change aligns with Airflow’s security best practices and prevents accidental disclosure of secrets. ### What was changed? - Connection values are hidden by default in the CLI - Sensitive fields are consistently redacted - Updated implementation to satisfy CodeQL security checks ### How was this tested? - Verified CLI behavior locally - Ensured sensitive fields are masked in all default outputs Related to #59842 -- 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]
