AntonShuvaev / elasticsearch4idea

Elasticsearch Plugin for JetBrains IDEs
https://plugins.jetbrains.com/plugin/14512-elasticsearch
59 stars 8 forks source link

Excuse me, why can't I save the password #132

Closed 3792274 closed 1 year ago

3792274 commented 1 year ago

Excuse me, why can't I save the password?

Environment information:

image

need to re-enter each time when restart the IDE

AntonShuvaev commented 1 year ago

Hi, thanks for reporting the issue. I'm unable to reproduce this. The plugin utilizes the IntelliJ API for persisting sensitive data, which uses KeePass. This can be configured under Settings | Appearance & Behavior | System Settings | Passwords. Please ensure that the option Do not save, forget passwords after restart is not selected. Also, could you try saving the password in a datasource of the built-in Database plugin and check if it's retained after a restart? Additionally, if you're attempting to save a password in an existing connection, try to create a new one.

3792274 commented 1 year ago

Hi AntonShuvaev, yes you are right ! It's OK now,Thank you~