-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Caching Connections #17
Comments
Could not reproduce it. Can you try again or share extra information ? |
Another piece of information that may play into this issue is the Token file. Usually when the credentials expire, so has the token file. So, there is a 3rd step of updating the token file with a new value. I have also noticed that DBeaver 24.1.0 is caching some items around connections. For example, I usually have to MFA for SSH but when I am connection and "Test tunnel configuration", it doesn't prompt me additionally. Is it possible DBeaver 24.1.0 introduced logic to cache items that cause this issue with the Vault Plugin? |
Each time the password authentication fails, the user given remains the same. It's like it doesn't know that the user/pass failed and it tries with the same credentials. It all seems like some sort of cache issue, especially since restarting dbeaver clears the issue. |
I am no longer experiencing this error - thanks for fixing it so quick! |
Error:
When invalidating/re-connecting to an old connection, new credentials will not be fetched. This results in a failed login attempt.
FATAL: password authentication failed for user "[redacted]"
Steps to reproduce:
Workaround:
Machine Details:
The text was updated successfully, but these errors were encountered: