-
Notifications
You must be signed in to change notification settings - Fork 2
Description
I'm using TablePlus version 6.7.0 (324) and am currently unable to get Command line (IAM authentication) working properly.
Running the command in a terminal, then pasting the result in TablePlus as a password directly results in a successful connection, however attempting to use the command line method does not. I get a different error for attempting to do this with a MySQL database to a PostgreSQL database.
MySQL: Access denied for user '***'@'***' (using password: YES)
PostgreSQL: connection to server at "127.0.0.1", port 65000 failed: FATAL: PAM authentication failed for user "***"
For MySQL, CLEARTEXT plugin is enabled. Both connections do so over SSH and with SSL mode REQUIRED.
Colleagues using TablePlus on Mac are able to use this feature without issue, exporting my non-working connection and importing it on their machines results in a successful connection.
Is this an issue anyone else has faced or might know how to resolve?