-
Notifications
You must be signed in to change notification settings - Fork 698
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Failed to decrypt the saved password after update to v9 #8435
Comments
@yanehi |
I have the same problem. The servers are all there in the list once I enter my master password, but each instance comes up with that error. Failed to decrypt the saved password. After downgrading back to 8.14 it works as before, delaying upgrade to 9.0 |
@yogeshmahajan-1903 We have only set the following environment variables: PGADMIN_DEFAULT_EMAIL, OAUTH2_CLIENT_ID, OAUTH2_CLIENT_SECRET, PGADMIN_DEFAULT_PASSWORD, PGADMIN_CONFIG_CONFIG_DATABASE_URI, PGADMIN_LISTEN_PORT. |
With SSO, I am able to reproduce the issue. Thanks for reporting. |
Ah yes mine was using SSO too. Glad you could reproduce. |
…ase of server mode with SSO authentication.pgadmin-org#8435
…crypted with correct encryption key.pgadmin-org#8435
…key for external authentication in server mode. #8435
Description
As soon as I try to start a saved connection to a server after updating to pgAdmin v9, I get the error message:
When I enter the password, I can log in normally. If I then try to save the password again, the same problem occurs again after logout/# to pgAdmin. We did not have this problem in
v8.14
.To Reproduce
Steps to reproduce the behavior:
Expected behavior
I can connect to the server using access data that has already been saved in pgAdmin.
Error message
Setup:
dpage/pgadmin4
We use a database to store the user settings.
The text was updated successfully, but these errors were encountered: