You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to run a query on a remote postgres database, I am receiving the following error in Legend Studio: PSQLException: The authentication type 10 is not supported. Check that you have configured the pg_hba.conf file to include the client's IP address or subnet, and that it is using an authentication scheme supported by the driver.
I conducted the following steps
Set up a Database store in Studio and specified the schema in line with my database via the text editor
Created a Connection with (note that the vault reference is also set to point to variables I have created under "\installers\docker-compose\engine\config\vault")
This issue is stale because it has been open for 30 days with no activity. Please remove stale label or add any comment to keep this open. Otherwise this will be closed in 5 days.
When attempting to run a query on a remote postgres database, I am receiving the following error in Legend Studio:
PSQLException: The authentication type 10 is not supported. Check that you have configured the pg_hba.conf file to include the client's IP address or subnet, and that it is using an authentication scheme supported by the driver.
I conducted the following steps
Is there a different method that I should use to authenticate to this postgres database?
The text was updated successfully, but these errors were encountered: