nivangio opened a new issue, #23262:
URL: https://github.com/apache/airflow/issues/23262

   ### Apache Airflow version
   
   2.2.2
   
   ### What happened
   
   When picking `email_conn_id` from Secrets Manager, the connection is 
correctly retrieved from ASM but parsed as an URI. For that reason, `login` and 
`password` parameters are left empty and therefore not picked in 
`send_mime_email` (lines 189,190).
   
   The connection is stored as follows:
   
   `{"login": "[email protected]",
     "password": "my_password"}`
   
   ### What you think should happen instead
   
   _No response_
   
   ### How to reproduce
   
   _No response_
   
   ### Operating System
   
   Ubuntu 20.04
   
   ### Versions of Apache Airflow Providers
   
   _No response_
   
   ### Deployment
   
   Docker-Compose
   
   ### Deployment details
   
   _No response_
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


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