The GitHub Actions job "Check newsfragment PR number" on 
airflow.git/fix-71037-team-scoped-secrets-sensitivity has failed.
Run started by GitHub user abhishekmauryaKsolves (triggered by 
abhishekmauryaKsolves).

Head commit for run:
89cc771857de5b4424f07cd28509c1b69c7f8a81 / abhishekmauryaKsolves 
<[email protected]>
Resolve team scoped spelling of per-key secrets-backend-kwarg options as 
sensitive

_is_per_key_sensitive_option and _mask_per_key_sensitive_options matched
literal section names ('secrets', 'workers') only, so a team scoped
spelling of the same option -- the [<team>=secrets] config-file section,
or the AIRFLOW__<TEAM>___SECRETS__BACKEND_KWARG__* env var, both of which
are reported under a section named after the team -- was never recognised
as sensitive.

Resolve the section to its base section via base_section_name (the same
helper AirflowConfigParser.is_sensitive_option uses for registered options,
introduced in #70755) before deciding sensitivity, in both
_is_per_key_sensitive_option and _mask_per_key_sensitive_options.

closes #71037

Report URL: https://github.com/apache/airflow/actions/runs/30987546808

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to