The GitHub Actions job "Tests (AMD)" on 
airflow.git/fix-is-extra-encrypted-cli-mapping has succeeded.
Run started by GitHub user jonathanleek (triggered by potiuk).

Head commit for run:
ffdc3a52cf591f71fd2e8a538e73c34d29650d37 / jonathanleek 
<[email protected]>
Fix CLI connection display reporting wrong is_extra_encrypted flag

`airflow connections get` showed the password's encryption status under
both `is_encrypted` and `is_extra_encrypted` keys, because the display
mapper sourced both from `Connection.is_encrypted`. These flags are
independent — the extra field (which usually holds API keys, certs)
can be encrypted while the password is not, or vice versa. Operators
checking the readout could be misled about whether `extra` is encrypted
at rest.

Adds a regression test that exercises both `ConnectionDisplayMapper`
methods (full_details, masked_sensitive) across the divergent input
combinations.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to