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
I created several PostgreSQL connections, using the option "SQLTools Driver Credentials", which is supposed to store the password securely using the mac keychain. Since then, the password for my server has been rotated, and there is no way to update or remove the password that SQLTools has stored. I have tried deleting the connection, but when I create a new connection with the same name, it still has the previously stored password.
Steps to reproduce the behavior:
Create a new PostgreSQL connection, filling in the correct server, port, username and database for your data source, keeping the setting for "Use password" set to the default, "SQLTools Driver Credentials".
Click "Test Connection"
When prompted for the password, type in an incorrect password, and click the keychain icon to store it securely.
See the error about password authentication failed (expected)
Save the connection and try to connect again. Notice it does not prompt for a password, because it already has one stored.
Expected behavior
There should be a way to update and/or remove the password stored in the keychain
Desktop (please complete the following information):
SQLTools Version 0.28.3
VS Code Version: 1.96.4
OS: Mac
Driver:
[ X ] PostgreSQL/Redshift
MySQL/MariaDB
MSSQL/Azure
SQLite
Other? Which...
Additional context
Deleting and recreating the connection does not solve it. The stored password matches the connection name and user name, so the new connection finds and uses it.
The text was updated successfully, but these errors were encountered:
I created several PostgreSQL connections, using the option "SQLTools Driver Credentials", which is supposed to store the password securely using the mac keychain. Since then, the password for my server has been rotated, and there is no way to update or remove the password that SQLTools has stored. I have tried deleting the connection, but when I create a new connection with the same name, it still has the previously stored password.
Steps to reproduce the behavior:
Expected behavior
There should be a way to update and/or remove the password stored in the keychain
Desktop (please complete the following information):
Additional context
Deleting and recreating the connection does not solve it. The stored password matches the connection name and user name, so the new connection finds and uses it.
The text was updated successfully, but these errors were encountered: