potiuk opened a new pull request, #68049: URL: https://github.com/apache/airflow/pull/68049
The API audit-log writer (`action_logging`) recorded connection `extra` values and variable values selectively, based on whether each field's key name matched the secrets masker's sensitive-key list. Values stored under other key names were written to the audit log verbatim. This records only *which* `extra` fields were present (masking every value) and masks the variable value unconditionally — the audit log captures that a connection or variable changed, not its contents. ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Claude Opus 4.8 (1M context) Generated-by: Claude Opus 4.8 (1M context) following the guidelines at https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions -- 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]
