github-actions[bot] opened a new pull request, #66991:
URL: https://github.com/apache/airflow/pull/66991

   DEFAULT_SENSITIVE_FIELDS is the allowlist used by the secrets masker
   for masking Variables and Connection extras. Several common field
   names used by official Airflow providers and standard HTTP/database
   configurations are not in the allowlist.
   
   This commit adds five field names commonly used in connection extras
   and provider configurations:
   
   - webhook_url — Slack provider webhook URL key
   - bearer      — HTTP bearer-token auth key
   - dsn         — database connection strings (which typically embed
                   credentials, e.g. postgres://user:pass@host/db)
   - auth_header — custom HTTP auth header values
   - service_key — service-account-like keys
   
   Related: https://github.com/airflow-s/airflow-s/issues/377
   (cherry picked from commit 32ac8ad5132963ff0351aa756331e9e9c60a692b)
   
   Co-authored-by: Jarek Potiuk <[email protected]>
   Generated-by: Claude Opus 4.7 (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]

Reply via email to