dheerajturaga opened a new pull request, #61322:
URL: https://github.com/apache/airflow/pull/61322
keyring is a core dependency of airflow-ctl, but it requires a backend
to function. On desktop systems a native backend (macOS Keychain, GNOME
Keyring, Windows Credential Vault) is available, but in containerized
environments like the breeze CI image none exists. keyrings.alt provides
a file-based fallback backend for exactly this case.
Moving keyrings.alt to core dependencies is safe: keyring's backend
selection is priority-based, so native backends are always preferred when
available. keyrings.alt only kicks in as a fallback on systems without
one.
--
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]