Using Self hosted prefect - 3.6.7 with services separation and Redis integration.
We are using Kerberos Authentication to connect PostgreSQL, but prefect.server.utilities.postgres_listener doesn't support Kerberos, due which i am getting below error.
ERROR:
prefect.server.utilities.postgres_listener - Failed to establish raw asyncpg connection for LISTEN/NOTIFY: unexpected error while performing authentication: Major(851968): Unspecified GSS failure. Minor Code may provide more information, Minor (
2529638919): Server not found in Kerberos database.
Any latest Prefect version has the fix to support Kerberos Authentication for Postgres Listener.