dheerajturaga opened a new pull request, #61329:
URL: https://github.com/apache/airflow/pull/61329

   The upstream keyrings.alt EncryptedKeyring prompts for a new keyring
   password in an unbounded while-True loop when the keyring file does not
   yet exist.  The active backend is typically a ChainerBackend that wraps
   EncryptedKeyring as a child, so the patch walks into .backends to find
   and replace _get_new_password before keyring.set_password() can trigger
   initialization.  Raises AirflowCtlKeyringException after 3 attempts.
   
   ---
   
   ##### Was generative AI tooling used to co-author this PR?
   
   <!--
   If generative AI tooling has been used in the process of authoring this PR, 
please
   change below checkbox to `[X]` followed by the name of the tool, uncomment 
the "Generated-by".
   -->
   
   - [ ] Yes (please specify the tool below)
   ClaudeCode
   


-- 
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