Gurulhu commented on issue #16313: URL: https://github.com/apache/airflow/issues/16313#issuecomment-860768457
I think I found what the issue might be: Inspecting the code it fails at [password decryption](https://github.com/apache/airflow/blob/943292b4e0c494f023c86d648289b1f23ccb0ee9/airflow/models/connection.py#L237) so the issue wasn't about having no token. My environment wasn't properly clean between releases and the postgres RDS got init'd with a random-generated fernet key A, and the current release went up with another random generated fernet key B without ever rotating the key in the RDS, as it's out of the helm delete scope. Wiping the RDS before spinning the chart up fixed it. (Test db, no useful data was harmed) -- 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. For queries about this service, please contact Infrastructure at: [email protected]
