16:53:21.498 [error] Postgrex.Protocol (#PID<0.137.0>) failed to connect: ** (Postgrex.Error) FATAL 28000 (invalid_authorization_specification) pg_hba.conf rejects connection for host "192.168.251.150", user "postgres", database "postgres", no encryption
Expected behavior
It should be possible to adjust postgres connection parameters for the docker container. But they don't seem to be documented. Before I invest too much time in reverse engineering the code base I am looking for some help.
PS: I am working on improvements to bring our Kubernetes edition of supabase into a stable state. So help is appreciated. :)
Bug report
Describe the bug
Trying to connect to the database results in:
Expected behavior
It should be possible to adjust postgres connection parameters for the docker container. But they don't seem to be documented. Before I invest too much time in reverse engineering the code base I am looking for some help.
PS: I am working on improvements to bring our Kubernetes edition of supabase into a stable state. So help is appreciated. :)