The GitHub Actions job "Check newsfragment PR number" on airflow.git/mask-sensitive-free-form-extra-fields has failed. Run started by GitHub user Pissinatti-py (triggered by bbovenzi).
Head commit for run: 9724f88832433e1a95bbd9a88507d6d1c0051da1 / Pissinatti-py <[email protected]> UI: Mask sensitive connection extra fields in the connection form Extra fields whose key name is sensitive - the reporter's SSH private_key, for example - are free-form keys that no provider declares in hook_meta, so the form had no signal to go on and rendered them as plain text inputs. Stored values already come back redacted from the API, but anything typed into such a field was legible to anyone looking at the screen, which is the scenario this masking is meant to cover. The UI had no way to know which key names count as sensitive, so the effective list is exposed on the existing UI config endpoint. Field names only ever leave the server, never values, and the list is empty when hide_sensitive_var_conn_fields is off. related: #53410 Report URL: https://github.com/apache/airflow/actions/runs/32044209909 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
